QQ-Groups-Spider icon indicating copy to clipboard operation
QQ-Groups-Spider copied to clipboard

运行时报错

Open tanqiwen opened this issue 5 years ago • 4 comments

File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 3123, in run server.run(app) File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 2818, in run from paste import httpserver ImportError: No module named paste

tanqiwen avatar Mar 20 '19 16:03 tanqiwen

`root@sf:~/QQ-Groups-Spider# python app.py Bottle v0.12.13 server starting up (using PasteServer())... Listening on http://localhost:8080/ Hit Ctrl-C to quit.

Traceback (most recent call last): File "/root/QQ-Groups-Spider/vendor/bottle.py", line 3123, in run server.run(app) File "/root/QQ-Groups-Spider/vendor/bottle.py", line 2818, in run from paste import httpserver ImportError: No module named paste Bottle v0.12.13 server starting up (using WSGIRefServer())... Listening on http://localhost:8080/ Hit Ctrl-C to quit. `

uosbox avatar Apr 24 '19 10:04 uosbox

Bottle v0.12.13 server starting up (using PasteServer())... Listening on http://localhost:8080/ Hit Ctrl-C to quit. It is running normally ,but I can not get the data after submit it . It show this in the console: 127.0.0.1 - - [08/Aug/2019:11:42:47 +0800] "GET /static/img/ajax-loader.gif HTTP/1.1" 304 - "http://127.0.0.1:8080/qqun" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763" 127.0.0.1 - - [08/Aug/2019:11:42:47 +0800] "POST /qqun HTTP/1.1" 500 738 "http://127.0.0.1:8080/qqun" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763" 'group_list'

AnyThing Wrong ?

wangxuguo avatar Aug 08 '19 04:08 wangxuguo

File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 3123, in run server.run(app) File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 2818, in run from paste import httpserver ImportError: No module named paste

pip install paste

caspartse avatar Aug 15 '19 10:08 caspartse

`root@sf:~/QQ-Groups-Spider# python app.py Bottle v0.12.13 server starting up (using PasteServer())... Listening on http://localhost:8080/ Hit Ctrl-C to quit.

Traceback (most recent call last): File "/root/QQ-Groups-Spider/vendor/bottle.py", line 3123, in run server.run(app) File "/root/QQ-Groups-Spider/vendor/bottle.py", line 2818, in run from paste import httpserver ImportError: No module named paste Bottle v0.12.13 server starting up (using WSGIRefServer())... Listening on http://localhost:8080/ Hit Ctrl-C to quit. `

pip install paste

caspartse avatar Aug 15 '19 10:08 caspartse