Changes between Initial Version and Version 1 of Ticket #30094


Ignore:
Timestamp:
Jan 10, 2019, 7:30:58 AM (5 years ago)
Author:
Spleeding1
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30094 – Description

    initial v1  
    11I was running a project test using the --parallel option and in the middle of it hit ctrl-c. Now if I run the --parallel test. It always fails at the same spot. I am also using Selenium, and it is all of the 'automation' tests that throw errors. I'm not sure what information you want/need. Please let me know and I will get you that information. I am using macOS 10.14.2 Terminal. This came as a result of this https://github.com/mozilla/geckodriver/issues/1454
     2
     3This is the error that is thrown:
     4
     5 raise MaxRetryError(_pool, url, error or ResponseError(cause))
     6urllib3.exceptions.MaxRetryError: None: Max retries exceeded with url: /session/079086117bcc29bb0f545d4c6540c584/url (Caused by None)
Back to Top