-
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
WebScrobbler - Documentation Issue #111
Comments
In addition to this the environment variables like WS_ENABLE don't do anything. If you search for any of them in the code, the only references made to them is in the documentation. So as far as I can tell they never actually get used. The entire WebScrobbler section needs updating. Edit: Actually right after I commented I decided to dig a little deeper and the variables are there but it's |
You are correct in that there was a discrepancy between what was shown in webscrobbler.json and in the multi-user config, but either one should have worked without issue. Were you using the example data found in webscrobbler.json but in
MS with Specific file configuration
|
@TheFeelTrain thanks for catching the ENV discrepancy. It has been updated to match what it is found documentation and available now on the develop branch/image |
Describe the bug
When attempting to follow the webscrobbler documentation I was receiving no-configured sources and/or syntax errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should launch and not have schema errors, and receive webhooks from a valid source.
Versions (please complete the following information):
Additional context
This appears to be resolved by updating the config to:
Here is my working config:
The text was updated successfully, but these errors were encountered: