When MPF or MPF.check is requesting data from Redump, it times out and hangs #259

Closed
opened 2026-01-29 16:13:01 +00:00 by claunia · 2 comments
Owner

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.

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.
claunia added the bug label 2026-01-29 16:13:01 +00:00
Author
Owner

@mnadareski commented on GitHub (Dec 29, 2020):

Possibly addressed in f96d4ee37e

Unfortunately, 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 29, 2020): Possibly addressed in https://github.com/SabreTools/MPF/commit/f96d4ee37e1924a2f14d7d1c6809508123ea7c39 Unfortunately, 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.
Author
Owner

@mnadareski commented on GitHub (Dec 30, 2020):

According to the people affected, this has been fixed, sans the actual issues connecting to Redump.

@mnadareski commented on GitHub (Dec 30, 2020): According to the people affected, this has been fixed, sans the actual issues connecting to Redump.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#259