scylla icon indicating copy to clipboard operation
scylla copied to clipboard

docker 运行以后, http://54.255.151.229:8899/api/v1/proxies报错, "An error occurred while handling an error"

Open Ro0kie opened this issue 4 years ago • 3 comments

Describe the bug docker 运行以后, 8899端口打开界面,statistics 没问题,但是看不到ip列表,用api会返回 "An error occurred while handling an error"

To Reproduce docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:latest http://54.255.151.229:8899/api/v1/proxies

Expected behavior A clear and concise description of what you expected to happen.

Screenshots no

Desktop (please complete the following information): debian9 docker

Smartphone (please complete the following information): no

Additional context no

Ro0kie avatar Aug 22 '20 18:08 Ro0kie

same here. probably some verification site , and package broken.

9cat avatar Sep 26 '20 23:09 9cat

I use the previous version. and it works.

docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:1.1.7

botemple avatar Sep 27 '20 01:09 botemple

I use the previous version. and it works.

docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:1.1.7

+1 good thinking, thanks

mikelucid avatar Dec 10 '20 07:12 mikelucid