Kodi not reconising internet connection
#1
Hi All,

I have a raspberry pi 3 running Retropie 4.1 with (what appears to be) the mobile Kodi installed.
I have baught this as a pre installed package and have found that with the ethernet cable connected i can get and internet connection outside of kodi using one of the retropie apps. Kodi reconises that it is comnected to the local network but shows that their isnt an internet connection.

http://imgur.com/KPEgY9W

Thanks in Advance

hazy261
Reply
#2
It is Kodi, there isn't such thing as "mobile Kodi".

Don't go for what the skin says about internet, play something online and post a debug log Log_file/Easy (wiki)
Reply
#3
Hi Rascas,

Thanks for the response :-), i have tried to install the debug tool but as kodi doesnt think is has access to the internet i cannot run the program :-( is there another way i can get the debug log?

Thanks

Hazy261
Reply
#4
If you really don't have internet in Kodi, you also don't have in the rest of the system, it is the system that manages network connections not Kodi. So check your network for internet connection.
http://kodi.wiki/view/Log_file/Advanced
Reply
#5
Yer its quite weird, i have internet access in the Chromium App in Retropie and can download all the updates to the packages but when it comes to kodi it doesnt want to see the internet.

http://pastebin.com/V667EL8M

In the log should be me trying to download the Kodi Logfile Uploader. Let me know if you need more :-)

Your help is much appreciated :-)

Hazy261
Reply
#6
I came here for the exact same issue, except I didn't buy a pre-built.

I have two Pi 3 Model B running retropie 4.1, with a USB keyboard and a Wii U Pro controller connected via bluetooth. I've tried a few different power supplies, including a lab bench supply, so I think I can rule that out.

I am using a wired ethernet connection, but have also tried wifi to the same result.

Basically, from the Linux prompt I can see the internet, with repositories, updates and downloads all working normally. In Emulationstation the scraper works and everything seems ok.

But Kodi reports that it isn't connected to the internet, and won't scrape - but it can see my network, NFS/ SMB shares, play vids off my server, etc, with no problem.

I have tried on both Pi's I have with different builds, different SD cards, used the stock Kodi 16 from the repo, tried the updated Kodi 17 RC, all with no luck.

Also, Kodi works fine on my network on Windows PC
Reply
#7
(2017-01-10, 13:33)hazy261 Wrote: Yer its quite weird, i have internet access in the Chromium App in Retropie and can download all the updates to the packages but when it comes to kodi it doesnt want to see the internet.

http://pastebin.com/V667EL8M

In the log should be me trying to download the Kodi Logfile Uploader. Let me know if you need more :-)

Your help is much appreciated :-)

Hazy261

You have Banned_add-ons (wiki) installed. Please remove them and post a new log.
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#8
Please find my debug log here with same issue as outlined in my previous post:

http://pastebin.com/nNg4zf7Z
Reply
#9
Code:
19:35:26 107240.117188 T:1870783408   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)

19:35:26 107240.117188 T:1870783408   ERROR: CCurlFile::Open failed with code 0 for http://feeds.kodi.tv/xbmc

Can see a few instances in your log of Kodi not being able to make a network connection.
Not sure of the root cause though, sorry mate
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#10
It's super strange because if I go to the command prompt I can see the internet and the Emulationstation scraper works fine.

Is there any other things I can check?
Reply
#11
Code:
pi@LivingPi:~ $ sudo ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:45:ed:67
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:46026 errors:0 dropped:337 overruns:0 frame:0
          TX packets:2425 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5287626 (5.0 MiB)  TX bytes:379984 (371.0 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:599 errors:0 dropped:0 overruns:0 frame:0
          TX packets:599 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:36350 (35.4 KiB)  TX bytes:36350 (35.4 KiB)

wlan0     Link encap:Ethernet  HWaddr b8:27:eb:10:b8:32
          inet addr:192.168.0.106  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::62f0:5c0f:8237:d9be/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:201170 errors:0 dropped:13111 overruns:0 frame:0
          TX packets:9051 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:19024578 (18.1 MiB)  TX bytes:2179557 (2.0 MiB)
Reply
#12
Ok, this is solved.

For some reason, Kodi had a DNS issue.

I'm not sure why, but what I needed to do was change the Pi to Google name server:

sudo nano /etc/resolv.conf

Change to 8.8.8.8

After this, immediately everything works.

And I learned a hell of a lot of stuff going down this rabbit hole.
Reply
#13
great news!
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi not reconising internet connection0