JartanFTW / Trade-Notifier

A trade notifier for Roblox. Sends a Discord webhook whenever you complete/receive/send a trade.
Apache License 2.0
15 stars 2 forks source link

Trade Status Info Timeout #89

Open JartanFTW opened 3 years ago

JartanFTW commented 3 years ago

Description

Horizon times out while grabbing trade status info in some cases. Usually when run in conjunction with many other programs, resulting in Roblox effectively 'blocking' any sort of requests for it, it seems.

Version

v0.3.3-alpha

Additional Information

Used in conjunction with Vector Trade Bot

Log File

JartanFTW commented 3 years ago

On second thought this would be better to just rework so instead of having separate requests for double-check, it just adds it to a list which next time it checks for inbound trades it'll see if it's still in there and if it is, send the notification. Would solve a lot of issues to be fair, with the only downside being that double-check will be reliant on the user-defined delay rather than pre-defined 30 seconds. Possibly with this should be the previous trades stored in memory increased to 100 rather than 25 or 50 or whatever it's set to currently.