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
Request successfully reach server and return with HTTP 200 code. But throw exception while parse response.
Internal Server Error: /test/
Traceback (most recent call last):
File "/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/base.py", line 124, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/apple/projects/limonproject/api/exchange/exchangerest/views.py", line 28, in test
shell_id = p.open_shell()
File "/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/winrm/protocol.py", line 161, in open_shell
root = ET.fromstring(res)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/etree/ElementTree.py", line 1314, in XML
parser.feed(text)
File "", line None
xml.etree.ElementTree.ParseError: syntax error: line 1, column 62
[27/Sep/2018 12:40:19] "GET /test/ HTTP/1.1" 500 88551
The text was updated successfully, but these errors were encountered:
Request successfully reach server and return with HTTP 200 code. But throw exception while parse response.
The text was updated successfully, but these errors were encountered: