XmlReaderSettings.Async error in log? #3922

Closed
opened 2026-02-07 00:08:45 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @wkearney99 on GitHub (Jun 13, 2022).

I'm seeing this error in my jellyfin log. This after I'd asked it to scan a music library.

[2022-06-13 16:34:52.406 -04:00] [ERR] Error in "MusicBrainz"
System.InvalidOperationException: Set XmlReaderSettings.Async to true if you want to use Async Methods.
   at System.Xml.XmlTextReaderImpl.CheckAsyncCall()
   at System.Xml.XmlTextReaderImpl.ReadAsync()
   at System.Xml.XmlReader.MoveToContentAsync()
   at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetReleaseGroupFromReleaseId(String releaseEntryId, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetReleaseGroupFromReleaseId(String releaseEntryId, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetMetadata(AlbumInfo info, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)

It does not seem to be logging anything about just what is causing that error. It's not logging an album, artist or track info related to this. Just periodically burping that error to the log. It's happening more than once, but not frequent enough to make me think it's throwing that error on EVERYTHING. But it's hard to know as there's not a ton of other stuff being logged?

Is there an added debug setting or something I should enable to get more info?

Originally created by @wkearney99 on GitHub (Jun 13, 2022). I'm seeing this error in my jellyfin log. This after I'd asked it to scan a music library. ``` [2022-06-13 16:34:52.406 -04:00] [ERR] Error in "MusicBrainz" System.InvalidOperationException: Set XmlReaderSettings.Async to true if you want to use Async Methods. at System.Xml.XmlTextReaderImpl.CheckAsyncCall() at System.Xml.XmlTextReaderImpl.ReadAsync() at System.Xml.XmlReader.MoveToContentAsync() at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetReleaseGroupFromReleaseId(String releaseEntryId, CancellationToken cancellationToken) at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetReleaseGroupFromReleaseId(String releaseEntryId, CancellationToken cancellationToken) at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider.GetMetadata(AlbumInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) ``` It does not seem to be logging anything about just what is causing that error. It's not logging an album, artist or track info related to this. Just periodically burping that error to the log. It's happening more than once, but not frequent enough to make me think it's throwing that error on EVERYTHING. But it's hard to know as there's not a ton of other stuff being logged? Is there an added debug setting or something I should enable to get more info?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3922