scylla
scylla copied to clipboard
docker 运行以后, http://54.255.151.229:8899/api/v1/proxies报错, "An error occurred while handling an error"
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
same here. probably some verification site , and package broken.
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
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