Open CharlesCCC opened 5 years ago
It seems like the issue is at the \scylla\venv-pipinstall\Lib\site-packages\sanic\response.py
file.
change the line to the following temp fixed the issue but the date will not showing correctly:
return HTTPResponse(dumps(body, **kwargs, default=str), headers=headers,
status=status, content_type=content_type)
or need use json_dumps here https://github.com/imWildCat/scylla/blob/master/scylla/web/server.py#L102
Describe the bug Can't access the following API
http://localhost:8899/api/v1/proxies
To Reproduce Steps to reproduce the behavior:
Expected behavior No error with actual stats
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context python 3.6.8 scylla 1.1.5