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

Try to graciously handle Ideone error #1

Open
orsenthil opened this issue Feb 26, 2014 · 0 comments
Open

Try to graciously handle Ideone error #1

orsenthil opened this issue Feb 26, 2014 · 0 comments

Comments

@orsenthil
Copy link
Member

$ tail /var/folders/_2/kqmfvpxj3_l3dnj5wq1y6j1c0000gn/T/sphinx-err-VGCoCu.log
    visitor.dispatch_visit(self)
  File "/Users/skumaran/AllPython/CPython-2.7.3/lib/python2.7/site-packages/docutils/nodes.py", line 1882, in dispatch_visit
    return method(node)
  File "/Users/skumaran/AllPython/CPython-2.7.3/lib/python2.7/site-packages/sphinxcontrib/runcode.py", line 84, in visit_block
    if IDEONE_AUTHENTICATED and ideone_auth.test()["error"] == "OK":
  File "/Users/skumaran/AllPython/CPython-2.7.3/lib/python2.7/site-packages/ideone/__init__.py", line 326, in test
    Ideone._handle_error(result_dict)
  File "/Users/skumaran/AllPython/CPython-2.7.3/lib/python2.7/site-packages/ideone/__init__.py", line 59, in _handle_error
    raise IdeoneError(error)
IdeoneError: AUTH_ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant