Jump to content

Can't add remote nfs library with Version 3.0.8500.0


JPh

Recommended Posts

Hello, 

 

I'm really confused on how to add a new library with Emby Server. I basically get the same error as here [1] or here [2].

 

"There was an error adding the media path. Please ensure the path is valid and the Emby Server process has access to that location."

 

So, to use screenshots (maybe outdated) from the docs [3], I'm doing this:librarysetup4.png

 

I could click on folders (/, /boot, Network).

 

For my case, I want to configure network, so I click network.

 

It's then written on the top

 

Folder:

Network

 

Its content is:

...

 

So I click on Shared network folder:

And add my nfs share:

nfs://IP_OF_SERVER/EXPORT/PATH/

 

What am I doing wrong?

 

In my log I see:

2016-12-19 00:15:57.6991 Error ServiceStackHost: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.8500.0
    Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe
    Operating system: Unix 4.8.13.1
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /var/lib/emby
    Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
    Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
    The specified path does not exist: Network.
    System.ArgumentException
      at MediaBrowser.Server.Implementations.Library.LibraryManager.AddVirtualFolder (System.String name, System.String collectionType, MediaBrowser.Model.Configuration.LibraryOptions options, System.Boolean refreshLibrary) [0x000bb] in <5f52323923d14541af0ff808a42a1dbd>:0 
      at MediaBrowser.Api.Library.LibraryStructureService.Post (MediaBrowser.Api.Library.AddVirtualFolder request) [0x00078] in <47213612873b4f45b8972ca674f82403>:0 
      at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
      at ServiceStack.Host.ServiceExec`1+<>c__DisplayClass3_0[TService].<CreateExecFn>b__0 (System.Object service, System.Object request) [0x00000] in <d43033603ec44e2fb3eac944675e834e>:0 
      at ServiceStack.Host.ServiceRunner`1[TRequest].Execute (ServiceStack.Web.IRequest request, System.Object instance, TRequest requestDto) [0x000ef] in <d43033603ec44e2fb3eac944675e834e>:0 
    
2016-12-19 00:15:57.7008 Error HttpServer: Error processing request for /emby/Library/VirtualFolders?collectionType=movies&refreshLibrary=true&name=Movies
    *** Error Report ***
    Version: 3.0.8500.0
    Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe
    Operating system: Unix 4.8.13.1
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /var/lib/emby
    Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
    Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
    The specified path does not exist: Network.
    ServiceStack.HttpError
    No Stack Trace Available
    InnerException: System.ArgumentException
    The specified path does not exist: Network.
      at MediaBrowser.Server.Implementations.Library.LibraryManager.AddVirtualFolder (System.String name, System.String collectionType, MediaBrowser.Model.Configuration.LibraryOptions options, System.Boolean refreshLibrary) [0x000bb] in <5f52323923d14541af0ff808a42a1dbd>:0 
      at MediaBrowser.Api.Library.LibraryStructureService.Post (MediaBrowser.Api.Library.AddVirtualFolder request) [0x00078] in <47213612873b4f45b8972ca674f82403>:0 
      at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
      at ServiceStack.Host.ServiceExec`1+<>c__DisplayClass3_0[TService].<CreateExecFn>b__0 (System.Object service, System.Object request) [0x00000] in <d43033603ec44e2fb3eac944675e834e>:0 
      at ServiceStack.Host.ServiceRunner`1[TRequest].Execute (ServiceStack.Web.IRequest request, System.Object instance, TRequest requestDto) [0x000ef] in <d43033603ec44e2fb3eac944675e834e>:0 
    

I don't see my NFS server there! It's like I did all of this for nothing.

 

Should I mount my nfs server on my emby machine first, and add the nfs there too? Then why is there an entry "Network" there?

 

Thank you in advance.

 

[1]: https://emby.media/community/index.php?/topic/40309-using-nfs-in-emby-308000/?p=377665

[2]: https://emby.media/community/index.php?/topic/40338-nfs-support-for-new-shared-network-folder-setup/

[3]: https://github.com/MediaBrowser/Wiki/wiki/Library%20Setup

 

Link to comment
Share on other sites

Hi, I don't believe the mono runtime supports this. What you need to do is mount it as a local folder on the system, then add that to Emby.

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...