I use this script a lot to match recordings to works - and somethings happened and its not working anymore
The panel seems to load forever:
Is there anyone here who is very smart with scripts that might know whatâs going wrong, seems to happen in both prod and beta
1 Like
I renamed the topic, as Batch-add âperformance ofâ relationships is a @Bitmap userscript, now hosted by @murdos repository.
1 Like
Iâve just installed it (version 2023.7.2) and when I went to the same page as you, it worked for me.
Is it the same userscript that Iâve mentioned in my above post?
Hmm let me try a reinstall
Edit: ok reinstalled and now the box loads but the loading of works just hangs and never populates:
Looking at the Firefox console, it shows:
Uncaught DOMException: The quota has been exceeded.
load recordings line 43 > injectedScript:725
load_artist_works recordings line 43 > injectedScript:722
load_works_init recordings line 43 > injectedScript:663
request_recordings recordings line 43 > injectedScript:539
jQuery 4
recordings line 43 > injectedScript:725
Does your box say Loading works for Whigfield⌠or does it begin to count them?
(I have also cleared my Firefox site cache)
I donât know how to use this script but here is what it says for me:
8 works loaded for Whigfield
Iâm currently on Windows Vivaldi Violentmonkey.
Same OK on Android 9 Kiwi Violentmonkey:
Ok yeah looks like its working OK for you, thatâs how its meant to load upâŚ
Weird that I get quota has been exceeded error
I think this means your browser stores too much data for MB in local storage.
It might not only be caused by this specific userscript, but by the MB website and all userscripts which use local storage combined.
You can try to increase the quota in your browser settings.
If that doesnât help, you can start deleting local storage data for the MB domain with your browserâs developer tools.
All keys starting with bpr_
are created by this userscript, it should be safe to delete all bpr_works *
values and just keep the other ones which store your settings.
5 Likes
Aah ok I just went ahead and cleared all site data (not just cache/temp) in Firefox and itâs working again
2 Likes