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

server error when after doing an operation, tries to load a page that came from a plugin #5

Closed
Dieterbe opened this issue May 2, 2013 · 0 comments
Assignees

Comments

@Dieterbe
Copy link
Owner

Dieterbe commented May 2, 2013

127.0.0.1 - - [02/May/2013 17:21:28] "GET /events/edit/anDR6XFjSDCfLBojELhbgw HTTP/1.1" 200 6884
Traceback (most recent call last):
  File "/home/dieter/workspaces/eclipse/anthracite/bottle.py", line 763, in _handle
    return route.call(**args)
  File "/home/dieter/workspaces/eclipse/anthracite/bottle.py", line 1622, in wrapper
    rv = callback(*a, **ka)
  File "/home/dieter/workspaces/eclipse/anthracite/bottle.py", line 1572, in wrapper
    rv = callback(*a, **ka)
  File "./anthracite-web.py", line 185, in events_edit_post
    return render_last_page(['/events/edit/'], successes=['The event was updated'])
  File "./anthracite-web.py", line 75, in render_last_page
    fn, args = url_to_fn_args(last_page)
  File "./anthracite-web.py", line 61, in url_to_fn_args
    return (globals()[fn_name], args)
KeyError: 'events_table_vimeo_analytics'
127.0.0.1 - - [02/May/2013 17:21:37] "POST /events/edit/anDR6XFjSDCfLBojELhbgw HTTP/1.1" 500 775

-> events_table_vimeo_analytics is in the scope of the plugin, not in the global scope.

@ghost ghost assigned Dieterbe May 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant