Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Exception: Uh oh. #1

Open
coryvirok opened this issue Mar 21, 2013 · 2 comments
Open

Exception: Uh oh. #1

coryvirok opened this issue Mar 21, 2013 · 2 comments
Assignees
Milestone

Comments

@coryvirok
Copy link
Owner

View details in Rollbar: https://localhost:7943:7943/item/35/

Traceback (most recent call last):
  File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/rollbar/contrib/pyramid/__init__.py", line 49, in rollbar_tween
    response = pyramid_handler(request)
  File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/router.py", line 164, in handle_request
    response = view_callable(context, request)
  File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 227, in _secured_view
    return view(context, request)
  File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 360, in viewresult_to_response
    result = view(context, request)
  File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 471, in _requestonly_view
    response = view(request)
  File "/Users/coryvirok/Development/mox/mox/views/admin.py", line 259, in cause_error
    raise Exception(message)
Exception: Uh oh.
@ghost ghost assigned coryvirok Mar 21, 2013
@levity
Copy link
Collaborator

levity commented Mar 21, 2013

Wrong github project ID? :)

On Mar 20, 2013, at 8:32 PM, coryvirok [email protected] wrote:

View details in Rollbar: https://localhost:7943:7943/item/35/

Traceback (most recent call last):
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/rollbar/contrib/pyramid/init.py", line 49, in rollbar_tween
response = pyramid_handler(request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/router.py", line 164, in handle_request
response = view_callable(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 227, in _secured_view
return view(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 360, in viewresult_to_response
result = view(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 471, in _requestonly_view
response = view(request)
File "/Users/coryvirok/Development/mox/mox/views/admin.py", line 259, in cause_error
raise Exception(message)
Exception: Uh oh.

Reply to this email directly or view it on GitHub.

@coryvirok
Copy link
Owner Author

Heh, nope. Well, sort of. I'm testing some new rollbar features that automatically file github issues based on search paeans for incoming errors. This was just a handy, inactive project to test on. :)

Sent from my iPhone

On Mar 20, 2013, at 8:49 PM, Lawrence Wang [email protected] wrote:

Wrong github project ID? :)

On Mar 20, 2013, at 8:32 PM, coryvirok [email protected] wrote:

View details in Rollbar: https://localhost:7943:7943/item/35/

Traceback (most recent call last):
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/rollbar/contrib/pyramid/init.py", line 49, in rollbar_tween
response = pyramid_handler(request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/router.py", line 164, in handle_request
response = view_callable(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 227, in _secured_view
return view(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 360, in viewresult_to_response
result = view(context, request)
File "/Users/coryvirok/Development/moxenv/lib/python2.7/site-packages/pyramid/config/views.py", line 471, in _requestonly_view
response = view(request)
File "/Users/coryvirok/Development/mox/mox/views/admin.py", line 259, in cause_error
raise Exception(message)
Exception: Uh oh.

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants