2020-11-04, 09:05
Any future updates are focused on a Kodi matrix release. Thx
(2020-11-03, 09:10)neo_ Wrote: Can someone assist me, I can't get this Add-on to work. What exactly is failing to work? I'd love to know so I know what to troubleshoot.
Upon launching I get "We apologize but it appears that you are not currently located in the Designated Market Area to view this content" even though I am in fact in the designated area.
I'm able to view Locast fine on my PC browser.
What I've tried already:
- Verified my Kodi device pings and curls ip-api.com perfectly. (Any other URLs for me to troubleshoot?)
- Reinstalled a fresh copy of CoreELEC onto my SD-Card. Then installed and tried opening the Locast Add-on upon first initial boot.
- Changed Kodi's DNS server to 8.8.8.8
Code:ERROR: plugin.video.locast-1.0.8b-getURL, Failed! Expecting value: line 1 column 1 (char 0) ,Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.locast/resources/lib/locast.py", line 118, in getURL
cacheresponse = req.json()
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 538, in loads
return _default_decoder.decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
return _scan_once(string, idx)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
https://paste.kodi.tv/ruqigekeva.kodi
(2020-11-07, 11:38)neo_ Wrote: Can anyone please help? I'd love to know what the error log actually means so I can further troubleshoot.
As stated, I installed this Add-on a fresh installation of CoreELEC withl the same issue. Could it be CoreELEC's minimalism causing issues? Has anyone successful used Locast on CoreELEC/LibreELEC/OpenELEC?
(2020-11-03, 09:10)neo_ Wrote: Can someone assist me, I can't get this Add-on to work. What exactly is failing to work? I'd love to know so I know what to troubleshoot.
Upon launching I get "We apologize but it appears that you are not currently located in the Designated Market Area to view this content" even though I am in fact in the designated area.
I'm able to view Locast fine on my PC browser.
What I've tried already:
- Verified my Kodi device pings and curls ip-api.com perfectly. (Any other URLs for me to troubleshoot?)
- Reinstalled a fresh copy of CoreELEC onto my SD-Card. Then installed and tried opening the Locast Add-on upon first initial boot.
- Changed Kodi's DNS server to 8.8.8.8
Code:ERROR: plugin.video.locast-1.0.8b-getURL, Failed! Expecting value: line 1 column 1 (char 0) ,Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.locast/resources/lib/locast.py", line 118, in getURL
cacheresponse = req.json()
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 538, in loads
return _default_decoder.decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
return _scan_once(string, idx)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
https://paste.kodi.tv/ruqigekeva.kodi
(2020-11-22, 06:12)Lunatixz Wrote: https://forum.kodi.tv/showthread.php?tid=334947
(2020-11-23, 00:04)rcmccaslin Wrote: Hi Lunatixz, I am an old retired systems engineer and took a look at your locast app. I have made a few updates to the files to support the free version of locast instead of the purchased/subscribed version. This includes fixing the settings file from "unknown" to actual dates to keep the app from throwing exceptions. It now will automatically refresh the stream every 15 minutes allowing uninterrupted viewing. During the refresh, a 5 second locast ad appears, that is all. I have watched an entire football game with no issues. I am not sure 1) if you want the updates and 2) what procedure on github you would like me to use to support the changes. Considering it only interrupts 5 seconds every 15 minutes, it is very usable.
In short, I am getting the updated m3u8 URL and sending that to the Player() every 15 minutes if the stream is still active. This makes it not terminate and go back to the uEPG screen.
(2020-11-23, 00:46)byron.hopp Wrote: is there a way to have Kodi turn off, and turn back on the VPN