originally posted in:BungieNetPlatform
Looks like they were updating it. Works now, just very slow
English
-
Its still not returning the values hash
-
I am still seeing issues. It is very slow and I do not get anything returned to me
-
Hmm, even now you are seeing issues? What request are you making - can you give an example of a request message you sent and the response you got, so we can dig into the specifics? The perf issues we were having earlier should be eliminated now, which means this could be the sign of some other problem or bug.
-
@VThornheart - pulling character information larger than some character classes and light levels results in random error code 3 This is from code that was working on Monday pre update and has not worked since. I can PM you the python code if you want or output if you want. { "ErrorCode": 3, "Message": "We've encountered an error, please try again later.", "ErrorStatus": "UnhandledException", "ThrottleSeconds": 0, "MessageData": {} }
-
Can you capture a log file of the request you made and the response you received when one of these failures occurs? That would give me the Endpoint you hit, the character that hit it, and if you include cookies it'd give me the session information I'd need to be able to associate the failure with log data on our side. (you can leave out the auth cookie, I really just need the bungled cookie's value to associate it with our log entries)
-
I can, but it happens randomly. This is all public API so no cookies. I will PM you the code.
-
PMed a google drive link to the python code and endpoints.