EricJMarti / inventory-hunter

⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: FILENAME does not exist or is not a regular file

JoshuaMunoz opened this issue · comments

I created a bunch of my own yaml files because I read that could scrape better and I also wanted a single yaml per website.

I created these in nano, they look identical to some of the included templates. However, when I try to run them, I get the error:

error: unique_bh_3080.yaml does not exist or is not a regular file

I see them in the config folder when I use the ls command and I styled them exactly as the included templates.

Any advice would be apprecitated.

error: unique_amazon_3080.yaml does not exist or is not a regular file

usage for discord, slack, or telegram:
  ./docker_run.bash -a DISCORD|SLACK|TELEGRAM -w WEBHOOK_URL [-d TELEGRAM_CHAT_ID] -c CONFIG

usage for email:
  ./docker_run.bash -c CONFIG -e EMAIL -r RELAY

---
refresh_interval: 20 # seconds
urls:
  - https://www.amazon.com/ASUS-GeForce-Graphics-DisplayPort-Bearings/dp/B08HH5WF97
  - https://www.amazon.com/ASUS-Graphics-DisplayPort-Military-Grade-Certification/dp/B08HHDP9DW
  - https://www.amazon.com/dp/B08HH5WF97
  - https://www.amazon.com/dp/B08HR55YB5
  - https://www.amazon.com/dp/product/B08HR5SXPS
  - https://www.amazon.com/EVGA-10G-P5-3881-KR-GeForce-GAMING-Cooling/dp/B08HR6FMF3
  - https://www.amazon.com/EVGA-10G-P5-3883-KR-GeForce-Cooling-Backplate/dp/B08HR4RJ3Q
  - https://www.amazon.com/EVGA-10G-P5-3885-KR-GeForce-Cooling-Backplate/dp/B08HR55YB5
  - https://www.amazon.com/EVGA-10G-P5-3895-KR-GeForce-Technology-Backplate/dp/B08HR3DPGW
  - https://www.amazon.com/EVGA-10G-P5-3897-KR-GeForce-Technology-Backplate/dp/B08HR3Y5GQ
  - https://www.amazon.com/Gigabyte-Graphics-Windforce-GV-N3080EAGLE-OC-10GD/dp/B08HJS2JLJ
  - https://www.amazon.com/GIGABYTE-Graphics-WINDFORCE-GV-N3080GAMING-OC-10GD/dp/B08HJTH61J
  - https://www.amazon.com/gp/product/B08HH5WF97
  - https://www.amazon.com/gp/product/B08HJTH61J
  - https://www.amazon.com/gp/product/B08HR3Y5GQ
  - https://www.amazon.com/gp/product/B08HR55YB5
  - https://www.amazon.com/gp/product/B08HR5SXPS
  - https://www.amazon.com/gp/product/B08HR7SV3M
  - https://www.amazon.com/gp/product/B08J6F174Z
  - https://www.amazon.com/gp/product/B08QW8BKDV
  - https://www.amazon.com/MSI-GeForce-320-Bit-Architecture-Graphics/dp/B08HR5SXPS
  - https://www.amazon.com/MSI-GeForce-Tri-Frozr-Architecture-Graphics/dp/B08HR7SV3M
  - https://www.amazon.com/PNY-GeForce-Gaming-EPIC-X-Graphics/dp/B08HBR7QBM
  - https://www.amazon.com/PNY-GeForce-Gaming-UPRISING-Graphics/dp/B08HBTJMLJ
...

For example, here is a unique Amazon yaml I created in nano. Not sure why it's not working.