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

MuseError: JSONPath expression "sectionListRenderer.contents[0],gridRenderer" returned nothing #9

Open
AndaHendriksen opened this issue Apr 12, 2024 · 0 comments

Comments

@AndaHendriksen
Copy link

I'm trying to use get_artist_albums() but it returns the error:

MuseError: JSONPath expression "sectionListRenderer.contents[0],gridRenderer" returned nothing
    at j (https://deno.land/x/muse@0.0.97/util.ts:33:11)
    at get_artist_albums (https://deno.land/x/muse@0.0.97/mixins/browsing.ts:259:16)
    at eventLoopTick (ext:core/01_core.js:64:7)
    at async getYouTubeMusic (file:///home/deno/functions/discography/index.ts:59:20)
    at async Object.handler (file:///home/deno/functions/discography/index.ts:81:13)
    at async handleHttp (ext:sb_core_main_js/js/http.js:107:17) {
  name: "MuseError",
  code: 10
}

It could be because I don't know what to put in as "params"? I just put in an empty string because I can't seem to find info about what those params should be? https://deno.land/x/muse@0.0.97/mod.ts?s=get_artist_albums

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

1 participant