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

Bridgy Error: Could not fetch source URL #827

Closed
khurtwilliams opened this issue May 26, 2018 · 3 comments
Closed

Bridgy Error: Could not fetch source URL #827

khurtwilliams opened this issue May 26, 2018 · 3 comments

Comments

@khurtwilliams
Copy link

Getting the following error when I try to syndicate to Twitter or Facebook on first publishing.

E.g.

Bridgy Error: Could not fetch source URL https://islandinthenet.com/juicy-hazy-india-pale-ale/Could not fetch source URL https://islandinthenet.com/juicy-hazy-india-pale-ale/

The error does not occur if I "Update" the post.

@snarfed
Copy link
Owner

snarfed commented May 26, 2018

looking at the log is useful for these cases: click the "n hours ago" link next to the publish attempt in https://brid.gy/twitter/khurtwilliams#publishes .

in this case, your site returned a 500 when bridgy tried to fetch that page:

2018-05-26 12:14:32.009130 I requests.get https://islandinthenet.com/juicy-hazy-india-pale-ale/ {'headers': {'User-Agent': u'...'}}
2018-05-26 12:14:37.186910 W Error 500, response body: u'<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\t<title>Database Error</title>\n\n</head>\n<body>\n\t<h1>Error establishing a database connection</h1>\n</body>\n</html>\n'
2018-05-26 12:14:37.187220 I Converting code ... to 502
2018-05-26 12:14:37.187340 I Could not fetch source URL https://islandinthenet.com/juicy-hazy-india-pale-ale/
Traceback (most recent call last):
File "/base/data/home/apps/s~brid-gy/8.409738577936094269/webmention.py", line 63, in fetch_mf2
fetched.raise_for_status()
File "/base/data/home/apps/s~brid-gy/8.409738577936094269/local/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: None for url: https://islandinthenet.com/juicy-hazy-india-pale-ale/
@snarfed
Copy link
Owner

snarfed commented May 26, 2018

notably, your site said Error establishing a database connection. maybe transient?

(also i much prefer old school new england style IPAs or west coast IBU bombs to the new juicy, hazy styles. had a similar conversation a bit ago. vive la difference!)

@snarfed
Copy link
Owner

snarfed commented May 28, 2018

tentatively closing.

@snarfed snarfed closed this as completed May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants