-
Notifications
You must be signed in to change notification settings - Fork 22
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
Traceback when URLerror occurs #6
Comments
This seems to happen a lot, I guess due to Teh Internet. |
Here's another one probably caused by network hiccups
|
What should we do here, catch it? And do what? Seems to me like a traceback is pretty much what we want to happen so this doesn't fail silently? |
I'm not sure. I have seen a lot of problems with seeding the product details lib and I'm not sure exactly why. Maybe it's our SVN server. It got so bad that I switched it to this bash script and got a huge speedup: https://github.com/mozilla/zamboni/blob/master/scripts/seed-prod-details.sh (I guess because it does svn export). |
When the SVN server is down / broken:
The text was updated successfully, but these errors were encountered: