-
-
Notifications
You must be signed in to change notification settings - Fork 120
[i] An error occurred while processing the query #448
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
Comments
From what I can see, this issue is actually a 429 (Too many requests) error code being returned from the Spotify API. I'm assuming that the clientId/clientSecret built into the image are either being used by too many people or have been revoked. Not totally sure, but I think you should be able to fix it by:
It'd be nice to have a cli option that can remove current authentication values, so maybe I'll try to put that in a PR. |
I think I tried that after reading your fix but unless I did that wrong, it's still returning the same error |
I was able to make it work with new clientId/clientSecret values. There's another error that pops up related to the version of yt-dlp that is being used (see here), but I think the only way to solve that is to rebuild freyr-js. Just to clarify, this is what should fix it:
It should pop open a browser to http://localhost:36346 asking for spotify authentication, which will use the new values to generate a working access token. If you're using the docker container I'm not sure how to make the web authentication bit work. But if the web authentication never happens, it isn't using the new clientId/clientSecret. |
I had followed your instructions 1-to-1 to get this far, so that definitely helped out, but now this is a different error - I didn't do this through docker so I don't actually have the ability to do the same fix suggested in similar issues, unless there was already a fix for manual installations... |
Does that have the same "Unable to extract uploader id" error as #450? It would be up earlier in the output than what you posted. If it is that issue, try running this: |
No, it does not have the "Unable to extract uploader id", i actually looked into that before posting - If anything, this error actually goes entirely past that point that it's been hitting. #442 actually has the same error, but I'm unsure how to fix it without using Docker. |
Hmm, looks like the fix for #442 was to update yt-dlp as well. Are you able to rebuild freyr from source? That should be similar to what I did with a new local docker image. Beyond that I'm not sure I can be of any more help. Maybe someone else will be able to chime in and get it working. |
Hey guys, found some time to look into these..
Not a very helpful error, patched that in a dep.. thelinmichael/spotify-web-api-node#484 That said, I've had to recreate new credentials for freyr - #454. I'll drop a full release soon. |
Hello! I've been using freyr for a while, but after using it most recently, it stopped working.
It just ends up doing this. Funnily enough, I did this on a fresh install of Windows since my SSD recently just died out of nowhere, and yet it's the same error that I was getting before. I installed through the manual method. Tried Docker before on my old install of windows, but ran into issues, so I just ended up installing it manually... I don't think I did anything wrong as I followed the install instructions in order, so not sure what's happening or if this is a new bug, cause I had checked the previous issues and there was nothing about this..
The text was updated successfully, but these errors were encountered: