-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR24 is not working properly and not feeding #167
Comments
This is some bug in the fr24feed binary that probably has to do with DNS replies. But i haven't been able to pin it down. If you want to provide some data, could you stop the container, run this:
Then start the container with it running.
No clue if i can track this bug down further it's very weird. |
when running the last command, I get this:
|
Heh, interesting, must be geoblocked (or tor).
This might work. |
Here is the output: |
Just for comparsion, which platform is this on? |
|
Yeah it's getting an IPv6 address for pool.ntp.org from DNS. But docker doesn't provide IPv6 afaik. I'm really not sure how to best fix this. Think people had some luck running with network: host or even network: ultrafeeder |
Thank you for looking into this. If I were to change the network to host and/or ultrafeeder, where do I make that change in the docker compose file and also changing the beast host to 127.0.0.1? |
like this for the service. |
Yeah i'm not convinced this has anything to do with DNS / ipv6 anymore. Not sure how to debug this really without having access to the code. Anyhow let me know if the workaround works for you. |
I am using the ultrafeeder docker compose file. all other images working just fine except fr24. I see this in the logs for fr24
I have tried to do
docker compose pull
and it shows that I have the latest versions. I tried to recreate the docker containers and all other run just fine.The text was updated successfully, but these errors were encountered: