mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 21:32:19 +00:00
When MPF or MPF.check is requesting data from Redump, it times out and hangs #259
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadikyo on GitHub (Dec 29, 2020).
Originally assigned to: @mnadareski on GitHub.
Tested on multiple builds and multiple NET frameworks, latest stable and WIP:
When MPF or Check is trying to pull data from redump via a user login, if there is a delay or timeout (on the redump side), MPF or check fails. For MPF, it just hangs and doesn't generate the submission window.
Ideally, if some sort of timer could be enabled, and the pull cancelled, then you could at least finish the dump successfully and manually fill in the submission window.
Check is slightly less of a problem - it's pretty quick and just throws an error and moves on.
@mnadareski commented on GitHub (Dec 29, 2020):
Possibly addressed in
f96d4ee37eUnfortunately, the root cause is having to use regular HTTP methods to retrieve data from Redump to fill in information. If there were an API, I'd be able to have a much cleaner flow.
@mnadareski commented on GitHub (Dec 30, 2020):
According to the people affected, this has been fixed, sans the actual issues connecting to Redump.