Zomboided / service.vpn.manager

VPN plugin for Kodi
GNU General Public License v2.0
305 stars 81 forks source link

Addon Issue under CoreELEC and not Windows #350

Closed feerlessleadr closed 2 years ago

feerlessleadr commented 2 years ago

Hi - Let me start out by saying I am not sure if this is actually an issue with the VPN Manager addon, VPN service, or potentially Kodi/CoreELEC/NHL.tv Addon, so feel free to close this straight away if I'm way off base here.

I use a VPN to be able to watch NHL.tv, and I’m having an issue with my N2 that is not present on my test Windows machine.

I am using VPN Manager on both machines to manage my VPN connection to NordVPN, and am able to connect fine on both machines. The issue arises when I am connected to the VPN and try to navigate to the NHL.tv game listings in the NHL.tv addon for kodi.

On my windows machine, I can navigate to the games listings and play a game without any issue while the VPN is on. However, on my N2, with the VPN on, the NHL.tv addon throws an error when trying to access the game listings, and will not let me go any farther. When the VPN is off, I can navigate to the game listing without issue (although I can’t play anything since the VPN isn’t on).

Here is a log of the error on my N2:

https://paste.ubuntu.com/p/sdjrJg9JvH/

Here is a log of the same action (and the game playing successfully) on my Windows machine:

https://paste.ubuntu.com/p/dZVpt44tdK/

Any insight would be greatly appreciated.

Thanks

Zomboided commented 2 years ago

Nord is dynamic in as much as it calls a Nord API and determines the best server to use. The first example uses uk2186 to connect. The second example uses uk1828. Maybe one of the servers is subject to blocking to prevent geo unblocking and the other one isn't? Either way it looks like the VPN is connected in both cases, but definitely in the first example there are errors indicating that a server isn't responsing (I'm assuming relating to the NHL.tv add-on).

Not my problem here, and likely not a problem with the NHL.tv add-on

peno64 commented 2 years ago

I totally agree with this. I also use NordVPN and in the past I also had chosen server that were blocked and others not. I had to disconnect and connect to make my streams work. I even made a small modification to the addon that I can read servers from a file that must be ignored because they were blocked. In that case I skip that server and let it choose another one until it finds one that is not in my list. But this change is so specific that it is difficult to put this in the standard addon.

feerlessleadr commented 2 years ago

Thanks to both of you for your responses. Is there anyway that I can force the addon to connect to the same Nord server to test?

Zomboided commented 2 years ago

Copy an ovpn file from /kodi/addons/service.vpn.manager/Nord directory and connect using the command line. You can see the command used in the log. Disable the addon before using the command line tho otherwise there will be conflicts.

Or you can download the “right” server ovpn file from Nord with the certs, etc and feed that into user defined

On 10 Oct 2021, at 14:34, feerlessleadr @.***> wrote:

 Thanks to both of you for your responses. Is there anyway that I can force the addon to connect to the same Nord server to test?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

feerlessleadr commented 2 years ago

Thank you!