elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
483 stars 158 forks source link

[BUG] Stream error #1025

Closed matke-84 closed 6 months ago

matke-84 commented 6 months ago

Hi @elgatito. There is a problem playing streams. It persistently throws an error "item failed to play" or just don't pop the streams window. Tested on Android TV. I will try later on the computer and send you the log.

elgatito commented 6 months ago

Streams window? Will appreciate the log.

matke-84 commented 6 months ago

I forgot to tell you that it won't automatically install Burst too. I don't know if you'll see it in this log because it didn't have debug turned on when I installed. https://paste.kodi.tv/yinikivuxi.kodi

elgatito commented 6 months ago

Yes, I see it does not like repository's addon.xml. and there is an error for links output somehow.

JoelCarreira commented 6 months ago

Me too... I'm on android. In TVshows section work fine. For me the problem is just in movies section... Don't pop up the streams window. But if i search a movie in torrents search section it pop up window torrents fine for movies too.

elgatito commented 6 months ago

@JoelCarreira @matke-84 There is a new version 0.1.101 with a fix.

The issue with repository is different. I don't have this thing in my Kodi 21:

CAddonMgr::AddonsFromRepoXML: Failed to parse addons.xml. Malformed

I've ran portable Kodi, installed Elementum and it installed repo, but then it could not get information about Burst version somehow. But I could go to repository addons and trigger Burst install from it - it worked fine.

Should not be related to Elementum's update, and there were no repo updates. So it looks like something changed with Kodi.

On my side:

2024-04-18 10:20:59.812 T:3624    debug <general>: CAddonDatabase: repository.elementumorg has been installed.
2024-04-18 10:20:59.824 T:3624  warning <general>: Repository add-on repository.elementumorg uses plain HTTP for add-on downloads in path http://127.0.0.1:65223/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-04-18 10:21:01.739 T:26808   debug <general>: CAddonMgr: enabled repository.elementumorg
2024-04-18 10:21:01.743 T:22056   debug <general>: CPythonInvoker(3, C:\Users\denis\Kodi\v21\portable_data\addons\repository.elementumorg\service.py): start processing
2024-04-18 10:21:01.745 T:12020   debug <general>: CRepositoryUpdater: running scheduled update
2024-04-18 10:21:01.745 T:16280   debug <general>: CRepositoryUpdateJob[repository.elementumorg] checking for updates.
2024-04-18 10:21:01.746 T:16280   debug <general>: CurlFile::XFILE::CCurlFile::Open - <http://127.0.0.1:65223/addons.xml.md5>
2024-04-18 10:21:01.746 T:16280   debug <general>: XCURL::DllLibCurlGlobal::easy_acquire - Created session to http://127.0.0.1

2024-04-18 10:21:31.746 T:16280   error <general>: CCurlFile::CReadState::XFILE::CCurlFile::CReadState::FillBuffer - (0x1ecf22ca820) Failed: Timeout was reached(28)
2024-04-18 10:21:31.746 T:16280   error <general>: CCurlFile::XFILE::CCurlFile::Open - <http://127.0.0.1:65223/addons.xml.md5> Failed with code 0:

2024-04-18 10:21:31.746 T:16280   error <general>: CRepository: failed read 'http://127.0.0.1:65223/addons.xml.md5'
2024-04-18 10:21:31.754 T:16280   debug <general>: CRepositoryUpdateJob[repository.xbmc.org] checking for updates.

It looks strange. Timed out getting list of addons from repo addon. But I think on Kodi restart it would install Burst anyway.

JoelCarreira commented 6 months ago

It's working now... Thank you...

matke-84 commented 6 months ago

@elgatito It works now. Thanks. Regarding the automatic installation of Burst, it has not worked for me for some time. I always install through the elementum repo. I can't remember what change it stopped working with. Although it is not a problem. A few clicks more. Only maybe you could turn off this option considering that it doesn't work. While I'm installing manually, it knows to overlap with the automatic one.

elgatito commented 6 months ago

@matke-84 Version 0.1.102 should have a fix for repository issue. It would now wait for repository to be ready and then ask Kodi to use it. Hope that would help.

matke-84 commented 6 months ago

@elgatito Yep, it seems to work. Thanks.