Jump to content

Voras

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Voras

  1. On 8/25/2021 at 4:02 PM, DiscoDuck said:

    Is the container shipped with the beta patch? It hasn't worked for me for quite some time now and my log file states 3.2.1.0

      Reveal hidden contents
    [        ]
    [        ]             WebGrab+Plus/w MDB & REX Postprocess -- version V3.2.1.0
    [        ]
    [        ]                                 Jan van Straaten
    [        ]                              Francis De Paemeleere
    [        ]
    [        ]             thanks to Paul Weterings and all the contributing users
    [        ] --------------------------------------------------------------------------------
    [        ]
    [        ] Job started at 25/08/2021 12:51:01
    [  Debug ]
    [  Debug ] Running  on: Unix 5.10.28.0
    [  Debug ] Environment: 4.0.30319.42000
    [  Debug ] Mono version: 6.12.0.122 (tarball Mon Feb 22 17:29:18 UTC 2021)
    [  Debug ]
    [  Debug ] Loading timezone data
    [  Debug ] Embedded timezones source: timezone.timezonesdata.txt
    [  Debug ] Reading config file: /config/WebGrab++.config.xml
    [  Info  ] Checking License ..
    [  Info  ] For License request/update data, see WGLicense.log.txt
    [        ] Job finished at 25/08/2021 12:51:01 done in 0s
    [Critical]
    Object reference not set to an instance of an object
    [Critical]
      at  . ..ctor (System.String ) [0x01381] in <fbac90b70d384f53ad4ad19bec96974f>:0
      at  .―.  (System.String[] ) [0x00351] in <fbac90b70d384f53ad4ad19bec96974f>:0
    [Critical] Unhandled Exception
    [Critical] For detailed info, see log file /config/WebGrab++.log.txt
    [Critical] Execution stopped
    

     

     

    I have same issue. I am able update only manually.

  2. 13 hours ago, cherrybullet said:

    You have to stop the container before editing settings. Otherwise, transmission will overwrite any settings when it shuts down and potentially while it's running.

     

    I've also experienced rpc issues with the latest update. Been trying to downgrade, but now I can't get authenticated when it was previously enabled and working fine.

    Turning off container before changing settings helped me without any downgrade.

    Thanks!

  3. 3 hours ago, yogy said:

    After today's update I get this notification:

     

    421: Misdirected RequestTransmission received your request, but the hostname was unrecognized.To fix this, choose one of the following options:Enable password authentication, then any hostname is allowed.Add the hostname you want to use to the whitelist in settings.If you're editing settings.json, see the 'rpc-host-whitelist' and 'rpc-host-whitelist-enabled' entries.This requirement has been added to help prevent DNS Rebinding attacks.

     

    Password authentication was enabled before the update.

    I know I should change something in settings.json but not really sure what. Any suggestions?

    I have same problem, was trying to change settings, but saw that after container restart, new settings.json file is generated.

  4. Hi! Maybe anyone here had successfully downgraded TVH from 4.3 to 4.2?

    I have many problems with 4.3 version: not working with iOS and android clients, some clients leave active sessions on server after they disconnected and when trying close that session in GUI, container freezes and I should reboot whole server, because it is unable to kill that container.

    I have tried to change repository to 4.2 but it won't downgrade, container giving errors.

    Tried change "config" file with one from 4.2 version and delete "caclient" folder (server won't start with this existing) and after changing repository it works, but TVH start rescanning all services and most of channels lost its name and service mapping...

    I have more than 300 channels and it is big job to map everything like I want, so I don't want to start from beginning.

  5. Hello,

     

    Yesterday I was trying to set up my Plex and ownCloud under subdomain based reverse proxy, but after many unsuccessful tries it stopped work at all.

    Tried to "reinstall" container, but receiving error:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="letsencrypt" --net="bridge" --privileged="true" -e TZ="Europe/Kiev" -e HOST_OS="unRAID" -e "EMAIL"="[email protected]" -e "URL"="radiacija.lt" -e "SUBDOMAINS"="plex," -e "ONLY_SUBDOMAINS"="true" -e "DHLEVEL"="2048" -e "PUID"="99" -e "PGID"="100" -p :80/tcp -p 192.168.1.50:443/tcp -v "/mnt/user/appdata/letsencrypt":"/config":rw linuxserver/letsencrypt

     

    docker: Invalid hostPort: 192.168.1.50.

    See '/usr/bin/docker run --help'.

     

    The command failed.

    Tried to restart server, any other IP, still the same.

    Any suggestions please.

     

    The error message tells you what's wrong:

     

    docker: Invalid hostPort: 192.168.1.50.

    -p 192.168.1.50:443/tcp

     

    Change that to 443 instead of 192.168.1.50

     

    Damn... I new to this, I thought that I need to set up an IP address. Now it is working. Thanks!

  6. Hello,

     

    Yesterday I was trying to set up my Plex and ownCloud under subdomain based reverse proxy, but after many unsuccessful tries it stopped work at all.

    Tried to "reinstall" container, but receiving error:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="letsencrypt" --net="bridge" --privileged="true" -e TZ="Europe/Kiev" -e HOST_OS="unRAID" -e "EMAIL"="[email protected]" -e "URL"="radiacija.lt" -e "SUBDOMAINS"="plex," -e "ONLY_SUBDOMAINS"="true" -e "DHLEVEL"="2048" -e "PUID"="99" -e "PGID"="100" -p :80/tcp -p 192.168.1.50:443/tcp -v "/mnt/user/appdata/letsencrypt":"/config":rw linuxserver/letsencrypt

     

    docker: Invalid hostPort: 192.168.1.50.

    See '/usr/bin/docker run --help'.

     

    The command failed.

    Tried to restart server, any other IP, still the same.

    Any suggestions please.

     

×
×
  • Create New...