Skip to content

[BUG] selenium.common.exceptions.TimeoutException #5

Description

@Cyber5imon

I know this hasn't been updated in a while, but is this still working for everyone? I receive a timeout error as follows:

/usr/lib/python2.7/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 "./book.py", line 5, in <module>
    api = lector.KindleCloudReaderAPI('email@address.com', 'password')
  File "/home/simon/git/Lector/lector/reader.py", line 326, in __init__
    self._browser = _KindleCloudReaderBrowser(username, password)
  File "/home/simon/git/Lector/lector/reader.py", line 182, in __init__
    self._init_browser()
  File "/home/simon/git/Lector/lector/reader.py", line 192, in _init_browser
    self._to_reader_home()
  File "/home/simon/git/Lector/lector/reader.py", line 218, in _to_reader_home
    self._wait(5).until(login_or_reader_loaded)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions