Jump to content

KungFuCowboy

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by KungFuCowboy

  1. On 5/26/2017 at 9:33 PM, hernandito said:

    Hi,

     

    Is it possible to change the Docker to install the LATEST version of Homebridge (HB)? I use basically 3 things in my home with HB; SmartThings, Sonos, and Lifx bulbs.

     

    The Lifx plugin will not run on the default install version of HB. I have to manually go into the HB Docker and run:

    
    npm upgrade -g homebridge

     

     

    Im running into similar issues. I've tried both docker templates reference in this thread so far.

     

    1. A couple plugins require a newer version.

    2. I'm also running into an issue where the docker, immediately after starting up is showing as stopped in unRAID, but nothing is appearing in the log file to indicate why.

  2. Hi, I'm getting an error message when trying to send updates via SickRage, regarding No JSON object could be decoded. DelugeVPN is showing this error in supervisors.log

    2017-03-11 08:55:52,901 DEBG 'deluge-web-script' stderr output:
    [ERROR   ] 08:55:52 json_api:285 Invalid JSON request content-type: None
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 307, in render
        d = self._on_json_request(request)
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 267, in _on_json_request
        raise JSONException(message)
    JSONException: Invalid JSON request content-type: None

    As a relative newbie with unRAID, I'm uncertain how to troubleshoot further. I've recently updated both dockers to their latest and I believe that's likely where this conflict arose.

  3. Hi!

     

    I just installed this docker, thank you Binhex for such a great tool! I've run into a couple issues which I've been unable to find a solution for on the forums here...

    1. Using AirVPN...anytime I restart the docker or stop/start, the Web UI becomes unavailable. I must to delete and re-add my AirVPN .ovpn file, then start the docker again. Is there something I have misconfigured that would be causing this? The log says I have a missing parameter or config issue in my .ovpn each time, but nothing has changed on the file.
       
    2. I can't get the move after download to work. I have the folders set properly under preferences -> downloads in the Web UI. The initial download is accurate, and hits the incomplete folder of my choosing. However, it doesn't move the newly downloaded torrent folder/files to my downloaded path, which looks to be accurately set as well. I don't see any errors when ran with debug turned on and off.
  4. Just a heads up for anyone that is wondering...

     

    I tried installing this on my Unraid 6.2.2 server, and the WebUI would fail to load. Finally had to add in an extra command when setting up the app.

     

    --net=bridge -p 0.0.0.0:8123:8123

     

    Found the solution here

     

    https://community.home-assistant.io/t/docker-on-mac-install-front-end-nowhere-to-be-found/5553/5

     

    I'm suffering from the same issue on 6.2.4. On the docker screens within the unRAID control panel, where do we input this? Or does this fix required the use of ssh?

     

    Thanks for your help!

     

    I was able to resolve my issue via the control panel. For this docker, I added an additional port that matched the port HA was trying to reach. I can only guess this is not setup as part of the template upon the docker's install; though I'm fairly new to unRAID and docker if I'm not explaining that accurately.

  5. Just a heads up for anyone that is wondering...

     

    I tried installing this on my Unraid 6.2.2 server, and the WebUI would fail to load. Finally had to add in an extra command when setting up the app.

     

    --net=bridge -p 0.0.0.0:8123:8123

     

    Found the solution here

     

    https://community.home-assistant.io/t/docker-on-mac-install-front-end-nowhere-to-be-found/5553/5

     

    I'm suffering from the same issue on 6.2.4. On the docker screens within the unRAID control panel, where do we input this? Or does this fix required the use of ssh?

     

    Thanks for your help!

  6. Hi,

     

    love this docker, it was one of my first to install. Thank you for your efforts here! I have used this app on other platforms, so it was nice to continue its use on my new server.

     

    I have what's likely a newb question, so please forgive me in advance...how do I set up my workflow to stop seeding after a file has downloaded successfully? I'm not seeing a menu option I was anticipating in the GUI. I'm guessing I am probably just overlooking this somewhere.

     

    Thanks!

×
×
  • Create New...