Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] kodi not starting webserver after update
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: kodi not starting webserver after update
30th Nov, 2015, 06:36 PM
Post: #1
kushal_kumaran Offline
Registered
Posts: 1
Joined: Dec 2013
Reputation: 1
kodi not starting webserver after update
I recently updated xbian-package-xbmc on my raspberry pi 2, and kodi is not starting webserver after the upgrade. The process does start, and UI shows up properly. Kodi just is not starting its webserver, etc.

Working package: xbian-package-xbmc=15.2-1446623926

With this installed:

xbian@helium ~ $ sudo netstat -tupan | grep kodi
[sudo] password for xbian:
netstat: /proc/net/tcp6: No such file or directory
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:1848 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:36666 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:36667 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:2045 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN 1792/kodi.bin
tcp 0 0 0.0.0.0:1292 0.0.0.0:* LISTEN 1792/kodi.bin
...

When I upgrade to 15.2-1448685125:

xbian@helium ~ $ sudo netstat -tupan | grep kodi
netstat: /proc/net/tcp6: No such file or directory
netstat: /proc/net/udp6: No such file or directory

I can downgrade back to 15.2-1446623926 and things work correctly.

I checked recent changes at https://github.com/xbianonpi/xbian-sources-xbmc/commits/treeIsengard, and there seem to be several network-related changes. Is there a chance one of them caused this?

If required for debugging, I can reproduce the problem at will.

When the webserver does not start, these messages do not show up in the logfile:

13:59:50 69111.250000 T:1954247232 DEBUG: NetworkMessage - Starting network services
...
13:59:50 69111.351562 T:1954247232 NOTICE: starting zeroconf publishing
13:59:50 69111.351562 T:1954247232 NOTICE: Webserver: Starting...
13:59:50 69111.351562 T:1710224304 NOTICE: Thread JobWorker start, auto delete: true
13:59:50 69111.382812 T:1954247232 NOTICE: WebServer: Started the webserver
13:59:50 69111.382812 T:1954247232 NOTICE: starting upnp client
...
Find all posts by this user
Quote this message in a reply
1st Dec, 2015, 06:27 PM
Post: #2
goodkat Offline
Registered
Posts: 1
Joined: Dec 2015
Reputation: 0
RE: kodi not starting webserver after update
Same problem here. Rolling back to previous versions fixes the issue.
Find all posts by this user
Quote this message in a reply
2nd Dec, 2015, 01:06 AM
Post: #3
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: kodi not starting webserver after update
Problem started a week ago with the 'upgrades'
Find all posts by this user
Quote this message in a reply
2nd Dec, 2015, 05:25 AM
Post: #4
trasgon Offline
Registered
Posts: 3
Joined: Apr 2015
Reputation: 2
RE: kodi not starting webserver after update
Same problem here Cubox-i4.

Besides, transmission started to generate corrupted data blocks on downloads. I've checked memory and taken into account other possibilities and cannot find the problem.

Guess I'm rolling back to a previous version.
Find all posts by this user
Quote this message in a reply
3rd Dec, 2015, 06:07 PM
Post: #5
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: kodi not starting webserver after update
Same problem for me.
Also Kodi's UPNP/DLNA server not appearing on network.

Any solution ?
Find all posts by this user
Quote this message in a reply
4th Dec, 2015, 07:18 PM
Post: #6
Erol Offline
Registered
Posts: 7
Joined: Jan 2014
Reputation: 1
RE: kodi not starting webserver after update
I have open an official issue at GitHub with this exact problem:

https://github.com/xbianonpi/xbian/issues/791

Reverting back to 15.2-1446623926 seems to get it working again.

apt-get install xbian-package-xbmc=15.2-1446623926

tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 15403/kodi.bin
tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN 15403/kodi.bin
Find all posts by this user
Quote this message in a reply
4th Dec, 2015, 08:34 PM
Post: #7
Erol Offline
Registered
Posts: 7
Joined: Jan 2014
Reputation: 1
RE: kodi not starting webserver after update
New packages are being compiled with this issue fixed:

http://jenkins.xbian.org/job/xbian-sources-xbmc/238/changes
Find all posts by this user
Quote this message in a reply
5th Dec, 2015, 05:29 AM
Post: #8
rafnomos Offline
Registered
Posts: 4
Joined: Jun 2013
Reputation: 0
RE: kodi not starting webserver after update
Hi I tested latest and webserver is up and working again but My rss feed is not showing anymore... up to RC3 it was working smoothly
Thankyou
Find all posts by this user
Quote this message in a reply
5th Dec, 2015, 06:01 AM
Post: #9
Exnor Offline
Registered
Posts: 359
Joined: Aug 2013
Reputation: 8
RE: kodi not starting webserver after update
Same problem here... even edited manually and changed the port.. no luck :/

:) :)
Find all posts by this user
Quote this message in a reply
5th Dec, 2015, 07:12 AM
Post: #10
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: kodi not starting webserver after update
Just upgraded pi1 and pi2, no luck for me Sad
Find all posts by this user
Quote this message in a reply
5th Dec, 2015, 07:10 PM
Post: #11
Erol Offline
Registered
Posts: 7
Joined: Jan 2014
Reputation: 1
RE: kodi not starting webserver after update
Upgrade to 15.2-1449275614 package from this morning it is working again.
Find all posts by this user
Quote this message in a reply
5th Dec, 2015, 08:10 PM
Post: #12
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: kodi not starting webserver after update
Mine upgraded to 16.0 beta 3, maybe the difference?
Find all posts by this user
Quote this message in a reply
7th Dec, 2015, 04:58 AM
Post: #13
Exnor Offline
Registered
Posts: 359
Joined: Aug 2013
Reputation: 8
RE: kodi not starting webserver after update
Updated today again... works fine now. (model B pi 1).

:) :)
Find all posts by this user
Quote this message in a reply
7th Dec, 2015, 08:23 AM
Post: #14
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: kodi not starting webserver after update
No luck here with pi1 web interface..... and pi2 I2S seems broke again but web interface working.
Find all posts by this user
Quote this message in a reply
10th Dec, 2015, 09:23 PM
Post: #15
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: kodi not starting webserver after update
As always an update on the upgrade situation.

As of this mornings upgrades, all is working well again. Web interfaces are working on pi1 & pi2 as are the I2S audio for external DAC.

As an aside, I found after many hours of work last night, that somehow my once working pi2 had somehow 'lost' it's alsa-utils installation. Since it was working for months and only updated/upgraded I have no idea how this could have happened? But still, the solution in my case was to 'sudo install alsa-utils' and it all worked again!

Now I am not touching it until the New Year as I need no more problems over the festive season! Smile

Merry Christmas to those of you who celebrate it! Wink
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Following update Kodi not starting Baz8755 35 22,158 18th May, 2021 10:23 PM
Last Post: Baz8755
  Xbmc not starting after update Sauron 22 62,896 20th Dec, 2012 06:48 PM
Last Post: Sauron

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 28th Mar, 2023, 09:52 AM Powered By MyBB, © 2002-2023 MyBB Group.