thurdev / roblox-limiteds-sniper-free

Now UGC items are possible to be set as a limited, and some people are selling them for free, so the script will try to buy every copy, if any available
MIT License
7 stars 5 forks source link

Don't think Proxies Implementation is functioning correctly #18

Closed CustomAmelia closed 1 year ago

CustomAmelia commented 1 year ago

I get Failed to get Items when searching for items (only when using proxies)

Here's my proxies formatting:

{
    "ip": "",
    "port": "",
    "username": "",
    "password": ""
},

Please let me know if my format is wrong
thurdev commented 1 year ago

Try taking a look at this: https://masteringjs.io/tutorials/axios/proxy

CustomAmelia commented 1 year ago

Tried the format there, still didnt work

thurdev commented 1 year ago

Whats the error?

CustomAmelia commented 1 year ago

Whats the error?

Failed to get Items when searching for items

thurdev commented 1 year ago

I found this text on another repo, maybe this help u image

thurdev commented 1 year ago

Discontinued