Skip to content

Instantly share code, notes, and snippets.

@EKami
Created March 10, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EKami/7579f4bad0f67069f53d70705f8bfcaa to your computer and use it in GitHub Desktop.
Save EKami/7579f4bad0f67069f53d70705f8bfcaa to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/views/generic/base.py", line 69, in view
return self.dispatch(request, *args, **kwargs)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/views/generic/base.py", line 89, in dispatch
return handler(request, *args, **kwargs)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/django/views/generic/edit.py", line 142, in post
return self.form_valid(form)
File "/Users/Ekami/workspace/torchlite-web/display/views.py", line 48, in form_valid
response = algo.pipe(json)
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/Algorithmia/algorithm.py", line 40, in pipe
return AlgoResponse.create_algo_response(self.client.postJsonHelper(self.url, input1, **self.query_parameters))
File "/Users/Ekami/Programs/anaconda/envs/dl/lib/python3.6/site-packages/Algorithmia/algo_response.py", line 16, in create_algo_response
raise AlgoException(responseJson['error'])
Algorithmia.algo_response.AlgoException: invalid load key, '@'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment