Plex Plugin FAIL

Joined
Jul 7, 2017
Messages
7
I'm on the lastest version of FreeNAS, and have been a FreeNAS user/devotee for a couple of years without any issues. Until today. I tried installing the Plex Server plugin and received the following error (yes, I tried it multiple times... because, you know... stray cosmic rays might have affected it the first time)

Code:
Request Method: POSTRequest URL: http://192.168.254.6/plugins/plugin/install/8b2465b075e748638542562fa6f74a870141b2baf542a3715822c428fb5d7823/Software Version: FreeNAS-11.1-U7 (b45bfcf29)Exception Type: MiddlewareErrorException Value: [MiddlewareError: Failed to download http://download.freenas.org/plugins/9/x64: HTTP Error 404: Not Found]
Exception Location: ./freenasUI/plugins/plugin.py in download, line 120Server time: Sat, 8 Jun 2019 15:29:53 -0400 
Traceback

 

Request information
GET
No GET data
POST
Variable Value __form_id'form_str' FILES
No FILES data
COOKIES
Variable Value fntreeSaveStateCookie'root%2Croot%2F195%2Croot%2F195%2F201%2Croot%2F1%2Croot%2F1%2F6%2Croot%2F201'csrftoken'********'sessionid'7x0fcdn3ib5f8dvk2z0w2y3xnvu20nkl' META
Variable  





Just for fun, I installed a different plugin to ensure my FreeNAS and the repository were shaking the same hand... no problems. Anyone have any insight? It looks to my untrained eye as though the Plex script on the repository is making a call to a URL that is nonexistant? Thanks in advance for any assistance.
 
Joined
Jul 7, 2017
Messages
7
Ah, yeah.... saw this in the log:

Capture.JPG
 
D

dlavigne

Guest
Were you able to resolve this? If not, what is the full output of ifconfig within code tags?
 
Joined
Jul 7, 2017
Messages
7
Hiya and thanks for your interest. It remains unresolved. As I related earlier, I was able to install a different plugin without any issues, so the network configuration doesn't "seem" to be an issue. As per your request here is the full output of ifconfig:

Code:
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 00:25:90:97:b4:2c
    hwaddr 00:25:90:97:b4:2c
    inet 192.168.254.6 netmask 0xffffff00 broadcast 192.168.254.255
    nd6 options=9<PERFORMNUD,IFDISABLED>
    media: Ethernet autoselect (100baseTX <full-duplex>)
    status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 00:25:90:97:b4:2d
    hwaddr 00:25:90:97:b4:2d
    nd6 options=9<PERFORMNUD,IFDISABLED>
    media: Ethernet autoselect
    status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
    options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
    inet 127.0.0.1 netmask 0xff000000
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
    groups: lo 
 
Joined
Jul 7, 2017
Messages
7
Tried to install Plex server plugin again today (you know, the definition of insanity) with the same result. Thought I'd screenshot the output for a more visual representation in hopes that one of you savvy techno-wizards would help me out: (there's a little overlap between the images of the output). Thanks!

Capture.JPG

Capture.JPG

Capture.JPG
 

Attachments

  • Capture.JPG
    Capture.JPG
    117.3 KB · Views: 279
D

dlavigne

Guest
Have you tried installing it within an iocage jail instead? Is updating to 11.2 an option for you?
 
Joined
Jul 7, 2017
Messages
7
Upgraded to 11.2 per your suggestion, and reinstalled Plex server. Perfect! Thanks for the assist mate!!
 
Top