Bitmap's Batch-add "performance of" relationships Not Working

I use this script a lot to match recordings to works - and somethings happened and its not working anymore :frowning:

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:

IMG_20241204_192417

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 :frowning:

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 :slight_smile:

2 Likes