-
Notifications
You must be signed in to change notification settings - Fork 278
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
Plex host setting not saved #5737
Comments
@p0psicles this should be sent as an array since we have it set as a ListField in the API. Medusa/medusa/server/api/v2/config.py Line 218 in a1d899b
|
@OmgImAlexis it's also passed as an array. The only thing that could be wrong here, is when it's already a string, and you try to resave that. @Olivier6767 Did you try to empty the field, and add it again? The code:
See, the $event.map.. should always result in an array. |
@p0psicles Yes the field is totally empty. Whatever I type in is not saved to the config file, even though I get the Saved Notifiiers config popup. However please note that the issue is on the PLEX Media Server settings, not the Plex Home Theater shown in your screenshot. |
The log states the client, not server |
I stopped Medusa, deleted all entries in the PLEX section off the config file and restarted.
As a side note, I just notices that the text on the Plex MEdia Server settings page mentions : Send KODI commands? It should say PLEX commands. |
Is the config.ini the result of the settings you changed in the gui? Or did you change them manually in config.ini.? Also can you enable debug logging, restart. And save settings in gui. Send me debug logs since startup and the console logs from chrome? I cant reproduce this at all. Maybe try doing a git reset --hard origin/master? |
Yes the config.ini was the result of the changes in the gui, no manual change in the file. I just did a git reset --hard origin/master and a git pull. I then cleaned up the config file section before starting this trace. Here is the config file section before:
Here is the config file after:
Here is the debug information: Here is the Chrome console log Thanks! |
@OmgImAlexis can you reproduce this? |
I used the same before config. I ended up with this.
|
Just rebuilding incase I was on another branch still. |
Okay, tried with a fresh install. This is what we're sending the server from that form. So it does look like it's an API issue.
|
Hello,
In release 0.2.12, the host setting for plex was lost.
When trying to set ti again, it gets lost during save and the following warning is logged :
Even when modifying the config file manually, the following error is logged when a plex notification is triggered :
The text was updated successfully, but these errors were encountered: