GuteFilme 0 Posted April 29, 2016 Posted April 29, 2016 (edited) Hello, I installed Emby on a Debian 8 Server, installation and everything else worked flawless but when I click on a moviecover I get a black loading page: Also the mouseover overlay for moviecovers is just black and no infos: The Error in the log: 2016-04-28 22:00:41.3171 Error DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5933.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.16.0.4 Processor count: 8 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Dec 3 03:58:58 UTC 2015) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe Object reference not set to an instance of an object System.NullReferenceException at MediaBrowser.Controller.Entities.Video.GetVersionInfo (Boolean enablePathSubstitution, MediaBrowser.Controller.Entities.Video i, MediaSourceType type) <0x40a0a530 + 0x004d0> in <filename unknown>:0 at MediaBrowser.Controller.Entities.Video.GetMediaSources (Boolean enablePathSubstitution) <0x40a09880 + 0x00223> in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.MediaSourceManager.GetStaticMediaSources (IHasMediaSources item, Boolean enablePathSubstitution, MediaBrowser.Controller.Entities.User user) <0x40a09690 + 0x000a8> in <filename unknown>:0 at MediaBrowser.Server.Implementations.Dto.DtoService.GetBaseItemDtoInternal (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Dto.DtoOptions options, System.Collections.Generic.Dictionary`2 syncProgress, MediaBrowser.Controller.Entities.User user, MediaBrowser.Controller.Entities.BaseItem owner) <0x40937bc0 + 0x006ff> in <filename unknown>:0 at MediaBrowser.Server.Implementations.Dto.DtoService.GetBaseItemDto (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Dto.DtoOptions options, MediaBrowser.Controller.Entities.User user, MediaBrowser.Controller.Entities.BaseItem owner) <0x40937070 + 0x00063> in <filename unknown>:0 at MediaBrowser.Api.UserLibrary.UserLibraryService.Get (MediaBrowser.Api.UserLibrary.GetItem request) <0x409e46c0 + 0x000ba> in <filename unknown>:0 at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object) at ServiceStack.Host.ServiceRunner`1[TRequest].Execute (IRequest request, System.Object instance, ServiceStack.Host.TRequest requestDto) <0x40830d30 + 0x003d4> in <filename unknown>:0 2016-04-28 22:00:41.3171 Error HttpServer: Error processing request for /emby/Users/6a1cd671dac040898206bfd34fe50e32/Items/9212fdfa96fc6934399b8f18b9c88ec6 *** Error Report *** Version: 3.0.5933.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.16.0.4 Processor count: 8 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Dec 3 03:58:58 UTC 2015) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe Object reference not set to an instance of an object ServiceStack.HttpError No Stack Trace Available 2016-04-28 22:00:41.3179 Info HttpServer: HTTP Response 500 to 95.211.186.214. Time: 20ms. http://185.117.75.240:8096/emby/Users/6a1cd671dac040898206bfd34fe50e32/Items/9212fdfa96fc6934399b8f18b9c88ec6 I hope you can help me out Edited April 29, 2016 by GuteFilme
GuteFilme 0 Posted April 29, 2016 Author Posted April 29, 2016 I was able to figure out, that this only happens when I am using .strm files. For normal Video files it works. How can I make it work or why is it not working for .strm files?
GuteFilme 0 Posted April 30, 2016 Author Posted April 30, 2016 (edited) Only a http link to a mp4 file. I did like it is said in https://github.com/MediaBrowser/Wiki/wiki/Strm-files When I did a test installation on my Windows machine at home it worked. I tried to change to an Ubuntu 14.04 system but it still doesnt work (same error in log). I installed on a clean unedited Ubuntu Server (I only added vsftpd). Edited April 30, 2016 by GuteFilme
Solution GuteFilme 0 Posted May 1, 2016 Author Solution Posted May 1, 2016 Hello, I was able to find a solution. The Problem was that the file authorization was 600 (this worked with movie files but not with strm files) I changed it to 755 and now it works
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now