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
Describe the bug
use curl http://localhost:18899/api/v1/proxies&page=1 to fetch the proxy list
but it failed. The output is An error occurred while handling an error
To Reproduce
Steps to reproduce the behavior:
install via docker docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:latest
get proxy list curl http://localhost:18899/api/v1/proxies&page=1
terminal output is An error occurred while handling an error
Expected behavior
launch get request http://localhost:18899/api/v1/proxies&page=1 and get a proxy list of page 1
Screenshots
No
Desktop (please complete the following information):
OS: Ubuntu18.04
Docker version 19.03.12, build 48a66213fe
Smartphone (please complete the following information):
No
Additional context
config Nginx, and visit from chrome browser, it also does not work.
The text was updated successfully, but these errors were encountered:
Describe the bug
use
curl http://localhost:18899/api/v1/proxies&page=1
to fetch the proxy listbut it failed. The output is An error occurred while handling an error
To Reproduce
Steps to reproduce the behavior:
docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:latest
curl http://localhost:18899/api/v1/proxies&page=1
An error occurred while handling an error
Expected behavior
launch get request
http://localhost:18899/api/v1/proxies&page=1
and get a proxy list of page 1Screenshots
No
Desktop (please complete the following information):
Smartphone (please complete the following information):
No
Additional context
config Nginx, and visit from chrome browser, it also does not work.
The text was updated successfully, but these errors were encountered: