Jump to content

Can't save settings for Anime plugin


lolque

Recommended Posts

lolque

I just started a brand new Emby install using the official docker container. I added the Anime plugin for AniDB support, but I can't change any of the settings on the plugin page (ie AniDB wait time or Title Language). When I click Save, it just reloads the page with no changes made.

 

Logs don't show any errors, even with debug logging enabled.

 

Versions:

Emby 4.3.1.0

Anime plugin 1.4.3.0

 

 

Link to comment
Share on other sites

lolque

Depending on what settings were changed it either throws this error (and visually does nothing), or it refreshes the whole page, but does not throw a JS error.

page.js?v=4.3.1.0:1 Uncaught TypeError: Cannot read property 'fn' of undefined
    at Function.page.dispatch (page.js?v=4.3.1.0:1)
    at Function.page.show (page.js?v=4.3.1.0:1)
    at onpopstate (page.js?v=4.3.1.0:1)
page.dispatch @ page.js?v=4.3.1.0:1
page.show @ page.js?v=4.3.1.0:1
onpopstate @ page.js?v=4.3.1.0:1

Link to comment
Share on other sites

Ok we're about to release emby server 4.4. please try again once you have that and let me know how it compares. Thanks.

Link to comment
Share on other sites

lolque

I just updated to Emby 4.4.0.40.

Anime plugin remains 1.4.3.0.

 

There are now no console errors, but it will hard refresh the whole emby web app. (Emby logo shows up and spinner shows up before loading back into the plugin settings page)

The settings do not get saved.

 

For example if I try setting the localization to Romaji and the AniDB wait time to 200ms, it will make the following get request which causes the whole webapp to reload (console just shows webapp getting initialized again).

 

https://emby.domain/web/index.html?titleLanguage=JapaneseRomaji&chkMaxGenres=&chkAniDB_wait_time=200

Request URL:

Link to comment
Share on other sites

lolque

No, or if they do the settings page is not reading them back.

 

A manual refresh of the settings page shows no changes.

Link to comment
Share on other sites

lolque

I installed 1.4.4 and restarted Emby but the result is the same.

 

I tried a new Emby install from docker using Emby 4.4.0.40, and it seems to work fine on the fresh install.

 

I noticed for my older install it doesn't actually populate any data in the settings page, even if I uninstall, restart emby, and reinstall the plugin again.

5e7c41f515f96_embyanime2.png

 

However the fresh install has data populated fine and settings can be changed normally.

5e7c4201ee3f0_embyanime.png

 

It almost feels like the plugin had corrupted its DB for storing settings and is suppressing errors as there are still no errors in the logs.

Link to comment
Share on other sites

lolque

Logs

2020-03-26 05:55:40.768 Info Main: Application path: /system/EmbyServer.dll
2020-03-26 05:55:41.019 Info Main: Emby
	Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.19.0.8
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Runtime: file:///system/System.Private.CoreLib.dll
	System.Environment.Version: 3.1.2
	Processor count: 8
	Program data path: /config
	Application directory: /system
