ArchivedUltimaScraper
ArchivedUltimaScraper copied to clipboard
stop working overnight how can i fix this
C:\Temp\UltimaScraper-master>start_us.py
Traceback (most recent call last):
File "C:\Temp\UltimaScraper-master\start_us.py", line 13, in
did get this error today it use to work fine no problem. how can i fix this problem
Check your Windows PATH environment variable (from cmd window: path<ENTER>), make sure it includes where you have python installed as well as where you have the scraper installed (C:\temp\UltimaScraper-master from your example, by the look of it). Here's mine (relevant entries in bold):
C:\Program Files\Python311\Scripts; C:\Program Files\Python311; C:\WINDOWS\system32; C:\WINDOWS;C:\WINDOWS\System32\Wbem; C:\WINDOWS\System32\WindowsPowerShell\v1.0; C:\WINDOWS\System32\OpenSSH; C:\Users\Me\AppData\Local\Microsoft\WindowsApps; C:\Users\Me\AppData\Roaming\Python\Scripts; C:\Users\Me\AppData\Local\Scraper-7.6.1;
Check your Windows PATH environment variable (from cmd window: path), make sure it includes where you have python installed as well as where you have the scraper installed (C:\temp\UltimaScraper-master from your example, by the look of it). Here's mine (relevant entries in bold):
all is fine. need for for the UltimaScraper-master. Do you know it there is a patch that fix this bug?