-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] : Deleting playlist with "delete maps" option enabledgives an error #611
Comments
@kek123321 looking at the logs, there's a broken map file that triggered the error. If you don't mind, can you check if there's any weird Also probably best if you can send the |
ok so i dont really think looking through every single map is an option |
Hmmm, yeah that seems to be problematic. Let me see if there can be a fix to handle broken/corrupted "info.dat" files with BSM. You can hold of in nuking your songs folder in any case. |
@kek123321 got #613 as a workaround fix to just immediately delete map folders with corrupted You can validate this either before or after the PR gets merged. |
Can you also check the latest build in any case since it added handling on those map folders. Although looking at it this doesn't delete them outright, you might have to check in the logs so see the offending map folders then delete them manually. https://github.com/Zagrios/bs-manager/actions/runs/11352293420, click the |
|
@kek123321 looked into this log file, seems that it contains a [2024-10-17 03:27:52.285] [error] Error: HTTP error! status: 429 https://beatsaver.com/api/maps/hash/beb6f5099becbe99583088f1ea924aa0118730ff at p.getJSON (C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1202645) at processTicksAndRejections (node:internal/process/task_queues:95:5) at o.getMapsDetailsByHashs (C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1209487) at C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1210946 at async Promise.allSettled (index 0) at a.getMapDetailsFromHashs (C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1210896) at C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1130198 at C:\Users\meeshka\AppData\Local\Programs\bs-manager\resources\app.asar\dist\main\main.js:14:1130129 Hmmm can't replicate the issue though, can you check which playlists and maps combination are those? So that I may get some ideas why are those maps not getting deleted. |
Issue encountered
tried to delete a playlist and maps together - got an error
deleting without maps works ok
Expected Behavior
No response
Steps to Reproduce
try to delete a playlist together with maps
Operating System
Windows 11
Version
1.5 alpha-4
Additional Context
2024-10-15-v1.5.0-alpha.4.log
The text was updated successfully, but these errors were encountered: