Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

AttributeError: 'NoneType' object has no attribute 'set_page_load_timeout' #28

Open
SudipBayen opened this issue May 31, 2021 · 1 comment

Comments

@SudipBayen
Copy link

  • scribd-dl version: 0.4.5
  • Python version: Python 3.8.5
  • Operating System: Ubuntu 20.10

This Was My Command

scribd-dl https://www.scribd.com/document/440444961/A-Document-Name

Error, That I Was Found

[error]  Chromedriver needs to be in assets directory or in PATH
Traceback (most recent call last):
  File "/usr/local/bin/scribd-dl", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/dist-packages/scribd_dl/__init__.py", line 41, in main
    scribd.download(URLS)
  File "/usr/local/lib/python3.8/dist-packages/scribd_dl/scribd_dl.py", line 140, in download
    self.start_browser()
  File "/usr/local/lib/python3.8/dist-packages/scribd_dl/scribd_dl.py", line 106, in start_browser
    self.driver.set_page_load_timeout(self.LOAD_TIME)
AttributeError: 'NoneType' object has no attribute 'set_page_load_timeout'
@KalimAmzad
Copy link

I faced the same issue. Any solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants