TeamViewer Host Plugin not working anymore

  • Hi,


    i found a problem with TeamViwer Host plugin. I have seen, that the parsing is not working anymore. TeamViewer is generating id longer than 9 signs, so the displayed TeamViewer ID in OMV UI is not valid. I have changed a code file and everything is fine:
    Console command: nano /usr/share/openmediavault/engined/rpc/teamviewerhost.inc
    Replace the following line:
    OLD : $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr -d "[:cntrl:]" | tr -d " " | tail -c9';
    NEW: $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr –s " " | cut –d " " –f 5';

    • Offizieller Beitrag

    I used awk instead. Pushed out in 3.0.1.


    https://github.com/OpenMediaVa…12b2b3ef65dd887a7961c728f

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I have 3.0.1 installed but am not getting a ID, its just blank.

    Teamviewer host not changing password

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!