-
Notifications
You must be signed in to change notification settings - Fork 17
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
MS crashing on boot due to problem with json schema involving Youtube Music #199
Comments
same issue here, idk what I'm doing wrong |
@bockbilbo @MyNameHand please try the fix in #201 and let me know if that fixes the config issue for you -- use docker image I don't know if you'll have any luck with YTMusic as a source at the moment, however, due to potential upstream changes in ytmusic's service that are breaking things 😬 |
fix(ytmusic): Allow authUser to be number or string
These fixes are in 0.8.6 ( |
Describe the bug
I am setting up a brand new multi-scrobbler installation on my server, using the latest docker image. I am using AIO settings based on the base template within the documentation to just configure Last.fm and Youtube Music. My goal is to scrobble youtube music reproductions to Last.fm.
I was able to successfully configure and authenticate to Last.fm, but I am having problems loading the Youtube Music configurations. I have followed the directions in the documentation, getting the cookie from the browser. Tried different cookies, obtained from Chrome and Firefox with no luck. I am always getting the same behavior, which is a a loop of attempts to load the server and crashing with the
[Sources] Json config was not valid. Please use schema to check validity.
message.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the Youtube Music module to load and multi-scrobbler not to crash.
Logs
*** Multi-scrobbler logs***
*** Docker Logs logs***
Versions (please complete the following information):
Provide version information for any related sources/clients.
Additional context
YT_CL={"loctok":"REDACTED"}
. This was not included in the the FF cookie. I tried escaping the quotations with ", with allowed the server to parse the config json correctly, but it did not fix the schema validity error.The text was updated successfully, but these errors were encountered: