mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @cvertee on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2364
Checklist
Describe the Bug
API in browser returns this
Reproduction Steps
Open Nightly
0d498f1version, try checking for updatesExpected Behavior
Maybe display message in error dialog box?
Specify OS Version
Windows 10
@DanielSvoboda commented on GitHub (Feb 6, 2025):
This happens if you make more than 60 requests in less than 1 hour. I believe that if autoUpdate is turned on at startup, every time you open the emulator it makes a query. What could be done is a different message box for these cases.
@DanielSvoboda commented on GitHub (Feb 6, 2025):
I think it should be better to understand this way

I'm going to do a PR...
@cvertee commented on GitHub (Feb 6, 2025):
Thanks! But still it's weird, i did not make 60 requests on this day, opened emulator maybe like 5-6 times..
@DanielSvoboda commented on GitHub (Feb 6, 2025):
Do you use this game compatibility option? It should make requests too, this should add up to the total number of requests, not just the autoUpdater. I don't know how it's done, but maybe it makes more than one request when entering...

@DanielSvoboda commented on GitHub (Feb 6, 2025):
According to my calculations, 'Game Compatibility' currently makes 24 requests to get the information, this will increase over time, it could be a future problem... one solution would be to process this information on a website, and the emulator get the information already summarized with one request.
@cvertee commented on GitHub (Feb 6, 2025):
Yeah, i have it enabled. Disabled it for now, didn't know about so much requests.
Also idk maybe it's case for another issue, when i disable Display Compatibility Data checkbox it can randomly crash, after 3 crashes finally disabled it
@DanielSvoboda commented on GitHub (Feb 6, 2025):
Anyway, the PR2365 I created is specific to trying to use AutoUpdate, even though other requests make it increase this counter, the message of what is happening is clearer. I will try to solve this problem with the 'Game compatibility' requests in another PR, as it affects AutoUpdate.
@cvertee commented on GitHub (Feb 7, 2025):
Error is displaying now after spaming API
@DanielSvoboda commented on GitHub (Feb 7, 2025):
Now this specific error message is clearer, but I'm still trying to resolve the source of the problem.