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

Improvements for network related error handling, replace chromedriver-py with webdriver-manager & more #112

Conversation

RileyXX
Copy link
Owner

@RileyXX RileyXX commented Dec 14, 2024

  • Improvements for network related error handling with Trakt requests and IMDB chromedriver page loads. The script should now properly handle all network related errors and retry requests where possible, eliminating many potential errors.
  • Replaced chromedriver-py requirement with webdriver-manager. This removes the need for checkChromedriver.py, allows the possibility of multi-browser support and expanded OS compatibility. Users upgrading to v3.0.1 who are not using chromedriver-py in other projects can safely uninstall it using python -m pip uninstall chromedriver-py.
  • Possible fix for Script tries to sync Video Games from IMDB #104.
  • Temporary solution for removing DevTools listening on ws: line on Windows for better readability.
  • Removed unnecessary package install requirements.

@RileyXX RileyXX merged commit af5c57a into main Dec 14, 2024
@RileyXX RileyXX deleted the improvements-for-network-related-error-handling-removal-of-chromedriver-py-requirement-and-more branch December 14, 2024 20:34
@RileyXX RileyXX linked an issue Dec 14, 2024 that may be closed by this pull request
1 task
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

Successfully merging this pull request may close these issues.

Script tries to sync Video Games from IMDB
1 participant