We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
5ff609a
Dieterbe
No branches or pull requests
-> events_table_vimeo_analytics is in the scope of the plugin, not in the global scope.
The text was updated successfully, but these errors were encountered: