Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phantomjs is not listening on port 25555 #973

Open
BuhuanJin opened this issue Aug 29, 2021 · 0 comments
Open

phantomjs is not listening on port 25555 #973

BuhuanJin opened this issue Aug 29, 2021 · 0 comments

Comments

@BuhuanJin
Copy link

BuhuanJin commented Aug 29, 2021

  • 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

@BuhuanJin BuhuanJin changed the title phantomjs is not listening in port 25555 phantomjs is not listening at port 25555 Aug 29, 2021
@BuhuanJin BuhuanJin changed the title phantomjs is not listening at port 25555 phantomjs is not listening on port 25555 Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant