Server Version#: 1.41.6.9685
Player Version#: Web
I’m at a complete loss, only thoughts are that I might need my certificate reset.. My server is accessible from my WAN IP (Tested over cellular network). I’ve tried Plex Windows and Plex Docker, same issue. Was working fine until yesterday.
Preferences.xml (account info redacted)
<?xml version="1.0" encoding="utf-8"?>
<Preferences OldestPreviousVersion="1.41.5.9522-a96edc606" MachineIdentifier="XXXXXX" ProcessedMachineIdentifier="XXXXXXX" AnonymousMachineIdentifier="XXXXXXXX" MetricsEpoch="1" PubSubServer="45.56.115.195" PubSubServerRegion="atl" PubSubServerPing="12" CertificateVersion="2" CertificateUUID="XXXXXXX" LanguageInCloud="1" GlobalMusicVideoPathMigrated="1" AcceptedEULA="1" FriendlyName="server" PublishServerOnPlexOnlineKey="1" LastAutomaticMappedPort="0" ManualPortMappingMode="1" FSEventLibraryPartialScanEnabled="1" FSEventLibraryUpdatesEnabled="1" GenerateAdMarkerBehavior="asap" GenerateChapterThumbBehavior="asap" ScheduledLibraryUpdateInterval="86400" ScheduledLibraryUpdatesEnabled="1" allowMediaDeletion="0" EnableIPv6="0" TranscoderTempDirectory="/transcode" logDebug="1" sendCrashReports="1" MergedRecentlyAdded="1" TranscoderQuality="0" TranscoderCanOnlyRemuxVideo="0" customConnections="" GdmEnabled="1" DisableTLSv1_0="0" secureConnections="1" RelayEnabled="1" PlexOnlineToken="XXXXXX" PlexOnlineUsername="XXXXXX" PlexOnlineMail="XXXXXX" LogVerbose="0"/>
docker-compose snippet (probably not relevant as docker windows is having the same issue; I’ve tried both linuxserver and official images)
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York # Change this to match your server's timezone
- VERSION=docker
- PLEX_CLAIM=xxxxxxxxx
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
volumes:
- ./plexmediaserver:/config # Plex server application data is stored in a folder called 'plexmediaserver' in the same directory as the docker-compose.yaml file
- "//g/TV Shows:/mnt/tv"
- "//g/Movies:/mnt/movies"
- ./plextranscode:/mnt/transcode
ports:
- 32400:32400
- 8324:8324
- 32469:32469
- 1900:1900
- 32410:32410
- 32412:32412
- 32413:32413
- 32414:32414
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
Log file
https://pastebin.com/5wbJSzJV
Locally, remote access is green and says