Hat schonmal jemand das Problem gehabt, dass Emby meinte die Kodi Version würde nicht unterstützt?
Bekomme eben diese Meldung...
Hier mal ein Auszug aus dem [definition=9,2]kodi.[definition='1','0']log[/definition][/definition]
Quellcode
Quellcode bearbeiten
- 11:44:58.187 T:3328 NOTICE: EMBY.userclient -> ----====# Starting UserClient #====----
- 11:44:58.278 T:3328 NOTICE: EMBY.downloadutils -> requests session started on: http://192.168.1.100:8096
- 11:44:58.356 T:3328 NOTICE: EMBY.userclient -> current user: xxx
- 11:44:58.363 T:3328 NOTICE: EMBY.userclient -> current userid: xxx
- 11:45:00.984 T:564 NOTICE: EMBY.librarysync -> ---===### Starting LibrarySync ###===---
- 11:45:00.988 T:3348 NOTICE: EMBY.websocket_client -> websocket url: ws://192.168.1.100:8096?api_key=xxx
- 11:45:00.988 T:3348 NOTICE: EMBY.websocket_client -> ----===## Starting WebSocketClient ##===----
- 11:45:00.988 T:564 NOTICE: EMBY.librarysync -> ERROR:: The current Kodi version is incompatible with the Emby for Kodi add-on. Please visit https://github.com/MediaBrowser/Emby.Kodi/wiki to know which Kodi versions are supported.
- 11:45:00.998 T:3080 DEBUG: ------ Window Init (DialogNotification.xml) ------
- 11:45:01.037 T:3080 DEBUG: ------ Window Init (DialogConfirm.xml) ------
- 11:45:01.038 T:3080 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
- 11:45:01.067 T:3348 NOTICE: EMBY.downloadutils -> SessionId: 2b66573550db45bc274c626267cd505d
- 11:45:03.779 T:3080 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
Im Emby [definition='1','0']log[/definition] ist nur folgendes auffällig
Quellcode
Quellcode bearbeiten
- 2017-04-17 11:43:42.3047 Error HttpClient: Error getting response from http://192.168.1.1:49000
- *** Error Report ***
- Version: 3.2.12.0
- Command line: C:\Users\Administrator\AppData\Roaming\Emby-Server\system\MediaBrowser.ServerApplication.exe -service
- Operating system: Microsoft Windows NT 6.2.9200.0
- 64-Bit OS: True
- 64-Bit Process: True
- Processor count: 2
- Program data path: C:\Users\Administrator\AppData\Roaming\Emby-Server
- Application directory: C:\Users\Administrator\AppData\Roaming\Emby-Server\system
- System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.Net.WebException: Der Remoteserver hat einen Fehler zur��egeben: (500) Interner Serverfehler.
- bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
- bei System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
- --- Ende der internen Ausnahmestapel��wachung ---
- bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- bei Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
- ---> (Interne Ausnahme #0) System.Net.WebException: Der Remoteserver hat einen Fehler zur��egeben: (500) Interner Serverfehler.
- bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
- bei System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
- System.AggregateException
- bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- bei Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
- InnerException: System.Net.WebException
- System.Net.WebException: Der Remoteserver hat einen Fehler zur��egeben: (500) Interner Serverfehler.
- bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
- bei System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
- bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
- bei System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
- 2017-04-17 11:43:42.3047 Error PortMapper: Error creating port map: Mindestens ein Fehler ist aufgetreten.
Habe Emby auf nem Windows Server 2012 installiert. Kodi läuft auf Win 7 in Version 17.1.
Jemand eine Idee?