Posts by sirprancelot

    Hey Zomboided,

    Well that's a ridiculous fix. So yes I had clicked default while I was trialing out different password combinations and tweaks. But that wasn't the cause of why it failed to initiate the VPN. I'm still not entirely clear on the whys but whatever the case... I rebooted my system (as you suggested) just to give it another go and after a reboot... what do you know... it's connected and working like a charm. Oh how I love easy fixes! If only my issues with setting up raspberry pi (raspbian, arch linux etc) could always be as easy as this! Thanks for pointer! A reboot is all it apparently needed. Doh!!! :) Thanks so much for your quick reply. Cheers! ps and just use your normal credentials for accessing PIA... you don't need to generate anything on the site.

    Hey Zomboided,

    I am also having issues with PIA. Just installed your vpnmanager which I have used with airvpn before no probs but PIA which I have signed up for a year is not working for me. I'm using LibreElec 8.0.1 (latest version) on raspberry pi. Vpnmanager tries to connect and then sort of gives up trying to download .ovpns (I think). Bum. I tried your generating password and username stuff but that is for PPTP/L2TP/SOCKS and I've never used those before for connecting. Anyway alternative password and user didn't work. Slightly stumped. Tried turning ping off as well btw. Still no success. Anything I can do to help let me know! Would love to see this resolved. Cheers!
    [hr]
    Not sure on best way to share log with you but I think this is the important bit... I think..

    21:12:32.346 T:1520096160 NOTICE: VPN Mgr : (vpnproviders.py) Checking downloaded ovpn files for PIA with GitHub files
    21:12:32.545 T:1520096160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.ValueError'>
    Error Contents: invalid literal for int() with base 10: ''
    Traceback (most recent call last):
    File "/storage/.kodi/addons/service.vpn.manager/connect.py", line 54, in <module>
    connectVPN(str(connection_order), "")
    File "/storage/.kodi/addons/service.vpn.manager/libs/common.py", line 989, in connectVPN
    provider_download = refreshFromGit(getVPNLocation(vpn_provider), progress)
    File "/storage/.kodi/addons/service.vpn.manager/libs/vpnproviders.py", line 962, in refreshFromGit
    addon_version = int(xbmcaddon.Addon("service.vpn.manager").getSetting("version_number").replace(".",""))
    ValueError: invalid literal for int() with base 10: ''
    -->End of Python script error report<--
    21:13:02.221 T:1350562720 WARNING: CPythonInvoker(125): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
    21:13:02.376 T:1350562720 WARNING: CSkinInfo: failed to load skin settings
    21:14:26.994 T:1962550016 ERROR: GetDirectory - Error getting plugin://service.vpn.manager/?list
    21:14:26.995 T:1962550016 ERROR: CGUIMediaWindow::GetDirectory(plugin://service.vpn.manager/?list) failed
    21:14:42.379 T:1493169056 WARNING: CPythonInvoker(128): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
    21:14:42.561 T:1962550016 ERROR: GetDirectory - Error getting plugin://service.vpn.manager/?list
    21:14:42.562 T:1962550016 ERROR: CGUIMediaWindow::GetDirectory(plugin://service.vpn.manager/?list) failed
    21:14:53.092 T:1493169056 ERROR: Control 11 in window 10101 has been asked to focus, but it can't
    21:14:55.789 T:1493169056 NOTICE: VPN Mgr : (vpnproviders.py) Checking downloaded ovpn files for PIA with GitHub files
    21:14:55.946 T:1493169056 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.ValueError'>
    Error Contents: invalid literal for int() with base 10: ''
    Traceback (most recent call last):
    File "/storage/.kodi/addons/service.vpn.manager/connect.py", line 54, in <module>
    connectVPN(str(connection_order), "")
    File "/storage/.kodi/addons/service.vpn.manager/libs/common.py", line 989, in connectVPN
    provider_download = refreshFromGit(getVPNLocation(vpn_provider), progress)
    File "/storage/.kodi/addons/service.vpn.manager/libs/vpnproviders.py", line 962, in refreshFromGit
    addon_version = int(xbmcaddon.Addon("service.vpn.manager").getSetting("version_number").replace(".",""))
    ValueError: invalid literal for int() with base 10: ''
    -->End of Python script error report<--