Kodi Community Forum
Release Livestream - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Livestream (/showthread.php?tid=230355)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Livestream.com - User 319570 - 2016-03-04

Kodi v16.0 (jarvis) Arch Linux Arm on a Raspberry Pi 2. Only just installed so cannot say if it worked on 15.x


RE: Livestream.com - siuside - 2016-03-04

(2016-03-04, 18:04)rullger Wrote: Kodi v16.0 (jarvis) Arch Linux Arm on a Raspberry Pi 2. Only just installed so cannot say if it worked on 15.x

Ok yes this looks like some platform specific. Let the main man take a look.


RE: Livestream.com - Dannymh - 2016-03-10

Awesome Addon I have wanted this for sooooo long, bought a new Pi just so I could use this!

Just one issue for me, if I login using my new livestream login (email address and password as credentials) it fails.

This happens on two devices, one is my Raspberry Pi, and the other is my android box. Raspberry Pi was installed through the Kodi repo and the android install was through your repo

this is the error I am getting.

Code:
14:06:06 1271.898804 T:2626487280   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 404: Not Found
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/plugin.video.livestream/main.py", line 725, in <module>
                                                LOGIN()
                                              File "/home/osmc/.kodi/addons/plugin.video.livestream/main.py", line 526, in LOGIN
                                                response = urllib2.urlopen(req, body)
                                              File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
                                                return opener.open(url, data, timeout)
                                              File "/usr/lib/python2.7/urllib2.py", line 437, in open
                                                response = meth(req, response)
                                              File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "/usr/lib/python2.7/urllib2.py", line 475, in error
                                                return self._call_chain(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 404: Not Found
                                            -->End of Python script error report<--

cheers
Dan


RE: Livestream.com - Steph09 - 2016-03-12

(2016-03-04, 15:46)rullger Wrote: Hi,

Is anyone else having issues using 'My Channels'? I'm getting the following error...

Quote:13:27:04 T:1480586128 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
File "/var/lib/kodi/.kodi/addons/plugin.video.livestream/main.py", line 725, in <module>
LOGIN()
File "/var/lib/kodi/.kodi/addons/plugin.video.livestream/main.py", line 560, in LOGIN
addDir(name,'/accounts',105,icon,fanart,None,owner_id)
File "/var/lib/kodi/.kodi/addons/plugin.video.livestream/main.py", line 616, in addDir
u=sys.argv[0]+"?url="+urllib.quote_plus(url)+"&mode="+str(mode)+"&name="+urllib.quote_plus(name)+"&icon="+urllib.quote_plus(iconimage)
File "/usr/lib/python2.7/urllib.py", line 1307, in quote_plus
if ' ' in s:
TypeError: argument of type 'NoneType' is not iterable
-->End of Python script error report<--

Addon version is 2016.1.8 and user and password in the addon configuration are correct.

Thanks,

Richard

I'm having the same problem on Windows using the latest version of Kodi (16 Jarvis) & the last available version of the addon (2016.1.8).

Streams play fine (Both live & archived) but I can't access my channels even though i've checked that the login details are correct.

Quote: 00:53:29 T:1812 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
File "C:\Users\Stef\AppData\Roaming\Kodi\addons\plugin.video.livestream\main.py", line 725, in <module>
LOGIN()
File "C:\Users\Stef\AppData\Roaming\Kodi\addons\plugin.video.livestream\main.py", line 560, in LOGIN
addDir(name,'/accounts',105,icon,fanart,None,owner_id)
File "C:\Users\Stef\AppData\Roaming\Kodi\addons\plugin.video.livestream\main.py", line 616, in addDir
u=sys.argv[0]+"?url="+urllib.quote_plus(url)+"&mode="+str(mode)+"&name="+urllib.quote_plus(name)+"&icon="+urllib.quote_plus(iconimage)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib.py", line 1292, in quote_plus
if ' ' in s:
TypeError: argument of type 'NoneType' is not iterable
-->End of Python script error report<--
00:53:29 T:7752 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.livestream/?icon=C%3a%5cUsers%5cStef%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.livestream%2ficon.png&mode=150&name=My%20Channels&url=%2flogin
00:53:29 T:7752 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.livestream/?icon=C%3a%5cUsers%5cStef%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.livestream%2ficon.png&mode=150&name=My%20Channels&url=%2flogin) failed



RE: Livestream.com - siuside - 2016-03-13

Ok definitely need @eracknaphobia to look at potential required changes here. Bumping so he can see this post.


RE: Livestream.com - eracknaphobia - 2016-03-14

I'm thinking this error is caused by the channel not having an icon image configured. If you can share the channels you subscribe to or at least the one you think may not have an image, I should be able to get this fixed.


RE: Livestream.com - Steph09 - 2016-03-23

These are the channels I currently subscribe to-

http://livestream.com/fiaworldrallycross
http://livestream.com/accounts/2362362
http://livestream.com/itvl
http://livestream.com/fia


RE: Live Stream Add-on - dwhitatl - 2016-03-24

Hi

Is there any chance you can help me understand why the LiveStream add-on is requiring a username and password for channels and search? I am a brand new user and member (my second day). We purchased an Amazon Firestick with Kodi already programmed and for us it is simply the BEST! Many of the other addons are working just fine. We uninstalled and reinstalled Live Stream but to no avail. I even installed it from the Kodi repo but it still requires a Login and Password. Please help!

dwhitatl


RE: Livestream.com - siuside - 2016-03-24

@eracknaphobia

Livestream apps on most platforms were updated recently. I think there have been a few changes on the website.

Live and Upcoming throws a socket timeout in the addon http://goo.gl/gxl4qy

My Channels has an SSL handshake error http://goo.gl/SftKOU

Search seems functional to return results, but clicking on them has the SSL error too


RE: Livestream.com - lirva - 2016-03-24

Hi,

Anyone can help me how can invoke the addon to show the following private channel

https://api.new.livestream.com/accounts/13907141/events/4958243/feed/

I wish to open Kodi with a plugin.video.livesteam/?url .... like

Thanks for your help.


RE: Livestream.com - irn|bru - 2016-03-26

(2016-03-24, 20:26)lirva Wrote: ...I wish to open Kodi with a plugin.video.livesteam/?url .... like

See my third edit at the bottom of this post.


RE: Livestream.com - Kongoi - 2016-03-26

I get a message "could not connect to repository" when I try to install. Am I doing something wrong?


RE: Livestream.com - jscalia2 - 2016-03-27

I need help?
Just deleted livestream by a mistake
How do I download livestream on kodi coz I can't find the download or to reinstall it
thank you


RE: Livestream.com - eracknaphobia - 2016-03-29

Update 2016.3.29 Released*

- Replaced Live & Upcoming with Browse by Category section (ex. Category (Number of live events))
- Renamed My Channels to Following
- Added Manually Enter list item, which lets you enter the account & event id you wish to watch
- Fixed bug causing channels not to display if event icon was missing

*In my repo only for now.


RE: Livestream.com - siuside - 2016-03-30

(2016-03-29, 20:41)eracknaphobia Wrote: Update 2016.3.29 Released*

- Replaced Live & Upcoming with Browse by Category section (ex. Category (Number of live events))
- Renamed My Channels to Following
- Added Manually Enter list item, which lets you enter the account & event id you wish to watch
- Fixed bug causing channels not to display if event icon was missing

*In my repo only for now.

Confirmed all errors reported have been fixed.

Manually enter list item: Fantastic new enhancement. Tested and working with several public and private channels.

I checked the massive amounts of code changes too. Awesome work as usual. Thanks !