WinterBlox / FrostJolt

Public Repository for FrostJolt, a Code Library for GameMaker 2.3 and onwards that integrates Game Jolt's Game API Into a GameMaker Project.
Mozilla Public License 2.0
2 stars 0 forks source link

Batch Request returns 'invalid signature' from GameJolt Servers #7

Closed WinterBlox closed 1 year ago

WinterBlox commented 1 year ago

while batch requests are 'functional', gamejolt servers almost ALWAYS return an 'invalid signature' error, im not sure if this is caused by a subrequest or the main request, but i'm looking into it. for now, batch requests are still inoperable

WinterBlox commented 1 year ago

So a little update on this problem: I can't locate and cut off the source of this error so what I will do instead is put the current version of Batch Requests into an experimental branch and then do a version that just calls functions individually with a cooldown in-between instead. This way, the API isn't being bombarded at light speed and there is a 'makeshift' version of Batch Requests for people to use instead.

WinterBlox commented 1 year ago

will close this issue as solved once the branches have been made

WinterBlox commented 1 year ago

Closed as not solved, see Issue #6's latest comment