ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 64 forks source link

URL not working #97

Closed reubenprevost closed 3 years ago

reubenprevost commented 3 years ago

v3.1

Actually, it seems that the URL is only failing to work with the -remote flag. I'll continue testing this. I'm not sure why it's not working.

--edit--

I think I've narrowed the problem down. When using discord alerts, the link fails with and without the remote flag. Possibly because discord is sending a request to the page before the user actually uses it?

So, the url fails to work when using the discord flag

reubenprevost commented 3 years ago

I removed the link from the discord alert and it worked fine. That removes the functionality of the remote flag, but atleast I can receive discord alerts.

So, let me summarize

-discord flag breaks the cart URL with and without the remote flag. -removing the url from the discord alert fixes the problem.

ianmarmour commented 3 years ago

https://github.com/ianmarmour/nvidia-clerk/releases/tag/v3.2

This is the fix there was issues with character encoding (wild stuff)