Could not connect to official kodi repository. Maybe I am doing something wrong, but I did a fresh installation of OSMC just in the morning and couldn’t connect to kodi repository. Plz help
Turn off your VPN and try again.
I don’t have it installed
/usr/bin/apt-get-real install openvpn -y
This is in your apt history log. OpenVPN is installed. Uninstall it and see if you can connect to the repository.
It is inaccessible before that. How to uninstall openVPN ?
Repository is up and running fine here.
Uninstall OpenVPN with:
sudo apt-get remove openvpn --purge
P.S I see that you’re currently fiddling with your wifi in this other thread, I suggest you to set it right before trying to do anything that needs internet access.
That’s another SD card. I did not make any changes there also…
05:11:37.833 T:1548735472 NOTICE: VPN Mgr : (platform.py) Testing openvpn with : sudo /usr/sbin/openvpn > /run/openvpn.log &
05:11:38.925 T:1548735472 ERROR: VPN Mgr : (platform.py) Ran openvpn command and it failed
05:11:38.947 T:1548735472 NOTICE: VPN Mgr : (platform.py) VPN log file start >>>
05:11:38.947 T:1548735472 NOTICE: VPN Mgr : (platform.py) <<< VPN log file end
There is something wrong with openvpn. That’s why you’re having issues.
Done uninstalling openVpn. Still can’t connect to repository.
Please provide a new set of debug logs, thanks.
Please also remove the packages that came with openvpn:
sudo apt-get remove iproute2 libpkcs11-helper1 --purge
Then restart and provide new debug logs.
osmc@osmc:~$ sudo apt-get remove iproute2 libpkcsll-helper1 --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpkcsll-helper1
I got this output``
Actually, iproute2 is worth keeping but that’s a side issue.
It seems that you still have the VPN Manager Kodi add-on installed and it looks like it’s causing some general networking problems. Please remove it and restart OSMC.
After restarting, what’s the output from route -n
? Please then run another grab-logs -A
.
The output:
osmc@osmc:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
Sorry i forgot to uninstall VPN manager earlier. Done uninstalling, and output is
osmc@osmc:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
and my logs are: https://paste.osmc.tv/ovifaniceq
Still i cannot access my kodi addon repository.