2020-03-26 05:55:41.054 Info App: Application version: 4.4.0.40
2020-03-26 05:55:41.055 Info App: Loading assemblies
2020-03-26 05:55:41.110 Info App: File /config/plugins/Emby.Server.CinemaMode.dll has version 1.0.31.0
2020-03-26 05:55:41.110 Info App: File /system/plugins/Emby.Server.CinemaMode.dll has version 1.0.31.0
2020-03-26 05:55:41.111 Info App: File /config/plugins/Emby.Webhooks.dll has version 1.0.11.0
2020-03-26 05:55:41.111 Info App: File /system/plugins/Emby.Webhooks.dll has version 1.0.11.0
2020-03-26 05:55:41.111 Info App: File /config/plugins/OpenSubtitles.dll has version 1.0.24.0
2020-03-26 05:55:41.111 Info App: File /system/plugins/OpenSubtitles.dll has version 1.0.24.0
2020-03-26 05:55:41.111 Info App: File /config/plugins/MovieDb.dll has version 1.3.1.0
2020-03-26 05:55:41.111 Info App: File /system/plugins/MovieDb.dll has version 1.3.1.0
2020-03-26 05:55:41.111 Info App: File /config/plugins/Tvdb.dll has version 1.0.30.0
2020-03-26 05:55:41.112 Info App: File /system/plugins/Tvdb.dll has version 1.0.30.0
2020-03-26 05:55:41.112 Info App: File /config/plugins/BlurayMounter.dll has version 1.0.0.0
2020-03-26 05:55:41.112 Info App: File /system/plugins/BlurayMounter.dll has version 1.0.0.0
2020-03-26 05:55:41.112 Info App: File /config/plugins/MusicBrainz.dll has version 1.0.12.0
2020-03-26 05:55:41.112 Info App: File /system/plugins/MusicBrainz.dll has version 1.0.12.0
2020-03-26 05:55:41.112 Info App: File /config/plugins/NfoMetadata.dll has version 1.0.27.0
2020-03-26 05:55:41.112 Info App: File /system/plugins/NfoMetadata.dll has version 1.0.27.0
2020-03-26 05:55:41.112 Info App: File /config/plugins/DvdMounter.dll has version 1.0.0.0
2020-03-26 05:55:41.112 Info App: File /system/plugins/DvdMounter.dll has version 1.0.0.0
2020-03-26 05:55:41.113 Info App: File /config/plugins/Emby.PortMapper.dll has version 1.0.4.0
2020-03-26 05:55:41.113 Info App: File /system/plugins/Emby.PortMapper.dll has version 1.0.4.0
2020-03-26 05:55:41.113 Info App: File /config/plugins/OMDb.dll has version 1.0.9.0
2020-03-26 05:55:41.113 Info App: File /system/plugins/OMDb.dll has version 1.0.9.0
2020-03-26 05:55:41.113 Info App: File /config/plugins/AudioDb.dll has version 1.0.9.0
2020-03-26 05:55:41.113 Info App: File /system/plugins/AudioDb.dll has version 1.0.9.0
2020-03-26 05:55:41.113 Info App: File /config/plugins/Fanart.dll has version 1.0.7.0
2020-03-26 05:55:41.113 Info App: File /system/plugins/Fanart.dll has version 1.0.7.0
2020-03-26 05:55:41.113 Info App: File /config/plugins/StudioImages.dll has version 1.0.3.0
2020-03-26 05:55:41.113 Info App: File /system/plugins/StudioImages.dll has version 1.0.3.0
2020-03-26 05:55:41.121 Info App: Loading Emby.Server.CinemaMode, Version=1.0.31.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Server.CinemaMode.dll
2020-03-26 05:55:41.121 Info App: Loading Emby.Webhooks, Version=1.0.11.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Webhooks.dll
2020-03-26 05:55:41.121 Info App: Loading OpenSubtitles, Version=1.0.24.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OpenSubtitles.dll
2020-03-26 05:55:41.121 Info App: Loading MovieDb, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MovieDb.dll
2020-03-26 05:55:41.121 Info App: Loading Tvdb, Version=1.0.30.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Tvdb.dll
2020-03-26 05:55:41.121 Info App: Loading BlurayMounter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/BlurayMounter.dll
2020-03-26 05:55:41.121 Info App: Loading MusicBrainz, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MusicBrainz.dll
2020-03-26 05:55:41.121 Info App: Loading NfoMetadata, Version=1.0.27.0, Culture=neutral, PublicKeyToken=null from /config/plugins/NfoMetadata.dll
2020-03-26 05:55:41.121 Info App: Loading DvdMounter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/DvdMounter.dll
2020-03-26 05:55:41.122 Info App: Loading Emby.PortMapper, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.PortMapper.dll
2020-03-26 05:55:41.122 Info App: Loading MediaBrowser.Plugins.Anime, Version=1.4.4.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MediaBrowser.Plugins.Anime.dll
2020-03-26 05:55:41.122 Info App: Loading OMDb, Version=1.0.9.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OMDb.dll
2020-03-26 05:55:41.122 Info App: Loading AudioDb, Version=1.0.9.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AudioDb.dll
2020-03-26 05:55:41.122 Info App: Loading Fanart, Version=1.0.7.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Fanart.dll
2020-03-26 05:55:41.122 Info App: Loading StudioImages, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null from /config/plugins/StudioImages.dll
2020-03-26 05:55:41.122 Info App: Loading Emby.Api, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Web, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading MediaBrowser.Model, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading MediaBrowser.Common, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading MediaBrowser.Controller, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Providers, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Photos, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Server.Implementations, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.LiveTV, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.ActivityLog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Server.MediaEncoding, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.LocalMetadata, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Notifications, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Codecs.Dxva, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Codecs, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Server.Connect, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading Emby.Server.Sync, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.122 Info App: Loading EmbyServer, Version=4.4.0.40, Culture=neutral, PublicKeyToken=null
2020-03-26 05:55:41.260 Info SqliteUserRepository: Sqlite version: 3.30.1
2020-03-26 05:55:41.261 Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-8.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS4,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
2020-03-26 05:55:41.276 Info SqliteUserRepository: Default journal_mode for /config/data/users.db is wal
2020-03-26 05:55:41.315 Info AuthenticationRepository: Default journal_mode for /config/data/authentication.db is wal
2020-03-26 05:55:41.361 Info ActivityRepository: Default journal_mode for /config/data/activitylog.db is wal
2020-03-26 05:55:41.365 Info SqliteDisplayPreferencesRepository: Default journal_mode for /config/data/displaypreferences.db is wal
2020-03-26 05:55:41.375 Info App: Adding HttpListener prefix http://+:8096/
2020-03-26 05:55:41.488 Info SqliteItemRepository: Default journal_mode for /config/data/library.db is wal
2020-03-26 05:55:42.480 Info Skia: SkiaSharp version: 1.68.0.0
2020-03-26 05:55:42.515 Info TaskManager: Daily trigger for Thumbnail image extraction set to fire at 03/27/2020 02:00:00, which is 1204.29141626 minutes from now.
2020-03-26 05:55:42.519 Info TaskManager: Daily trigger for Rotate log file set to fire at 03/27/2020 00:00:00, which is 1084.2913399683334 minutes from now.
2020-03-26 05:55:42.527 Info App: ServerId: 1a20f77f9a9c45038451f24e35aa9d20
2020-03-26 05:55:42.571 Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint
2020-03-26 05:55:42.572 Info App: Loading data from /config/data/connect.txt
2020-03-26 05:55:42.574 Info App: Loading data from /config/data/wan.dat
2020-03-26 05:55:42.577 Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.0057113 seconds
2020-03-26 05:55:42.577 Info App: Core startup complete
2020-03-26 05:55:42.577 Info App: Post-init migrations complete
2020-03-26 05:55:42.577 Info App: Starting entry point Emby.Security.PluginSecurityManager
2020-03-26 05:55:42.577 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 3.35E-05 seconds
2020-03-26 05:55:42.577 Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint
2020-03-26 05:55:42.577 Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 9.74E-05 seconds
2020-03-26 05:55:42.577 Info App: Starting entry point Emby.Webhooks.WebhooksEntryPoint
2020-03-26 05:55:42.579 Info App: Entry point completed: Emby.Webhooks.WebhooksEntryPoint. Duration: 0.0013175 seconds
2020-03-26 05:55:42.579 Info App: Starting entry point NfoMetadata.EntryPoint
2020-03-26 05:55:42.579 Info App: Entry point completed: NfoMetadata.EntryPoint. Duration: 0.0001133 seconds
2020-03-26 05:55:42.579 Info App: Starting entry point Emby.PortMapper.ExternalPortForwarding
2020-03-26 05:55:42.579 Info App: Entry point completed: Emby.PortMapper.ExternalPortForwarding. Duration: 0.000268 seconds
2020-03-26 05:55:42.579 Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
2020-03-26 05:55:42.579 Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 4.22E-05 seconds
2020-03-26 05:55:42.579 Info App: Starting entry point Emby.Server.Implementations.Udp.UdpServerEntryPoint
2020-03-26 05:55:42.580 Info App: Entry point completed: Emby.Server.Implementations.Udp.UdpServerEntryPoint. Duration: 0.0011678 seconds
2020-03-26 05:55:42.580 Info App: Starting entry point Emby.Server.Implementations.Playlists.PlaylistsEntryPoint
2020-03-26 05:55:42.581 Info App: Entry point completed: Emby.Server.Implementations.Playlists.PlaylistsEntryPoint. Duration: 0.0007382 seconds
2020-03-26 05:55:42.581 Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
2020-03-26 05:55:42.581 Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0001408 seconds
2020-03-26 05:55:42.581 Info App: Starting entry point Emby.Server.Implementations.Library.DeviceAccessEntryPoint
2020-03-26 05:55:42.582 Info App: Entry point completed: Emby.Server.Implementations.Library.DeviceAccessEntryPoint. Duration: 0.0002241 seconds
2020-03-26 05:55:42.582 Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
2020-03-26 05:55:42.644 Info HttpServer: HTTP GET http://emby.example.net:8096/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:42.739 Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.15714 seconds
2020-03-26 05:55:42.739 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
2020-03-26 05:55:42.739 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0002366 seconds
2020-03-26 05:55:42.739 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
2020-03-26 05:55:42.739 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0001838 seconds
2020-03-26 05:55:42.739 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
2020-03-26 05:55:42.740 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0008463 seconds
2020-03-26 05:55:42.740 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
2020-03-26 05:55:42.741 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0011735 seconds
2020-03-26 05:55:42.741 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
2020-03-26 05:55:42.742 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0004505 seconds
2020-03-26 05:55:42.742 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
2020-03-26 05:55:42.742 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0002343 seconds
2020-03-26 05:55:42.742 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
2020-03-26 05:55:42.742 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0001131 seconds
2020-03-26 05:55:42.742 Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint
2020-03-26 05:55:42.744 Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0018628 seconds
2020-03-26 05:55:42.744 Info App: Starting entry point Emby.LiveTV.EntryPoint
2020-03-26 05:55:42.746 Info LiveTV: Loading live tv data from /config/data/livetv/timers
2020-03-26 05:55:42.748 Info LibraryMonitor: Watching directory /mnt/share
2020-03-26 05:55:42.761 Info App: Entry point completed: Emby.LiveTV.EntryPoint. Duration: 0.0165609 seconds
2020-03-26 05:55:42.761 Info App: Starting entry point Emby.LiveTV.LiveTVEntryPoint
2020-03-26 05:55:42.761 Info App: Entry point completed: Emby.LiveTV.LiveTVEntryPoint. Duration: 0.0002009 seconds
2020-03-26 05:55:42.761 Info App: Starting entry point Emby.LiveTV.RecordingNotifier
2020-03-26 05:55:42.762 Info App: Entry point completed: Emby.LiveTV.RecordingNotifier. Duration: 0.0009678 seconds
2020-03-26 05:55:42.762 Info App: Starting entry point Emby.ActivityLog.ActivityLogEntryPoint
2020-03-26 05:55:42.764 Info App: Entry point completed: Emby.ActivityLog.ActivityLogEntryPoint. Duration: 0.0015729 seconds
2020-03-26 05:55:42.764 Info App: Starting entry point Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint
2020-03-26 05:55:42.765 Info App: Entry point completed: Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint. Duration: 0.0010757 seconds
2020-03-26 05:55:42.765 Info App: Starting entry point Emby.Notifications.Notifications
2020-03-26 05:55:42.765 Info App: Entry point completed: Emby.Notifications.Notifications. Duration: 0.0002339 seconds
2020-03-26 05:55:42.765 Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint
2020-03-26 05:55:42.768 Info App: SyncRepository Initialize taking write lock
2020-03-26 05:55:42.768 Info App: SyncRepository Initialize write lock taken
2020-03-26 05:55:42.769 Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0035843 seconds
2020-03-26 05:55:42.769 Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
2020-03-26 05:55:42.770 Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0009182 seconds
2020-03-26 05:55:42.770 Info App: Starting entry point EmbyServer.Windows.LoopUtilEntryPoint
2020-03-26 05:55:42.770 Info App: Entry point completed: EmbyServer.Windows.LoopUtilEntryPoint. Duration: 0.0002721 seconds
2020-03-26 05:55:42.770 Info App: All entry points have started
2020-03-26 05:55:42.862 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 221ms. http://emby.example.net:8096/System/Info
2020-03-26 05:55:43.087 Info HttpClient: GET https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2020-03-26 05:55:43.708 Info HttpServer: HTTP GET http://emby.example.net:8096/web/bower_components/emby-webcomponents/strings/en-US.json?v=1585202142562. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:43.708 Info HttpServer: HTTP GET http://emby.example.net:8096/web/strings/en-US.json?v=1585202142562. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:43.719 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 11ms. http://emby.example.net:8096/web/bower_components/emby-webcomponents/strings/en-US.json?v=1585202142562
2020-03-26 05:55:43.719 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 11ms. http://emby.example.net:8096/web/strings/en-US.json?v=1585202142562
2020-03-26 05:55:44.177 Info HttpServer: HTTP GET http://emby.example.net:8096/web/manifest.json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:44.180 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 3ms. http://emby.example.net:8096/web/manifest.json
2020-03-26 05:55:44.455 Info HttpServer: HTTP GET http://emby.example.net:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:44.464 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 9ms. http://emby.example.net:8096/emby/system/info/public
2020-03-26 05:55:44.692 Info HttpServer: HTTP GET http://emby.example.net:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:44.696 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 4ms. http://emby.example.net:8096/emby/System/Info
2020-03-26 05:55:44.937 Info HttpServer: HTTP GET http://emby.example.net:8096/DisplayPreferences/usersettings?userId=c794c4ee980249e2aa3ae4f100672e91&client=emby. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:44.964 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 27ms. http://emby.example.net:8096/DisplayPreferences/usersettings?userId=c794c4ee980249e2aa3ae4f100672e91&client=emby
2020-03-26 05:55:45.288 Info HttpServer: HTTP POST http://emby.example.net:8096/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.308 Info HttpServer: HTTP GET http://emby.example.net:8096/Sessions?ActiveWithinSeconds=900. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.315 Info HttpServer: HTTP GET http://emby.example.net:8096/ScheduledTasks. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.318 Info HttpServer: HTTP GET http://emby.example.net:8096/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.319 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/System/Info
2020-03-26 05:55:45.320 Info HttpServer: HTTP GET http://emby.example.net:8096/News/Product?StartIndex=0&Limit=4. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.324 Info HttpServer: HTTP GET http://emby.example.net:8096/LiveTv/Recordings?UserId=c794c4ee980249e2aa3ae4f100672e91&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.326 Info HttpServer: HTTP GET http://emby.example.net:8096/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2020-03-19T05%3A55%3A44.168Z&hasUserId=false. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.338 Info HttpServer: WS http://emby.example.net:8096/socket?api_key=41eb54b3a51848e997e5ab4f3b8259bd&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzczLjAuMzY4My44OCBTYWZhcmkvNTM3LjM2IFZpdmFsZGkvMi40LjE0ODguMzV8MTU1NDI2Nzg0MTU4NQ11. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.341 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 20ms. http://emby.example.net:8096/News/Product?StartIndex=0&Limit=4
2020-03-26 05:55:45.343 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 28ms. http://emby.example.net:8096/ScheduledTasks
2020-03-26 05:55:45.353 Info HttpServer: HTTP Response 204 to 10.42.0.1. Time: 65ms. http://emby.example.net:8096/Sessions/Capabilities/Full
2020-03-26 05:55:45.356 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 30ms. http://emby.example.net:8096/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2020-03-19T05%3A55%3A44.168Z&hasUserId=false
2020-03-26 05:55:45.380 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 72ms. http://emby.example.net:8096/Sessions?ActiveWithinSeconds=900
2020-03-26 05:55:45.385 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 62ms. http://emby.example.net:8096/LiveTv/Recordings?UserId=c794c4ee980249e2aa3ae4f100672e91&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop
2020-03-26 05:55:45.532 Info FfmpegManager: FFMpeg: /bin/ffmpeg
2020-03-26 05:55:45.532 Info FfmpegManager: FFProbe: /bin/ffprobe
2020-03-26 05:55:45.532 Info FfmpegManager: FFDetect: /bin/ffdetect
2020-03-26 05:55:45.536 Info HttpClient: GET https://www.mb3admin.com/admin/service/EmbyPackages.json
2020-03-26 05:55:45.543 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Execute: /bin/ffmpeg -hide_banner -version
2020-03-26 05:55:45.594 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Process exited with code 0
2020-03-26 05:55:45.640 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.642 Info HttpServer: HTTP GET http://emby.example.net:8096/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2020-03-25T05%3A55%3A44.166Z&hasUserId=true. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.655 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 15ms. http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true
2020-03-26 05:55:45.674 Info HttpServer: HTTP GET http://emby.example.net:8096/Users/c794c4ee980249e2aa3ae4f100672e91/Views. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:45.683 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 40ms. http://emby.example.net:8096/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2020-03-25T05%3A55%3A44.166Z&hasUserId=true
2020-03-26 05:55:45.708 Info SoftwareCodecProvider: h264, libx264, libx264 Software Encoder, V-E-libx264
2020-03-26 05:55:45.708 Info SoftwareCodecProvider: hevc, libx265, libx265 Software Encoder, V-E-libx265
2020-03-26 05:55:45.709 Info SoftwareCodecProvider: mpeg4, mpeg4, MPEG-4 part 2 Software Encoder, V-E-mpeg4
2020-03-26 05:55:45.709 Info SoftwareCodecProvider: msmpeg4v3, msmpeg4, MPEG-4 part 2 (MS Variant 3) Software Encoder, V-E-msmpeg4
2020-03-26 05:55:45.709 Info SoftwareCodecProvider: vp8, libvpx, libvpx VP8, V-E-libvpx
2020-03-26 05:55:45.712 Info SoftwareCodecProvider: h264, libx264, libx264 Software Encoder, V-E-libx264
2020-03-26 05:55:45.712 Info SoftwareCodecProvider: hevc, libx265, libx265 Software Encoder, V-E-libx265
2020-03-26 05:55:45.712 Info SoftwareCodecProvider: mpeg4, mpeg4, MPEG-4 part 2 Software Encoder, V-E-mpeg4
2020-03-26 05:55:45.712 Info SoftwareCodecProvider: msmpeg4v3, msmpeg4, MPEG-4 part 2 (MS Variant 3) Software Encoder, V-E-msmpeg4
2020-03-26 05:55:45.712 Info SoftwareCodecProvider: vp8, libvpx, libvpx VP8, V-E-libvpx
2020-03-26 05:55:45.725 Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Execute: /bin/ffdetect -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 vaencdec -print_format json 
2020-03-26 05:55:45.733 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 59ms. http://emby.example.net:8096/Users/c794c4ee980249e2aa3ae4f100672e91/Views
2020-03-26 05:55:45.738 Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Process exited with code 0
2020-03-26 05:55:45.817 Info VaapiCodecProvider: Adapter #0: 'Xeon E3-1200 v2/3rd' Id:362 (Driver: , Vendor: Intel Corporation)
2020-03-26 05:55:45.819 Info QuickSyncCodecProvider: ProcessRun 'ffdetect_qsvencdec' Execute: /bin/ffdetect -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 qsvencdec -print_format json 
2020-03-26 05:55:45.836 Info QuickSyncCodecProvider: ProcessRun 'ffdetect_qsvencdec' Process exited with code 0
2020-03-26 05:55:45.896 Info NvidiaCodecProvider: ProcessRun 'ffdetect_nvencdec' Execute: /bin/ffdetect -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 nvencdec -print_format json 
2020-03-26 05:55:45.900 Info NvidiaCodecProvider: ProcessRun 'ffdetect_nvencdec' Process exited with code 1
2020-03-26 05:55:50.480 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:50.490 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 10ms. http://emby.example.net:8096/Plugins
2020-03-26 05:55:50.740 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:50.741 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration
2020-03-26 05:55:51.101 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/ed4b9001-e4a1-4760-9592-d127188ef178/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.101 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/1d0dddf7-1877-4473-8d7b-03f7dac1e559/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.102 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/4c7a45d6-f859-4242-9cda-aea1977969de/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.108 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 7ms. http://emby.example.net:8096/Plugins/4c7a45d6-f859-4242-9cda-aea1977969de/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.108 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 7ms. http://emby.example.net:8096/Plugins/ed4b9001-e4a1-4760-9592-d127188ef178/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.108 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 8ms. http://emby.example.net:8096/Plugins/1d0dddf7-1877-4473-8d7b-03f7dac1e559/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.110 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/02528c96-f727-44d7-be87-9eef040758c3/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.111 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/02528c96-f727-44d7-be87-9eef040758c3/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.111 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/3a63a9f3-810e-44f6-910a-14d6ad1255ec/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.112 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/3a63a9f3-810e-44f6-910a-14d6ad1255ec/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.117 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/c25b3c85-1880-4827-9c72-0fa74314f428/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.118 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/c25b3c85-1880-4827-9c72-0fa74314f428/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.121 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/c68856b8-6031-480d-b08e-43b9114addb2/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.122 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/c68856b8-6031-480d-b08e-43b9114addb2/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.129 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/96fa50a4-69ce-42ac-b6a3-ef6b3388ccb7/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.130 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/96fa50a4-69ce-42ac-b6a3-ef6b3388ccb7/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.456 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/8d7d93b2-01dc-48dc-8c5d-4e7abbd9f9eb/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.458 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 2ms. http://emby.example.net:8096/Plugins/8d7d93b2-01dc-48dc-8c5d-4e7abbd9f9eb/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.461 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/e610ba80-9750-47bc-979d-3f0fc86e0081/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.462 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/e610ba80-9750-47bc-979d-3f0fc86e0081/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.470 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/341944af-4959-47e5-8ace-398520208a71/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.471 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/341944af-4959-47e5-8ace-398520208a71/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.473 Info HttpServer: HTTP GET http://emby.example.net:8096/Plugins/4dcb591c-0fa2-4c5d-a7e5-dabe37164c8b/Thumb?maxWidth=350&tag=1. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.474 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/Plugins/4dcb591c-0fa2-4c5d-a7e5-dabe37164c8b/Thumb?maxWidth=350&tag=1
2020-03-26 05:55:51.949 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpages?Name=anime. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.950 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpage?name=anime&v=4.4.0.40&r=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:55:51.952 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 3ms. http://emby.example.net:8096/web/configurationpages?Name=anime
2020-03-26 05:55:51.957 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 8ms. http://emby.example.net:8096/web/configurationpage?name=anime&v=4.4.0.40&r=0
2020-03-26 05:56:00.568 Info HttpServer: HTTP GET http://emby.example.net:8096/web/strings/en-US.json?v=1585202159412. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:00.570 Info HttpServer: HTTP GET http://emby.example.net:8096/web/bower_components/emby-webcomponents/strings/en-US.json?v=1585202159412. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:00.570 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 2ms. http://emby.example.net:8096/web/strings/en-US.json?v=1585202159412
2020-03-26 05:56:00.572 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 2ms. http://emby.example.net:8096/web/bower_components/emby-webcomponents/strings/en-US.json?v=1585202159412
2020-03-26 05:56:00.943 Info HttpServer: HTTP GET http://emby.example.net:8096/web/manifest.json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:00.944 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 2ms. http://emby.example.net:8096/web/manifest.json
2020-03-26 05:56:01.374 Info HttpServer: HTTP GET http://emby.example.net:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:01.375 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/emby/system/info/public
2020-03-26 05:56:01.598 Info HttpServer: HTTP GET http://emby.example.net:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:01.603 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 5ms. http://emby.example.net:8096/emby/System/Info
2020-03-26 05:56:01.827 Info HttpServer: HTTP GET http://emby.example.net:8096/DisplayPreferences/usersettings?userId=c794c4ee980249e2aa3ae4f100672e91&client=emby. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:01.830 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 3ms. http://emby.example.net:8096/DisplayPreferences/usersettings?userId=c794c4ee980249e2aa3ae4f100672e91&client=emby
2020-03-26 05:56:01.859 Info HttpServer: HTTP POST http://emby.example.net:8096/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:01.863 Info HttpServer: HTTP Response 204 to 10.42.0.1. Time: 3ms. http://emby.example.net:8096/Sessions/Capabilities/Full
2020-03-26 05:56:02.102 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpages?Name=anime. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:02.103 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/web/configurationpages?Name=anime
2020-03-26 05:56:02.110 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpage?name=anime&v=4.4.0.40&r=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:02.111 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/web/configurationpage?name=anime&v=4.4.0.40&r=0
2020-03-26 05:56:02.274 Info HttpServer: WS http://emby.example.net:8096/socket?api_key=41eb54b3a51848e997e5ab4f3b8259bd&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzczLjAuMzY4My44OCBTYWZhcmkvNTM3LjM2IFZpdmFsZGkvMi40LjE0ODguMzV8MTU1NDI2Nzg0MTU4NQ11. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:02.354 Info HttpServer: HTTP GET http://emby.example.net:8096/Users/c794c4ee980249e2aa3ae4f100672e91/Views. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:02.355 Info HttpServer: HTTP GET http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:02.356 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 1ms. http://emby.example.net:8096/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true
2020-03-26 05:56:02.359 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 6ms. http://emby.example.net:8096/Users/c794c4ee980249e2aa3ae4f100672e91/Views
2020-03-26 05:56:06.504 Info HttpServer: HTTP GET http://emby.example.net:8096/System/Configuration. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:06.505 Info HttpServer: HTTP GET http://emby.example.net:8096/System/Logs. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
2020-03-26 05:56:06.521 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 16ms. http://emby.example.net:8096/System/Logs
2020-03-26 05:56:06.528 Info HttpServer: HTTP Response 200 to 10.42.0.1. Time: 23ms. http://emby.example.net:8096/System/Configuration
2020-03-26 05:56:08.050 Info HttpServer: HTTP GET http://emby.example.net:8096/System/Logs/embyserver.txt. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36
Link to comment
Share on other sites

