Skip to content
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

discogs scipt fails to read in release #576

Open
hollander1871 opened this issue Sep 29, 2024 · 1 comment
Open

discogs scipt fails to read in release #576

hollander1871 opened this issue Sep 29, 2024 · 1 comment

Comments

@hollander1871
Copy link

Error: TypeError: release.discs[discindex] is undefined

https://www.discogs.com/de/release/4439753-Various-EMI-Eminence-The-Collection-50-CD-Original-Jacket-Edition

@primalcurve
Copy link

I was able to get it to load by modifying the script to point to the updated links to the raw lib files.

// @require        https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/refs/heads/master/lib/mbimport.js
// @require        https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/refs/heads/master/lib/logger.js
// @require        https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/refs/heads/master/lib/mblinks.js
// @require        https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/refs/heads/master/lib/mbimportstyle.js

There is probably a more elegant solution to this, but it works for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants