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

[BUG] - Not connecting to shared libraries #252

Closed
1 task done
MarkBVS opened this issue Aug 11, 2023 · 1 comment
Closed
1 task done

[BUG] - Not connecting to shared libraries #252

MarkBVS opened this issue Aug 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MarkBVS
Copy link

MarkBVS commented Aug 11, 2023

Checks

  • I have searched the existing issues for a similar bug and it does not exist!

PlexRipper version

v0.14.0

Platform

Windows

Browsers

Google Chrome

Description

Not connecting to shared libraries

Reproduction steps

I have a plex server and also a library that is shared to me. it connects fine to my server, and it sees the shared server but cannot connect to it. i have removed the ips and tokens from the logs but can provide these privately.
i also tried plexdl and it does the same, so maybe something recently has changed?

Screenshots

![DESCRIPTION](LINK.png)

Logs

2023-08-10 18:09:19 
2023-08-10 18:09:19 17:09:19 [Information] [PlexRipperHost.Setup:18] => Currently running on Linux
2023-08-10 18:09:20 
2023-08-10 18:09:20 17:09:20 [Information] [PlexRipperDbContext.Setup:173] => Setting up the PlexRipper database
2023-08-10 18:09:21 
2023-08-10 18:09:21 17:09:21 [Information] [PlexRipperDbContext.Setup:179] => Attempting to migrate database
2023-08-10 18:09:23 
2023-08-10 18:09:23 17:09:23 [Information] [PlexRipperDbContext.Setup:196] => Database was successfully connected!
2023-08-10 18:09:23 
2023-08-10 18:09:23 17:09:23 [Information] [PlexRipperDbContext.Setup:197] => Database connected at: /Config/PlexRipperDB.db
2023-08-10 18:09:23 
2023-08-10 18:09:23 17:09:23 [Information] [Startup..ctor:20] => PlexRipper running in Production mode
2023-08-10 18:09:23 
2023-08-10 18:09:23 17:09:23 [Debug] [PlexRipperHost.Setup:31] => Setting up Autofac Containers
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.DBConnectionManager:0] => Registering datasource 'default' with db provider: 'Quartz.Impl.AdoJobStore.Common.DbProvider'
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.StdSchedulerFactory:0] => Using object serializer: Quartz.Simpl.JsonObjectSerializer, Quartz.Serialization.Json
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.StdSchedulerFactory:0] => Using custom data access locking (synchronization): Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.SchedulerSignalerImpl:0] => Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.QuartzScheduler:0] => Quartz Scheduler created
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.QuartzScheduler:0] => JobFactory set to: Autofac.Extras.Quartz.AutofacJobFactory
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.JobStoreTX:0] => With SQLite we need to set AcquireTriggersWithinLock to true, changing
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.JobStoreTX:0] => Detected usage of SQLiteDelegate - defaulting 'txIsolationLevelSerializable' to 'true'
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.JobStoreTX:0] => Successfully validated presence of 10 schema objects
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.JobStoreTX:0] => JobStoreTX initialized.
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.StdSchedulerFactory:0] => Quartz Scheduler 3.5.0.0 - 'PlexRipper Scheduler' with instanceId 'NON_CLUSTERED' initialized
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.StdSchedulerFactory:0] => Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Quartz.StdSchedulerFactory:0] => Using job store 'Quartz.Impl.AdoJobStore.JobStoreTX', supports persistence: True, clustered: False
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [Boot.WaitForStartAsync:55] => Initiating boot process
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [ConfigManager.Setup:44] => Checking if PlexRipperSettings.json exists at /Config
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [ConfigManager.Setup:51] => Config directory exists, will use /Config
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [ConfigManager.Setup:67] => PlexRipperSettings.json doesn't exist, will create new one now in /Config
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [ConfigManager.SaveConfig:120] => Saving user config settings now
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [ConfigManager.SaveConfig:130] => UserSettings were saved successfully!
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Debug] [SchedulerService.SetupListeners:61] => Setting up Quartz listeners
2023-08-10 18:09:24 
2023-08-10 18:09:24 17:09:24 [Information] [SchedulerService.SetupAsync:42] => Starting Quartz Scheduler
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.JobStoreTX:0] => Freed 0 triggers from 'acquired' / 'blocked' state.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.JobStoreTX:0] => Recovering 0 jobs that were in-progress at the time of the last shut-down.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.JobStoreTX:0] => Recovery complete.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.JobStoreTX:0] => Removed 0 'complete' triggers.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.JobStoreTX:0] => Removed 0 stale fired job entries.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Quartz.QuartzScheduler:0] => Scheduler PlexRipper Scheduler_$_NON_CLUSTERED started.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Boot.WaitForStartAsync:66] => Finished Initiating boot process
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Warning] [Microsoft.FileSystemXmlRepository:0] => Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Warning] [Microsoft.XmlKeyManager:0] => No XML encryptor configured. Key {241f291f-4b3e-457b-873d-ed359ab70f44} may be persisted to storage in unencrypted form.
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Microsoft.Lifetime:0] => Now listening on: http://[::]:7000
2023-08-10 18:09:25 
2023-08-10 18:09:25 17:09:25 [Information] [Boot.OnStarted:75] => Boot.OnStarted has been called
2023-08-10 18:09:37 
2023-08-10 18:09:37 17:09:37 [Debug] [PlexAccountService.GetAllPlexAccountsAsync:172] => Returning all PlexAccounts
2023-08-10 18:09:38 
2023-08-10 18:09:38 17:09:38 [Debug] [PlexAccountController.GetAllAccounts:38] => Returned 0 accounts
2023-08-10 18:10:36 
2023-08-10 18:10:36 17:10:36 [Debug] [PlexApi.PlexSignInAsync:49] => Requesting PlexToken for account ***MASKED***
2023-08-10 18:10:36 
2023-08-10 18:10:36 17:10:36 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: https://plex.tv/api/v2/users/signin?X-Plex-Product=Plex Web&X-Plex-Client-Identifier=Chrome&X-Plex-Platform=Chrome&X-Plex-Platform-Version=87.0&X-Plex-Sync-Version=2&X-Plex-Features=external-media%2cindirect-media&X-Plex-Model=bundled&X-Plex-Device=Windows&X-Plex-Device-Name=Chrome&X-Plex-Device-Screen-Resolution=1673x1297%2c2560x1440&X-Plex-Language=en
2023-08-10 18:10:37 
2023-08-10 18:10:37 17:10:37 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:37  - Metadata:
2023-08-10 18:10:37  -- StatusCode - 201
2023-08-10 18:10:37 
2023-08-10 18:10:37 17:10:37 [Information] [PlexApiService.PlexSignInAsync:295] => Successfully retrieved the PlexAccount data for user ***MASKED*** from the PlexApi
2023-08-10 18:10:37 
2023-08-10 18:10:37 17:10:37 [Debug] [PlexAccountService.ValidatePlexAccountAsync:62] => The PlexAccount with displayName ***MASKED*** has been validated
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Debug] [PlexAccountService.CreatePlexAccountAsync:183] => Creating account with username ***MASKED***
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Debug] [CreatePlexAccountCommandHandler.Handle:26] => Creating a new Account in DB
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Debug] [PlexServerService.RefreshAccessiblePlexServersAsync:208] => Refreshing Plex servers for PlexAccount: 1
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Information] [PlexApiService.GetPlexApiTokenAsync:324] => Plex AuthToken was still valid, using from local DB
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: https://plex.tv/api/v2/resources?X-Plex-Token=mytoken&X-Plex-Client-Identifier=Chrome
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:39  - Metadata:
2023-08-10 18:10:39  -- StatusCode - 200
2023-08-10 18:10:39 
2023-08-10 18:10:39 17:10:39 [Information] [AddOrUpdatePlexServersCommandHandler.Handle:38] => Adding or updating 5 PlexServers now
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:60] => Adding PlexServer with name: ***MASKED*** to the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:60] => Adding PlexServer with name: ***MASKED*** to the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:60] => Adding PlexServer with name: ***MASKED*** to the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:60] => Adding PlexServer with name: ***MASKED*** to the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:60] => Adding PlexServer with name: ***MASKED*** to the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexServersCommandHandler.Handle:64] => Creating connection ***MASKED*** from ***MASKED*** in the database
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [AddOrUpdatePlexAccountServersCommandHandler.Handle:29] => Adding or updating the PlexAccount association with PlexServers now
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexAccountServersCommandHandler.Handle:51] => PlexAccount ***MASKED*** does not have an association with PlexServer: ***MASKED***, creating one now with the authentication token
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexAccountServersCommandHandler.Handle:51] => PlexAccount ***MASKED*** does not have an association with PlexServer: ***MASKED***, creating one now with the authentication token
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexAccountServersCommandHandler.Handle:51] => PlexAccount ***MASKED*** does not have an association with PlexServer: ***MASKED***, creating one now with the authentication token
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexAccountServersCommandHandler.Handle:51] => PlexAccount ***MASKED*** does not have an association with PlexServer: ***MASKED***, creating one now with the authentication token
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [AddOrUpdatePlexAccountServersCommandHandler.Handle:51] => PlexAccount ***MASKED*** does not have an association with PlexServer: ***MASKED***, creating one now with the authentication token
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [AddOrUpdatePlexAccountServersCommandHandler.Handle:73] => Checking if there are any PlexServers this PlexAccount has no access to anymore
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [AddOrUpdatePlexAccountServersCommandHandler.Handle:91] => No Plex server access for ***MASKED*** has been lost
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [PlexServerService.RefreshAccessiblePlexServersAsync:238] => Successfully refreshed accessible Plex servers for account ***MASKED***
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [InspectPlexServerByPlexAccountIdJob.Execute:39] => Executing job: InspectPlexServerByPlexAccountIdJob for plexAccountId with id: 1
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [ConfigManager.SaveConfig:120] => Saving user config settings now
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [ConfigManager.SaveConfig:130] => UserSettings were saved successfully!
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Information] [InspectPlexServerByPlexAccountIdJob.Execute:57] => Inspecting 5 PlexServers for PlexAccount: ***MASKED***
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexAccountService.GetPlexAccountAsync:157] => Found an Account with the id: 1
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myinternalIP:32400/identity
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myexternalIP:18898/identity
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://theirinternalIP:32400/identity
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:40 
2023-08-10 18:10:40 17:10:40 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://theirinternalIP:32500/identity
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:41  - Metadata:
2023-08-10 18:10:41  -- StatusCode - 200
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:41  - Metadata:
2023-08-10 18:10:41  -- StatusCode - 200
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myinternalIP:32400/identity
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:41  - Metadata:
2023-08-10 18:10:41  -- StatusCode - 200
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myexternalIP:18898/identity
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://theirinternalIP:32500/identity
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:10:41  - Metadata:
2023-08-10 18:10:41  -- StatusCode - 200
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 1 
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 1 
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 4 
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 4 
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 18:10:41 
2023-08-10 18:10:41 17:10:41 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 18:10:42 
2023-08-10 18:10:42 17:10:42 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 3 
2023-08-10 18:10:42 
2023-08-10 18:10:42 17:10:42 [Error] [PlexServerConnectionsService.CheckAllConnectionsOfPlexServerAsync:54] => All connections to plex server with id: 3 failed to connect
2023-08-10 18:10:43 
2023-08-10 18:10:43 17:10:43 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 18:10:43  - Metadata:
2023-08-10 18:10:43  -- StatusCode - 0
2023-08-10 18:10:43  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 18:10:43 
2023-08-10 18:10:43 17:10:43 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 18:10:43 
2023-08-10 18:10:43 17:10:43 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 18:10:47 
2023-08-10 18:10:47 17:10:47 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://theirinternalIP:32500/identity failed with status code: 0 - Connection refused (theirinternalIP:32500)
2023-08-10 18:10:47  - Metadata:
2023-08-10 18:10:47  -- StatusCode - 0
2023-08-10 18:10:47  -- ErrorMessage - Connection refused (theirinternalIP:32500)
2023-08-10 18:10:47 
2023-08-10 18:10:47 17:10:47 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 5 
2023-08-10 18:10:47 
2023-08-10 18:10:47 17:10:47 [Error] [PlexServerConnectionsService.CheckAllConnectionsOfPlexServerAsync:54] => All connections to plex server with id: 5 failed to connect
2023-08-10 18:10:50 
2023-08-10 18:10:50 17:10:50 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 18:11:01 
2023-08-10 18:11:01 17:11:01 [Error] [RestSharpExtensions.ToResponseResult:84] => Request timed out
2023-08-10 18:11:01  - Metadata:
2023-08-10 18:11:01  -- StatusCode - 408
2023-08-10 18:11:01  -- ErrorMessage - Request Timeout
2023-08-10 18:11:01 
2023-08-10 18:11:01 17:11:01 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 18:11:01 
2023-08-10 18:11:01 17:11:01 [Error] [PlexServerConnectionsService.CheckAllConnectionsOfPlexServerAsync:54] => All connections to plex server with id: 2 failed to connect
2023-08-10 18:11:01 
2023-08-10 18:11:01 17:11:01 [Information] [PlexLibraryService.RetrieveAllAccessibleLibrariesAsync:265] => Retrieving accessible Plex libraries for Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexLibraryService.RetrieveAccessibleLibrariesAsync:247] => Retrieving accessible PlexLibraries for plexServer with id: 1 by using Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApi.GetLibrarySectionsAsync:141] => GetLibrarySectionsAsync => http://***MASKED***/library/sections
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myexternalIP:18898/library/sections?X-Plex-Token=mytoken
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexLibraryService.RetrieveAccessibleLibrariesAsync:247] => Retrieving accessible PlexLibraries for plexServer with id: 2 by using Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApi.GetLibrarySectionsAsync:141] => GetLibrarySectionsAsync => http://***MASKED***/library/sections
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/library/sections?X-Plex-Token=theirtoken
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexLibraryService.RetrieveAccessibleLibrariesAsync:247] => Retrieving accessible PlexLibraries for plexServer with id: 3 by using Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApi.GetLibrarySectionsAsync:141] => GetLibrarySectionsAsync => http://***MASKED***/library/sections
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://theirinternalIP:32500/library/sections?X-Plex-Token=
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexLibraryService.RetrieveAccessibleLibrariesAsync:247] => Retrieving accessible PlexLibraries for plexServer with id: 4 by using Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApi.GetLibrarySectionsAsync:141] => GetLibrarySectionsAsync => http://***MASKED***/library/sections
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://myexternalIP:18898/library/sections?X-Plex-Token=mytoken
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexLibraryService.RetrieveAccessibleLibrariesAsync:247] => Retrieving accessible PlexLibraries for plexServer with id: 5 by using Plex account with id 1
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 1 seconds before retrying again (1 of 2)
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApi.GetLibrarySectionsAsync:141] => GetLibrarySectionsAsync => http://***MASKED***/library/sections
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://theirinternalIP:32500/library/sections?X-Plex-Token=
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:11:02  - Metadata:
2023-08-10 18:11:02  -- StatusCode - 200
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [RestSharpExtensions.ToResponseResult:92] => 
2023-08-10 18:11:02  - Metadata:
2023-08-10 18:11:02  -- StatusCode - 200
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Information] [AddOrUpdatePlexLibrariesCommandHandler.Handle:57] => Starting the add or update process of the PlexLibraries for PlexServer: ***MASKED***
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Information] [AddOrUpdatePlexLibrariesCommandHandler.Handle:57] => Starting the add or update process of the PlexLibraries for PlexServer: ***MASKED***
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:68] => Adding PlexLibrary ***MASKED*** to the database
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Information] [AddOrUpdatePlexLibrariesCommandHandler.Handle:85] => Adding or updating the PlexAccount (***MASKED***) association with PlexLibraries now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 1 seconds before retrying again (1 of 2)
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Information] [AddOrUpdatePlexLibrariesCommandHandler.Handle:85] => Adding or updating the PlexAccount (***MASKED***) association with PlexLibraries now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:02 
2023-08-10 18:11:02 17:11:02 [Debug] [AddOrUpdatePlexLibrariesCommandHandler.Handle:100] => PlexAccount: ***MASKED*** does not have an association with PlexLibrary: ***MASKED*** of PlexServer: ***MASKED*** creating one with the authentication token now
2023-08-10 18:11:03 
2023-08-10 18:11:03 17:11:03 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 2 seconds before retrying again (2 of 2)
2023-08-10 18:11:04 
2023-08-10 18:11:04 17:11:04 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 2 seconds before retrying again (2 of 2)
2023-08-10 18:11:04 
2023-08-10 18:11:04 17:11:04 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 1 seconds before retrying again (1 of 2)
2023-08-10 18:11:05 
2023-08-10 18:11:05 17:11:05 [Warning] [PlexApiService.GetLibrarySectionsAsync:165] => Plex server with name: ***MASKED*** returned no libraries
2023-08-10 18:11:07 
2023-08-10 18:11:07 17:11:07 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/library/sections failed with status code: 0 - An error occurred while sending the request.
2023-08-10 18:11:07  - Metadata:
2023-08-10 18:11:07  -- StatusCode - 0
2023-08-10 18:11:07  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 18:11:07 
2023-08-10 18:11:07 17:11:07 [Warning] [PlexApiService.GetLibrarySectionsAsync:165] => Plex server with name: ***MASKED*** returned no libraries
2023-08-10 18:11:08 
2023-08-10 18:11:08 17:11:08 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/library/sections failed, waiting 2 seconds before retrying again (2 of 2)
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://theirinternalIP:32500/library/sections failed with status code: 0 - Connection refused (theirinternalIP:32500)
2023-08-10 18:11:12  - Metadata:
2023-08-10 18:11:12  -- StatusCode - 0
2023-08-10 18:11:12  -- ErrorMessage - Connection refused (theirinternalIP:32500)
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Warning] [PlexApiService.GetLibrarySectionsAsync:165] => Plex server with name: ***MASKED*** returned no libraries
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Error] [InspectPlexServerByPlexAccountIdJob.Execute:69] => Request to http://sharedlibrary:32401/library/sections failed with status code: 0 - An error occurred while sending the request.
2023-08-10 18:11:12  - Metadata:
2023-08-10 18:11:12  -- StatusCode - 0
2023-08-10 18:11:12  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Error] [InspectPlexServerByPlexAccountIdJob.Execute:69] => Request to http://theirinternalIP:32500/library/sections failed with status code: 404 - 'F' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
2023-08-10 18:11:12  - Metadata:
2023-08-10 18:11:12  -- StatusCode - 404
2023-08-10 18:11:12  -- ErrorMessage - 'F' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Error] [InspectPlexServerByPlexAccountIdJob.Execute:69] => Failed to deserialize: RestSharp.RestResponse`1[PlexRipper.PlexApi.Api.LibrariesResponse]
2023-08-10 18:11:12 
2023-08-10 18:11:12 17:11:12 [Error] [InspectPlexServerByPlexAccountIdJob.Execute:69] => Request to http://theirinternalIP:32500/library/sections failed with status code: 0 - Connection refused (theirinternalIP:32500)
2023-08-10 18:11:12  - Metadata:
2023-08-10 18:11:12  -- StatusCode - 0
2023-08-10 18:11:12  -- ErrorMessage - Connection refused (theirinternalIP:32500)
2023-08-10 18:17:34 
2023-08-10 18:17:34 17:17:34 [Debug] [PlexAccountService.GetAllPlexAccountsAsync:172] => Returning all PlexAccounts
2023-08-10 18:17:34 
2023-08-10 18:17:34 17:17:34 [Debug] [PlexAccountController.GetAllAccounts:38] => Returned 1 accounts
2023-08-10 21:04:32 
2023-08-10 21:04:32 20:04:32 [Debug] [PlexAccountService.GetAllPlexAccountsAsync:172] => Returning all PlexAccounts
2023-08-10 21:04:32 
2023-08-10 21:04:32 20:04:32 [Debug] [PlexAccountController.GetAllAccounts:38] => Returned 1 accounts
2023-08-10 21:04:36 
2023-08-10 21:04:36 20:04:36 [Debug] [PlexAccountService.GetAllPlexAccountsAsync:172] => Returning all PlexAccounts
2023-08-10 21:04:36 
2023-08-10 21:04:36 20:04:36 [Debug] [PlexAccountController.GetAllAccounts:38] => Returned 1 accounts
2023-08-10 21:05:22 
2023-08-10 21:05:22 20:05:22 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 21:05:22 
2023-08-10 21:05:22 20:05:22 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 21:05:23 
2023-08-10 21:05:23 20:05:23 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 21:05:25 
2023-08-10 21:05:25 20:05:25 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 21:05:25  - Metadata:
2023-08-10 21:05:25  -- StatusCode - 0
2023-08-10 21:05:25  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 21:05:25 
2023-08-10 21:05:25 20:05:25 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 21:05:27 
2023-08-10 21:05:27 20:05:27 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 21:05:27 
2023-08-10 21:05:27 20:05:27 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 21:05:27 
2023-08-10 21:05:27 20:05:27 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 21:05:29 
2023-08-10 21:05:29 20:05:29 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 21:05:29  - Metadata:
2023-08-10 21:05:29  -- StatusCode - 0
2023-08-10 21:05:29  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 21:05:29 
2023-08-10 21:05:29 20:05:29 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 22:03:11 
2023-08-10 22:03:11 21:03:11 [Debug] [PlexAccountService.GetAllPlexAccountsAsync:172] => Returning all PlexAccounts
2023-08-10 22:03:11 
2023-08-10 22:03:11 21:03:11 [Debug] [PlexAccountController.GetAllAccounts:38] => Returned 1 accounts
2023-08-10 22:03:52 
2023-08-10 22:03:52 21:03:52 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 22:03:52 
2023-08-10 22:03:52 21:03:52 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 22:03:53 
2023-08-10 22:03:53 21:03:53 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 22:03:55 
2023-08-10 22:03:55 21:03:55 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 22:03:55  - Metadata:
2023-08-10 22:03:55  -- StatusCode - 0
2023-08-10 22:03:55  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 22:03:55 
2023-08-10 22:03:55 21:03:55 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 22:03:56 
2023-08-10 22:03:56 21:03:56 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 22:03:56 
2023-08-10 22:03:56 21:03:56 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 22:03:56 
2023-08-10 22:03:56 21:03:56 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 22:03:58 
2023-08-10 22:03:58 21:03:58 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 22:03:58  - Metadata:
2023-08-10 22:03:58  -- StatusCode - 0
2023-08-10 22:03:58  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 22:03:58 
2023-08-10 22:03:58 21:03:58 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 22:03:59 
2023-08-10 22:03:59 21:03:59 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 22:03:59 
2023-08-10 22:03:59 21:03:59 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 22:04:00 
2023-08-10 22:04:00 21:04:00 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 22:04:02 
2023-08-10 22:04:02 21:04:02 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 22:04:02  - Metadata:
2023-08-10 22:04:02  -- StatusCode - 0
2023-08-10 22:04:02  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 22:04:02 
2023-08-10 22:04:02 21:04:02 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2 
2023-08-10 22:05:25 
2023-08-10 22:05:25 21:05:25 [Debug] [PlexApi.GetServerStatusAsync:85] => Requesting PlexServerStatus for http://***MASKED***/
2023-08-10 22:05:25 
2023-08-10 22:05:25 21:05:25 [Debug] [PlexApiClient.SendRequestAsync:58] => Sending request to: http://sharedlibrary:32401/identity
2023-08-10 22:05:26 
2023-08-10 22:05:26 21:05:26 [Warning] [RestSharpExtensions.SendRequestWithPolly:51] => Request to: http://***MASKED***/identity failed, waiting 1 seconds before retrying again (1 of 1)
2023-08-10 22:05:28 
2023-08-10 22:05:28 21:05:28 [Error] [RestSharpExtensions.ParsePlexErrors:159] => Request to http://sharedlibrary:32401/identity failed with status code: 0 - An error occurred while sending the request.
2023-08-10 22:05:28  - Metadata:
2023-08-10 22:05:28  -- StatusCode - 0
2023-08-10 22:05:28  -- ErrorMessage - An error occurred while sending the request.
2023-08-10 22:05:28 
2023-08-10 22:05:28 21:05:28 [Debug] [CreatePlexServerStatusCommandHandler.Handle:27] => Creating a new PlexServerStatus ***MASKED*** in the database for 2
@MarkBVS MarkBVS added the bug Something isn't working label Aug 11, 2023
@MarkBVS MarkBVS changed the title [BUG] - <title> [BUG] - Not connecting to shared libraries Aug 11, 2023
@JasonLandbridge
Copy link
Collaborator

I'm closing this issue in favor of #272, let me know if this is a separate issue and then I will investigate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants