Skip to content
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

Failed to find the IP address in the response #1025

Open
schdief06 opened this issue Jan 31, 2025 · 3 comments
Open

Failed to find the IP address in the response #1025

schdief06 opened this issue Jan 31, 2025 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@schdief06
Copy link

schdief06 commented Jan 31, 2025

Hi there,

I had an issue this morning, when the container suddenly couldn't get the IP address from 1.1.1.1
This is the error I get:

😞 Failed to find the IP address in the response of "https://1.1.1.1/cdn-cgi/trace": error code: 1034
😞 Failed to detect the IPv4 address
⏰ Checking the IP addresses in about 1m0s . . .

When I wget these I get the following:

$ wget -O - https://1.1.1.1/cdn-cgi/trace
--2025-01-31 07:09:43--  https://1.1.1.1/cdn-cgi/trace
Connecting to 1.1.1.1:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-01-31 07:09:44 ERROR 403: Forbidden.

$ wget -O - https://1.0.0.1/cdn-cgi/trace
--2025-01-31 07:10:04--  https://1.0.0.1/cdn-cgi/trace
Connecting to 1.0.0.1:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-01-31 07:10:04 ERROR 403: Forbidden.

https://1.1.1.1/cdn-cgi/trace in the browser:
Image

I changed my IP4_PROVIDER to url:https://api4.ipify.org, so everything is working fine now. But it seems like cloudflare changed something on their servers, so 1.1.1.1 doesn't work as IP provider anymore? Just wanted to let you know. Maybe other people have the same problem.

Let me know, if you need any futher infos.

@favonia
Copy link
Owner

favonia commented Jan 31, 2025

@schdief06 Hi, thanks for the reporting sorry for the trouble. What version of the updater are you using? There were reports about the mysterious 1034 errors a while ago (see #985) and version 1.15.1 was released to work around them. Please try the latest version and see whether that addresses your issue. Thanks!

@favonia
Copy link
Owner

favonia commented Jan 31, 2025

On the other hand, maybe I should restore the FAQ about these 1034 errors in README.

@favonia favonia added the documentation Improvements or additions to documentation label Jan 31, 2025
@schdief06
Copy link
Author

Hi @favonia, I'm currently on 1.15.0. Just tested with 1.5.1 and default IP provider and this works just fine. Sorry for bothering and thanks for your help!

Repository owner deleted a comment from schdief06 Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants