raspberry3 running fail
root@ka~/Market/ComicSpider# python3 download_f.py personurl.txt 0
Download comics based on file personurl.txt
Using single thread...
Traceback (most recent call last):
File "download_f.py", line 26, in
这是我在下载春物的时候的错误,目测是标题太长 https://manhua.dmzj.com/guoranwodeqingchunlianaixijugaocuolecomic
这是我下载默认URL的时候 ftpuser@ka:~/upload/ComicSpider$ python3 download_f.py url.txt 0 Download comics based on file url.txt Using single thread... There are 19 chapters in comic 三位一体V2 Downloading all chapters of comic 三位一体V2 into dir /home/ftpuser/upload/ComicSpider/三位一体V2 /usr/local/lib/python3.6/dist-packages/selenium/webdriver/phantomjs/webdriver.py:49: UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead warnings.warn('Selenium support for PhantomJS has been deprecated, please use headless ' Traceback (most recent call last): File "/home/ftpuser/upload/ComicSpider/comic.py", line 51, in get_pages driver = webdriver.PhantomJS(desired_capabilities=dcap) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/phantomjs/webdriver.py", line 56, in init self.service.start() File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running % (self.path, return_code) selenium.common.exceptions.WebDriverException: Message: Service phantomjs unexpectedly exited. Status code was: 1
Traceback (most recent call last):
File "download_f.py", line 26, in