jellyfin/Emby.Dlna/PlayTo
Bond_009 7d48f97db9 Fix regression in DlnaHttpClient
```
[18:53:50] [ERR] [25] Emby.Dlna.Main.DlnaEntryPoint: Error updating device info for 192.168.1.21 - Sonos Connect:Amp Berging
System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Http.StringContent'.
   at System.Net.Http.HttpContent.CheckDisposed()
   at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Emby.Dlna.PlayTo.DlnaHttpClient.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/DlnaHttpClient.cs:line 47
   at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 705
   at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 521
```
2022-08-22 19:01:19 +02:00
..
Device.cs Rework SsdpHttpClient 2022-03-08 23:00:43 +01:00
DeviceInfo.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
DlnaHttpClient.cs Fix regression in DlnaHttpClient 2022-08-22 19:01:19 +02:00
MediaChangedEventArgs.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
PlaybackProgressEventArgs.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
PlaybackStartEventArgs.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
PlaybackStoppedEventArgs.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
PlaylistItem.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
PlaylistItemFactory.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
PlayToController.cs Merge pull request #7947 from nyanmisaka/video-range-condition 2022-06-29 01:26:14 -04:00
PlayToManager.cs Remove unused dependencies 2021-11-16 12:24:17 +01:00
TransportCommands.cs More cleanup 2021-12-27 14:20:05 +00:00
TransportState.cs Implement TransportState according to spec (#7426) 2022-03-08 16:12:03 +01:00
uBaseObject.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
UpnpContainer.cs Fix all warnings in Emby.Dlna 2020-08-20 21:04:57 +02:00
uPnpNamespaces.cs Fix all warnings in Emby.Dlna 2020-08-20 21:04:57 +02:00