-
Notifications
You must be signed in to change notification settings - Fork 0
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
requests.get.stream and 404 handling #95
Comments
Questions go in the gitter channel |
#53 solved it, using "check = false" |
There doesn't seem to be much activity on the gitter-channel. I haven't seen one question answered... |
I'm having a very similar issue. I'm wondering how check = false solved it. I'm wondering what your final solution looked like? |
Original Author:andreak |
Hi, I'm feeling I'm doing something wrong but there seems no other way than to catch
RequestFailedException
.I have:
The only way to safely process this is to surround with try-catch:
This doesn't seem very scala-ish, is there a better way?
ID: 50
Original Author: andreak
link: Original Link
The text was updated successfully, but these errors were encountered: