Posts by zomboided

    The same problem as what? SDSD was having an issue that was weird. Yours sounds like a "regular" connection issue and might be related to CyberGhost changing their servers again. If you have a log with debug (VPN Mgr settings/Advanced/Debug on) then post it and I'll look.

    Recreate on a vanilla LE build without anything else running. There’s a bunch of crap running on the build you have which could be stopping it. There are no errors in the log to show the service stopping so I think it’s something else interfering.

    You shouldn’t need to reboot, as soon as the VPN is gone, the network connection should return (it does for me, I switch the VPN off based on addons all the time across Windows and Linux based platforms).

    It’s conceivable that the Netflix addon is doing network things before the VPN Mgr addon gets a chance to disconnect and subsequently getting upset and hanging that the network is not there/has been pulled from under it. The VPN Mgr addon needs the Netflix addon to start to know to filter it - this aspect is never going to change.

    Either the Netflix addon needs to be more tolerant or you can do something like create a keymapping to disconnect before starting the Netflix addon. Or you could script it to disconnect and then start Netflix.

    I don't use multiple Kodi user profiles, or multiple users within Emby, so no.

    From my brief play just now, it looks like it allows you to install addons per user, and therefore I'm guessing this would start and stop the addon as you change users.

    It should mean that when you switch users, any existing connection would be terminated as part of the addon stopping. I'd then expect there to be a period where the addon starts for the new user and the VPN is re-established. This shouldn't affect local connections though (assuming you're using Emby from inside your own network).

    I'm happy to look at a debug log (from within the addon, settings/advanced/debug on) covering a system boot and then a user switch to confirm this. I'm not gonna debug Emby for you because I can't do that for myself when it starts playing me up and not playing stuff.

    The error message is saying auth error...either the password or userid is wrong or you’re not supplying the right key. From memory ExpressVPN wants the right key for the connection, but it might be that it wants the same key for all connections.

    Clear out your keys (settings/utilities) and reset the provider and try again. It works fine for other folk and the message is pretty clear that you’re not supplying the right credentials

    You'd have to manage those connections yourself by getting an ovpn from Nord and using the User Defined wizard to create a connection. As they change so often you'll quickly run up against the issue that Nord likely change their servers to combat the issue and you'll have to keep doing this.

    Nord connections are all dynamically generated based on some requirements they gave me a year or so back and corresponding API. Those requirements were to display a list of countries as a way of selecting servers. They didn't want to surface the more complex aspects of their service such as dedicated IPs, or I'm guessing IPlayer preferred IPs.

    I can’t/won’t spend time debugging other addons. If you can demonstrate the problem does not exist when you use the command line to start openvpn, with an ovpn file provided by the provider then I can look at what the addon is doing wrong. If you’re using third party software to connect and not openvpn directly, I can’t guess at what extra steps the software is taking (such as dns manipulation, or dynamic profiles) to make it work

    Those lines started happening with Kodi 18, which changed the way settings work.

    I have no idea why the other two addons are not working - if the VPN has been estabilished, then the issue is either with the VPN provider or is something for the addon author to resolve. Honestly though, I think this is a VPN issue - connect manually via the command line (which is 'all' my addon does) and ask your provider why things are still blocked.

    I'll update the BulletVPN files somewhen this week when work is less hectic, thanks for sending them across.

    I can't get the link to BulletVPN to work, it needs an ID which I don't have. Post the files here or on Github in a new issue and I'll update them.

    Good luck finding a VPN that let's you access iPlayer...the only success I've had when travelling has been with Nord (maybe that was to ITV though) in the summer. In the UK, if I'm still connected to a PIA UK server, iPlayer and ITV won't connect. Maybe the apps are doing some DNS manipulation that's outside the scope of the VPN...I really have no idea.

    I don't use CoreELEC, or understand the versioning relationship to LibreELEC (if there is one), however, this was an infrequent problem on the LE8 level. Once settings.xml has been cleared, all bets are off. I never understood why Kodi blew away that file (it's not something that the addon does), but I put some changes in my code to reduce the likelihood of timing issues (writes/reads of the settings overlapping) around about the same time I put in support for LE9.

    You should be able to recover by going to setting and clicking default/ok, that should create a brand new settings.xml file that's valid, but you'll still need to set everything up again. A resinstall will probably do the same thing.

    Nothing obvious to me that I can do to fix this (other than some irritating backup/restore of settings.xml maybe, which is just a band aid, not a fix)