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

https:// disappears on container restart for plex hostname #699

Closed
mrtargaryen opened this issue Jan 2, 2024 · 3 comments
Closed

https:// disappears on container restart for plex hostname #699

mrtargaryen opened this issue Jan 2, 2024 · 3 comments

Comments

@mrtargaryen
Copy link

mrtargaryen commented Jan 2, 2024

After entering the Overseerr plex.direct URL with https:// at the start and saving it (connecting successfully to plex) it works great. If I restart the Maintainerr container in docker the preceding https:// disappears and plex is inaccessible. to Maintainerr and I have to readd the https:// save and reconnect.

Maintainerr>Settings>Plex>Hostname or IP

Device (please complete the following information):

  • OS: Windows 11 (WSL2)
  • Docker version 24.0.7, build afdd53b
@jorenn92
Copy link
Owner

jorenn92 commented Jan 2, 2024

Hey!
It's normal for the 'https://' portion to disappear from the field. When 'https://' is added during configuration, it triggers a change in the plex_ssl flag in the database. This flag is then utilized to enforce the connection over https. Simply refreshing the browser should also cause the 'https://' portion to disappear.

The reason it suddenly stops working after a container restart is puzzling. You might want to try opening the maintainerr.sqlite database file with an SQLite editor to ensure the plex_ssl flag (in the settings table) remains consistent between container restarts.

@mrtargaryen
Copy link
Author

Hey! It's normal for the 'https://' portion to disappear from the field. When 'https://' is added during configuration, it triggers a change in the plex_ssl flag in the database. This flag is then utilized to enforce the connection over https. Simply refreshing the browser should also cause the 'https://' portion to disappear.

The reason it suddenly stops working after a container restart is puzzling. You might want to try opening the maintainerr.sqlite database file with an SQLite editor to ensure the plex_ssl flag (in the settings table) remains consistent between container restarts.

The problem doesn't appear to be occurring any longer. I don't know why it did that. Everything is running well. Thanks.

@jorenn92
Copy link
Owner

jorenn92 commented Jan 7, 2024

Hey! It's normal for the 'https://' portion to disappear from the field. When 'https://' is added during configuration, it triggers a change in the plex_ssl flag in the database. This flag is then utilized to enforce the connection over https. Simply refreshing the browser should also cause the 'https://' portion to disappear.
The reason it suddenly stops working after a container restart is puzzling. You might want to try opening the maintainerr.sqlite database file with an SQLite editor to ensure the plex_ssl flag (in the settings table) remains consistent between container restarts.

The problem doesn't appear to be occurring any longer. I don't know why it did that. Everything is running well. Thanks.

Great, thanks for letting me know!

@jorenn92 jorenn92 closed this as completed Jan 7, 2024
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

2 participants