You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error while trying to setup the scraper
C:\Users\HP\Desktop\internship>python -u "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py"
Traceback (most recent call last):
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py", line 39, in
results = asyncio.run(main())
^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py", line 13, in main
status = await Amazon(base_url, None).status()
^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\scrapers\scraper.py", line 58, in init
self.scrape = yaml_load('selector')
^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\tools\tool.py", line 335, in yaml_load
with open(f"scrapers//{selectors}.yaml") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'scrapers//selector.yaml'
The text was updated successfully, but these errors were encountered:
I got this error while trying to setup the scraper
C:\Users\HP\Desktop\internship>python -u "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py"
Traceback (most recent call last):
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py", line 39, in
results = asyncio.run(main())
^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\main.py", line 13, in main
status = await Amazon(base_url, None).status()
^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\scrapers\scraper.py", line 58, in init
self.scrape = yaml_load('selector')
^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\HP\Desktop\internship\AmazonMe-master\AmazonMe-master\tools\tool.py", line 335, in yaml_load
with open(f"scrapers//{selectors}.yaml") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'scrapers//selector.yaml'
The text was updated successfully, but these errors were encountered: