phantomjs is not listening on port 25555 #973
Description
- pyspider version: 0.3.10
- Operating system: Windows 7
- Start up command: pyspider all
Expected behavior
pyspider\libs\utils.py:196: FutureWarning: timeout is not supported on your plat
form.
warnings.warn("timeout is not supported on your platform.", FutureWarning)
phantomjs fetcher running on port 25555
[W 210829 11:52:55 run:477] puppeteer not found, continue running without it.
[I 210829 11:52:57 result_worker:49] result_worker starting...
[I 210829 11:52:57 processor:211] processor starting...
[I 210829 11:52:57 run:441] phantomjs exited.
[I 210829 11:52:57 scheduler:675] scheduler starting...
[I 210829 11:52:57 scheduler:614] in 5m: new:0,success:0,retry:0,failed:0
[I 210829 11:52:58 scheduler:810] scheduler.xmlrpc listening on 127.0.0.1:23333
[I 210829 11:52:58 result_worker:66] result_worker exiting...
[I 210829 11:52:58 processor:229] processor exiting...
[I 210829 11:52:59 tornado_fetcher:745] fetcher starting...
[I 210829 11:52:59 tornado_fetcher:824] fetcher.xmlrpc listening on 127.0.0.1:24444
Actual behavior
I checked three ports:
24444
23333
25555
cmd:
netstat -ano | findstr "23333"
netstat -ano | findstr "24444"
netstat -ano | findstr "25555"
results:
TCP 127.0.0.1:23333 0.0.0.0:0 LISTENING 752
TCP 127.0.0.1:24444 0.0.0.0:0 LISTENING 752
port 25555 had nothing.
I check the tasklist with cmd 'tasklist | findstr "phantomjs" ' when 'pyspider all' is starting
phantomjs.exe 4628 Console 1 67,556 K
but the status had just keeping a few seconds while status of phantomjs became closed.
tasklist | findstr "phantomjs" had nothing
How to reproduce
I try to reinstall pyspider and tornado, but it still doesn't work