Roman-Kasianenko
Results
2
issues of
Roman-Kasianenko
Getting error: ``` OSError: [WinError 998] Invalid access to memory location ``` when trying to execute the following code: ```python from botasaurus.browser import browser, Driver @browser def scrape_heading_task(driver: Driver, data):...
When I executed the script locally it is running fine. but once I tried to run it in Ubuntu server getting the following error: ``` ubuntu@python:~/automated_scripts/scripts/stock$ python3 test.py HTTP server...