-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 GarminSdkError::-400 #85
Comments
Did you try without the trailing slash? |
After removing the trailing slash from the address it connects but there are still problems "Test Server" starts but does not complete; appears on the screen
Playlist browser works Selecting playlists to sync works and I select a playlist with only 1 song When launching synchronization it remains at 0% and "GarminSdkError::0" is displayed Probably same problem as #84 ? |
Plex doesn't have podcasts, so Test server is correct. The error during sync is most likely related to the SSL ciphers you have enabled on the server. See #42. |
Even after changing the SSL ciphers like in #42 I still get the same "GarminSdkError::0" is displayed |
Were you able to resolve this or is this still an issue for you? |
I haven't been able to resolve it, it still fails. |
Are you able to complete the connection with the SubMusic for Plex app? You can test the Plex connection without any payment. Also you can send debug info from the Settings => Plex => Servers => (Server Name) => Send Debug Info. Do you happen to have any server logs? The server address should be reachable from the wifi network that your watch connects to as well. During the Test Server option, the phone connection is still used, but during sync, the wifi network of the watch itself is used instead. You might have an issue with local vs remote Plex url which changes depending on whether your phone is connected or wifi. |
Check #71 and #99, make sure to use Did you manually change the certificates or is the Plex default certificate not working? |
Closing because of lack of information. If there are updates, feel free to comment or reopen! |
GarminSdkError::-400 INVALID_HTTP_BODY_IN_NETWORK_RESPONSE
I get this error testing the server or fetching playlists.
Configuration
Server Address:
https://<mydomain>.duckdns.org/
(configured nginx reverse proxy and Let's Encrypt certificate)Username:
PlexEmailAddress
API key:
MyPlexToken
Testing with
https://<mydomain>.duckdns.org/?X-Plex-Token=<MyPlexToken>
works correctlyAll other options give 300 (with different domain and/or with port forwarding)
Plex version is 1.32.7.7621
The watch is Fenix 7 Pro Solar
The text was updated successfully, but these errors were encountered: