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

fetchart: Add some error handling to prevent crashes #3155

Merged
merged 2 commits into from
Feb 20, 2019

Conversation

Holzhaus
Copy link
Contributor

Today I had some network problems regarding dbpedia.org, which made
beets crash because a requests.exceptions.ConnectionError was raised
([Errno 113] No route to host). This commits adds some error handling
around network requests to prevent further crashes in the future.

Today I had some network problems regarding dbpedia.org, which made
beets crash because a requests.exceptions.ConnectionError was raised
("[Errno 113] No route to host"). This commits adds some error handling
around network requests to prevent further crashes in the future.
@sampsyo
Copy link
Member

sampsyo commented Feb 20, 2019

This all looks grea; thanks! I know it’s a small change, but could you please add a quick changelog entry?

The changelog entry also mentions that this fixes beetbox#1579.
@Holzhaus
Copy link
Contributor Author

Done. I also mentioned #1579 in the changelog entry, since it should be fixed by this PR.

@sampsyo
Copy link
Member

sampsyo commented Feb 20, 2019

Perfect; thank you!! Looks great.

@sampsyo sampsyo merged commit be118b9 into beetbox:master Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants