René's URL Explorer Experiment


Title: Cannot refresh public IP randomly · Issue #30 · lyft/python-blessclient · GitHub

Open Graph Title: Cannot refresh public IP randomly · Issue #30 · lyft/python-blessclient

X Title: Cannot refresh public IP randomly · Issue #30 · lyft/python-blessclient

Description: On occasion, on the first cold run: DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org Traceback (most recent call last): File...

Open Graph Description: On occasion, on the first cold run: DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org...

X Description: On occasion, on the first cold run: DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org...

Opengraph URL: https://github.com/lyft/python-blessclient/issues/30

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot refresh public IP randomly","articleBody":"On occasion, on the first cold run:\r\n\r\n```\r\nDEBUG:root:Cache get disabled                                                                                       \r\nDEBUG:root:Cache get disabled                                                                                                    \r\nDEBUG:root:Getting current public IP                                                                                                                                                                                                          DEBUG:root:Could not refresh public IP from http://api.ipify.org                                                                                                                                                                              Traceback (most recent call last):                                                                                                                                                                                                              File \"/home/marc/.blessclient/blessclient/user_ip.py\", line 53, in _fetchIP                                                                                                                                                    \r\n    with contextlib.closing(urlopen(url, timeout=2)) as f:                                                                                                                                                                                      File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 154, in urlopen                                                                                                                                                         return opener.open(url, data, timeout)                                                                                                                                                                                                      File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 429, in open                                                                                                                                                            response = self._open(req, data)                                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 447, in _open                                                                                                                                        \r\n    '_open', req)                                                                                                                                                                                                                               File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 407, in _call_chain                                                                                                                                                     result = func(*args)                                                                                                                                                     \r\n  File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 1228, in http_open                                                                                                                                                      return self.do_open(httplib.HTTPConnection, req)                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 1201, in do_open                                                                                                                                                        r = h.getresponse(buffering=True)                                                                                                                                                                                                           File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 1136, in getresponse                                                                                                                                                    response.begin()                                                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 453, in begin                                                                                                                                                           version, status, reason = self._read_status()                                                                                                                                                                                               File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 409, in _read_status                                           \r\n    line = self.fp.readline(_MAXLINE + 1)                                                                                                                                  \r\n  File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/socket.py\", line 480, in readline                                                                                                                                                         data = self._sock.recv(self._rbufsize)                                                                                                                                                                                                    timeout: timed out                                                                                                               \r\nDEBUG:root:Could not refresh public IP from http://canihazip.com\r\nTraceback (most recent call last):                                                                                  \r\n  File \"/home/marc/.blessclient/blessclient/user_ip.py\", line 53, in _fetchIP                                                    \r\n    with contextlib.closing(urlopen(url, timeout=2)) as f:                                                                                                                                                                                      File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 154, in urlopen                                                                                                                                                         return opener.open(url, data, timeout)                                                                                                                                                                                                      File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 429, in open                                                                                                                                           \r\n    response = self._open(req, data)                                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 447, in _open                                                                                                                                                           '_open', req)                                                                                                                                                                                                                               File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 407, in _call_chain                                                                                                                                                     result = func(*args)                                                                                                                                                                                                                        File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 1228, in http_open                                                                                                                                   \r\n    return self.do_open(httplib.HTTPConnection, req)                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/urllib2.py\", line 1201, in do_open                                                                                                                                                        r = h.getresponse(buffering=True)                                                                                                                                        \r\n  File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 1136, in getresponse                                                                                                                                                    response.begin()                                                                                                                                                                                                                            File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 453, in begin                                                                                                                                                           version, status, reason = self._read_status()                                                                                                                                                                                               File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/httplib.py\", line 409, in _read_status                                                                                                                                                    line = self.fp.readline(_MAXLINE + 1)                                                                                                                                                                                                     \r\n  File \"/home/marc/.pyenv/versions/2.7.12/lib/python2.7/socket.py\", line 480, in readline\r\n    data = self._sock.recv(self._rbufsize)\r\ntimeout: timed out\r\nTraceback (most recent call last):\r\n  File \"/home/marc/.blessclient/blessclient.run\", line 11, in \u003cmodule\u003e\r\n    load_entry_point('blessclient', 'console_scripts', 'blessclient')()\r\n  File \"/home/marc/.blessclient/blessclient/client.py\", line 643, in main\r\n    bless(region, args.nocache, args.gui, args.host, bless_config)\r\n  File \"/home/marc/.blessclient/blessclient/client.py\", line 547, in bless\r\n    my_ip = userIP.getIP()\r\n  File \"/home/marc/.blessclient/blessclient/user_ip.py\", line 29, in getIP\r\n    self._refreshIP()\r\n  File \"/home/marc/.blessclient/blessclient/user_ip.py\", line 43, in _refreshIP\r\n    raise Exception('Could not refresh public IP')\r\nException: Could not refresh public IP\r\n```\r\n\r\nImmediately re-running this works.","author":{"url":"https://github.com/myoung34","@type":"Person","name":"myoung34"},"datePublished":"2018-01-26T15:12:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/30/python-blessclient/issues/30"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a928a270-2599-dd56-2e41-d0aef57d2ad1
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9488:3930F2:2897099:33F6731:69749B74
html-safe-nonce142b326dca1bfeaefe9eddae76215db9617f06d8fdb7f47c683db095a872957b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDg4OjM5MzBGMjoyODk3MDk5OjMzRjY3MzE6Njk3NDlCNzQiLCJ2aXNpdG9yX2lkIjoiMjgwNzYzODIyMDkwMDAxMjY4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacffb7c6b059c332b41786e97e0333bc989948da0140aae19dfe2957690d96c8dc
hovercard-subject-tagissue:291930900
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/lyft/python-blessclient/30/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9379bf48e6c678f89bbec76e9c69f383f52a8253d904eed488b4752b3472319d/lyft/python-blessclient/issues/30
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9379bf48e6c678f89bbec76e9c69f383f52a8253d904eed488b4752b3472319d/lyft/python-blessclient/issues/30
og:image:altOn occasion, on the first cold run: DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemyoung34
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/lyft/python-blessclient git https://github.com/lyft/python-blessclient.git
octolytics-dimension-user_id4269340
octolytics-dimension-user_loginlyft
octolytics-dimension-repository_id80176210
octolytics-dimension-repository_nwolyft/python-blessclient
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80176210
octolytics-dimension-repository_network_root_nwolyft/python-blessclient
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/lyft/python-blessclient/issues/30#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flyft%2Fpython-blessclient%2Fissues%2F30
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flyft%2Fpython-blessclient%2Fissues%2F30
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=lyft%2Fpython-blessclient
Reloadhttps://patch-diff.githubusercontent.com/lyft/python-blessclient/issues/30
Reloadhttps://patch-diff.githubusercontent.com/lyft/python-blessclient/issues/30
Reloadhttps://patch-diff.githubusercontent.com/lyft/python-blessclient/issues/30
lyft https://patch-diff.githubusercontent.com/lyft
python-blessclienthttps://patch-diff.githubusercontent.com/lyft/python-blessclient
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flyft%2Fpython-blessclient
Fork 32 https://patch-diff.githubusercontent.com/login?return_to=%2Flyft%2Fpython-blessclient
Star 116 https://patch-diff.githubusercontent.com/login?return_to=%2Flyft%2Fpython-blessclient
Code https://patch-diff.githubusercontent.com/lyft/python-blessclient
Issues 5 https://patch-diff.githubusercontent.com/lyft/python-blessclient/issues
Pull requests 3 https://patch-diff.githubusercontent.com/lyft/python-blessclient/pulls
Projects 0 https://patch-diff.githubusercontent.com/lyft/python-blessclient/projects
Security 0 https://patch-diff.githubusercontent.com/lyft/python-blessclient/security
Insights https://patch-diff.githubusercontent.com/lyft/python-blessclient/pulse
Code https://patch-diff.githubusercontent.com/lyft/python-blessclient
Issues https://patch-diff.githubusercontent.com/lyft/python-blessclient/issues
Pull requests https://patch-diff.githubusercontent.com/lyft/python-blessclient/pulls
Projects https://patch-diff.githubusercontent.com/lyft/python-blessclient/projects
Security https://patch-diff.githubusercontent.com/lyft/python-blessclient/security
Insights https://patch-diff.githubusercontent.com/lyft/python-blessclient/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/lyft/python-blessclient/issues/30
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/lyft/python-blessclient/issues/30
Cannot refresh public IP randomlyhttps://patch-diff.githubusercontent.com/lyft/python-blessclient/issues/30#top
https://github.com/myoung34
https://github.com/myoung34
myoung34https://github.com/myoung34
on Jan 26, 2018https://github.com/lyft/python-blessclient/issues/30#issue-291930900
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.