Jump to content

Emby Server for TrueNAS instructions doesn't work


fgalvani70

Recommended Posts

fgalvani70

Hi. I'm using TrueNAS-12.0-U5.1.

The TrueNAS installation instructions in https://emby.media/truenas-server.html doesn't work.

root@truenas-fg[~]# cd iocage-amd64
root@truenas-fg[~/iocage-amd64]# iocage fetch -P emby-server.json dhcp
Traceback (most recent call last):
  File "/usr/local/bin/iocage", line 10, in <module>
    sys.exit(cli())
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/iocage_cli/fetch.py", line 181, in cli
    ioc.IOCage().fetch(**kwargs)
  File "/usr/local/lib/python3.9/site-packages/iocage_lib/iocage.py", line 1072, in fetch
    plugin_obj.fetch_plugin(props, 0, accept)
  File "/usr/local/lib/python3.9/site-packages/iocage_lib/ioc_plugin.py", line 313, in fetch_plugin
    props, pkg = self.__fetch_plugin_props__(conf, props, num)
  File "/usr/local/lib/python3.9/site

 

Link to comment
Share on other sites

  • 2 months later...

I had the same problem. After few hours i figured it out. It's some problem with dhcp.

This worked in my case: 

iocage fetch --noverify --noeol -P emby-server.json vnet=1 ip4_addr="vnet0|dhcp"

It had a problem with verification so i bypassed it.

Link to comment
Share on other sites

Hi, yes the issue is the last line in the instructions may need to vary depending on the environment, so we need to add some guidance around that. Thanks for the feedback.

Link to comment
Share on other sites

  • 3 weeks later...

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