You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
I am not sure. However, that try: should catch errors within your scripts. Depending on the error, you may decide how to handle it instead of using the generic except Exception as e. The second parameter in `status('error', e)' should be the message of a particular error. That message is useful for sending in an email or displaying in the ScraperWiki dashboard.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In order for the "status" of the ScraperWiki boxes to be active, we need to add something like this to when the script ends:
That helps determine the status of boxes / scripts.
The text was updated successfully, but these errors were encountered: