Prince25/StockAlertBot

Can't start application

itsmylife44 opened this issue · 5 comments

I'm trying to set it up without success .
node version : v14.16.0

this is my config with webshare proxie !

{
     "URLS": [
         "https://www.amazon.fr/dp/B08WRK84PS",
         "https://www.amazon.es/dp/B08WBB3ZMJ",
         "https://www.amazon.es/dp/B08WH4RK2C",
         "https://www.amazon.es/dp/B08WBB7KXV",
         "https://www.amazon.de/dp/B08WBB3ZMJ",
         "https://www.amazon.it/dp/B08WBB3ZMJ",
         "https://www.amazon.it/dp/B08WB6R2K4",
         "https://www.amazon.fr/dp/B08NW76K61",
         "https://www.amazon.es/dp/B08NW76K61"
     ],
     "SUPPORTED_STORES_DOMAINS": [
         "amazon",
         "antonline",
         "argos",
         "bestbuy",
         "costco",
         "currys",
         "gamestop",
         "microcenter",
         "newegg",
         "target",
         "tesco",
         "tescopreorders",
         "walmart"
     ],
     "INTERVAL": {
         "unit": "seconds",
         "value": 10
     },
     "OPEN_URL": false,
     "ALARM": false,
     "AMAZON_DELAY": 2,
     "TARGET_ZIP_CODE": "90024",
     "TARGET_KEY": "ff457966e64d5e877fdbad070f276d18ecec4a01",
     "WEBHOOK_URLS": [
         "https://discord.com/api/webhooks/xxxx"
     ],
     "SUPPORTED_WEBHOOK_DOMAINS": [
         "discord",
         "slack"
     ],
     "PROXIES": true,
     "EMAIL": false,
     "SMS_METHOD": "None"
 }

image

EDIT :

if i put the proxie to false , it works fine .

Yes, only set Proxies to True if you have a proxies.txt present.

the proxy was set to True .

if i use the ip autentification it works fine , if i use

username:password@ip:port it is not working

Oh I see, then that's a different issue and I'll investigate it. Thanks!

@itsmylife44 So I tested out proxies in the form of username:password@ip:port on Amazon, Newegg and Microcenter and haven't had any problems. Could you double check if that was the issue? What is your proxy provider?

Closing due to inactivity.