Closed shedowe19 closed 6 months ago
make sure you are using a virtual environment in which you are installing the required python packages to avoid versioning issues of the dependencies AND please stick to python3.11 as python3.12 is not working -> I will update the README to emphasize this
python --version
output in the venv?
(venv) C:\Users\Shedowe\Downloads\Compressed\series-scraper-main>python --version Python 3.11.9
actually it is an oversight on my end. will fix it immediately, but python3.11 was needed nevertheless
Click to expand logs
C:\Users\Shedowe\Downloads\Compressed\series-scraper-main>python main.py serie https://bs.to/serie/Pok-mon-Horizons-The-Series-Pokemon-2023 Deutsch INFO - 2024-04-29 18:41:53,244 - main.py -> ------------- Series-Scraper started ------------ INFO - 2024-04-29 18:41:53,430 - main.py -> Season 1 has 47 Episodes. Traceback (most recent call last): File "C:\Users\Shedowe\Downloads\Compressed\series-scraper-main\main.py", line 47, in check_episodes episode_link = get_episode_link(url, language, provider, season, episode, burning_series) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Shedowe\Downloads\Compressed\series-scraper-main\src\html_scraper.py", line 37, in get_episode_link link_to_episode = find_bs_link_to_episode(link_to_episode, provider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Shedowe\Downloads\Compressed\series-scraper-main\src\html_scraper.py", line 105, in find_bs_link_to_episode video_in_media_provider = WebDriverWait(driver, 0).until( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Shedowe\AppData\Local\Programs\Python\Python312\Lib\site-packages\selenium\webdriver\support\wait.py", line 105, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: GetHandleVerifier [0x0122C113+48259] (No symbol) [0x011BCA41] (No symbol) [0x010B0A17] (No symbol) [0x010F0BED] (No symbol) [0x010F0C9B] (No symbol) [0x0112BC12] (No symbol) [0x01110DE4] (No symbol) [0x01129B9C] (No symbol) [0x01110B36] (No symbol) [0x010E570D] (No symbol) [0x010E62CD] GetHandleVerifier [0x014E6533+2908323] GetHandleVerifier [0x01523B4B+3159739] GetHandleVerifier [0x012C505B+674763] GetHandleVerifier [0x012CB21C+699788] (No symbol) [0x011C6244] (No symbol) [0x011C2298] (No symbol) [0x011C242C] (No symbol) [0x011B4BB0] BaseThreadInitThunk [0x75927BA9+25] RtlInitializeExceptionChain [0x7720BE3B+107] RtlClearBits [0x7720BDBF+191] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Shedowe\Downloads\Compressed\series-scraper-main\main.py", line 127, in