lolque

Looks like it's not creating the plugin config for some reason? It should have the correct permissions as emby is running as the correct user and it can download the anime plugin (which resides in the same folder) without issues.

/config/plugins # ls -l
total 1632
-rw-r--r--    1 1000     1000         41472 Mar 25 20:47 AudioDb.dll
-rw-r--r--    1 1000     1000        116736 Mar 21 00:37 BlurayMounter.dll
-rw-r--r--    1 1000     1000         31744 Mar 21 00:37 DvdMounter.dll
-rw-r--r--    1 1000     1000         44544 Mar 25 20:47 Emby.PortMapper.dll
-rw-r--r--    1 1000     1000        336384 Mar 21 00:37 Emby.Server.CinemaMode.dll
-rw-r--r--    1 1000     1000        103424 Mar 25 20:47 Emby.Webhooks.dll
-rw-r--r--    1 1000     1000         66048 Mar 25 20:47 Fanart.dll
-rw-r--r--    1 1000     1000        202240 Mar 26 05:43 MediaBrowser.Plugins.Anime.dll
-rw-r--r--    1 1000     1000        157184 Mar 25 20:47 MovieDb.dll
-rw-r--r--    1 1000     1000        111104 Mar 21 00:37 MusicBrainz.dll
-rw-r--r--    1 1000     1000        167424 Mar 21 00:37 NfoMetadata.dll
-rw-r--r--    1 1000     1000         49664 Mar 21 00:37 OMDb.dll
-rw-r--r--    1 1000     1000         59904 Mar 21 00:37 OpenSubtitles.dll
-rw-r--r--    1 1000     1000         25600 Mar 21 00:37 StudioImages.dll
-rw-r--r--    1 1000     1000        122368 Mar 21 00:37 Tvdb.dll
/config/plugins # ps aux
PID   USER     TIME  COMMAND
    1 root      0:00 s6-svscan -t0 /var/run/s6/services
   32 root      0:00 s6-supervise s6-fdholderd
  171 root      0:00 s6-supervise emby-server
 8845 root      0:00 sh ./run
 8855 1000      0:26 system/EmbyServer -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/f
20377 root      0:00 sh
20443 root      0:00 ps aux
Edited by lolque
Link to comment
Share on other sites

Can you monitor the browser console again? Assuming that's the full log, it looks like it never sent an update request to the server.

Link to comment
Share on other sites

  • 1 month later...
lolque

Any idea how to fix this situation? No combination of uninstalling, restarting and reinstalling the plugin seems to help.

 

Now on Emby 4.4.2.0, Anime plugin 1.4.5.0

Link to comment
Share on other sites

  • 2 months later...
lolque

To close this out, this was due to Cloudflare's auto-minify feature. However there were no errors in the console with auto-minify on.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...