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
I'm sorry I can't help you, webServer is a server program and I usually run him on an ubuntu server in the aliyun rather than locally, so I don't have experience of dealing with local segments running it.
As I understand it, it is used to handle post and get requests, not a web page that can be opened!
How can i fix this, been stuck on it for a while and have fixed all APIs from Binance, larksuite and AliBaba Cloud. Thanks in advance!
`
^C(quant) (base) Mys-MacBook-Pro-2:c-binance-futures-quant my$ python3 webServer.py
1
2
3
1
2
3
Bottle v0.12.25 server starting up (using PasteServer())...
Listening on http://0.0.0.0:8888/
Hit Ctrl-C to quit.
serving on 0.0.0.0:8888 view at http://127.0.0.1:8888
127.0.0.1 - - [13/Aug/2023:20:29:38 +0200] "GET / HTTP/1.1" 404 718 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
127.0.0.1 - - [13/Aug/2023:20:29:54 +0200] "GET / HTTP/1.1" 404 718 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
127.0.0.1 - - [13/Aug/2023:20:34:34 +0200] "GET / HTTP/1.1" 404 718 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
`
The text was updated successfully, but these errors were encountered: