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
"Traceback (most recent call last):\n File \"/vagrant/roundware/api1/views.py\", line 58, in catch_errors\n function = operation_to_function(request.GET['operation'])\n File \"/vagrant/roundware/api1/views.py\", line 79, in operation_to_function\n \"request_stream\": api.request_stream,\nAttributeError: module 'roundware.lib.api' has no attribute 'request_stream'\n"
After successfully running
./runserver.sh
on a vagrant on theadmin-updates
branch (see #422 for context)...I'm trying the 'Basic Testing' steps recommended in these docs.
At the URL's provided, I'm getting Django error pages with tracebacks, as well as similar tracebacks in the command line logs.
http://localhost:8888/api/1/?operation=get_config&project_id=1
I get the same error for the following URLs:
The text was updated successfully, but these errors were encountered: