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

Broken URL in URLHeadBear.py #2833

Closed
frextrite opened this issue Dec 22, 2018 · 8 comments · Fixed by #2836
Closed

Broken URL in URLHeadBear.py #2833

frextrite opened this issue Dec 22, 2018 · 8 comments · Fixed by #2836
Assignees
Labels

Comments

@frextrite
Copy link
Contributor

The default URL currently being used to check for internet connectivity, http://216.58.218.174 appears to be broken.

The HEAD request to this URL fails and hence the InvalidLinkBear, throwing an error [ERROR][14:16:23] The bear InvalidLinkBear does not fulfill all requirements. You are not connected to the internet.

URL can be changed to 1.1.1.1 DNS IP by Cloudfare.

@frextrite
Copy link
Contributor Author

Due to this error(as in the travis log) a couple of PRs are failing:
coala/projects#693
coala/projects#697

@ghost
Copy link

ghost commented Dec 24, 2018

Could you please assign this to me? @jayvdb, @li-boxuan

@frextrite
Copy link
Contributor Author

Hi @jayantsudo24, I'd already pinged the maintainers for assigning this to me, once they review the bug and the affected files. You can find and work on other issues marked 'difficulty/newcomer' 😄

@sanchit48
Copy link
Member

sanchit48 commented Jan 5, 2019

@frextrite My PR build is also failing due to URLHead bear.

@frextrite
Copy link
Contributor Author

@sanchit48 Can you mention the Pull Request that is failing?

@sanchit48
Copy link
Member

yes, here it is coala/community#228

@frextrite
Copy link
Contributor Author

I don't know if the whole build is failing due to this or not but found this line where it throws the error

@sanchit48
Copy link
Member

sanchit48 commented Jan 5, 2019

I don't know if the whole build is failing due to this or not but found this line where it throws the error

Yes, URLHeadbear is having some problem as you said in the issue

frextrite added a commit to frextrite/coala-bears that referenced this issue Jan 6, 2019
Changed URL that checks if client is connected to the internet or not
from Google's IP address 216.58.218.174
to DNS IP owned by Cloudfare 1.1.1.1

Fixes coala#2833
frextrite added a commit to frextrite/coala-bears that referenced this issue Jan 8, 2019
Changed URL that checks if client is connected to the internet or not
from Google's IP address 216.58.218.174
to DNS IP owned by Cloudfare 1.1.1.1

Fixes coala#2833
frextrite added a commit to frextrite/coala-bears that referenced this issue Jan 8, 2019
Changed URL that checks if client is connected to the internet or not
from Google's IP address 216.58.218.174
to DNS IP owned by Cloudfare 1.1.1.1

Fixes coala#2833
frextrite added a commit to frextrite/coala-bears that referenced this issue Jan 10, 2019
Changed URL that checks if client is connected to the internet or not
from Google's IP address 216.58.218.174
to DNS IP owned by Cloudfare 1.1.1.1

Fixes coala#2833
gitmate-bot pushed a commit to frextrite/coala-bears that referenced this issue Jan 30, 2019
Changed URL that checks if client is connected to the internet or not
from Google's IP address 216.58.218.174
to DNS IP owned by Cloudfare 1.1.1.1

Fixes coala#2833
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants