ArchivedUltimaScraper icon indicating copy to clipboard operation
ArchivedUltimaScraper copied to clipboard

stop working overnight how can i fix this

Open Fall0n opened this issue 1 year ago • 2 comments

C:\Temp\UltimaScraper-master>start_us.py Traceback (most recent call last): File "C:\Temp\UltimaScraper-master\start_us.py", line 13, in main_test.check_start_up() File "C:\Temp\UltimaScraper-master\tests\main_test.py", line 21, in check_start_up from ultima_scraper_collection.managers.filesystem_manager import FilesystemManager ModuleNotFoundError: No module named 'ultima_scraper_collection'

did get this error today it use to work fine no problem. how can i fix this problem

Fall0n avatar Jul 01 '23 14:07 Fall0n

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;

billmonti2346 avatar Jul 05 '23 15:07 billmonti2346

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?

Fall0n avatar Jul 06 '23 13:07 Fall0n