-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Kodi 18] Some python2 error in the log, possibly about the repo #1090
Comments
@pitsi not sure that this is elementum issue, it might be just a coincidence that you see elementum Golang notice message during generic Python error messages. There should be at least elementum python error messages. |
Please allow a few days to clean up my installation from other addons and I will post the full log. Thank you :) |
There you go. The error is on lines 623 to 629 |
@pitsi looks like you forgot to enable debug both in kodi and elementum :-( (disable debug after creating log to save some performance and disk space) |
There you go. Kodi's debug mode was enabled with |
this is what i see in log
|
@pitsi can you please open in your browser this address http://IP_OF_Libreelec:65223/addons.xml
|
When I run it either locally or remotely, it gives me this, which seems to be the structure of the elementum repo. Now if you excuse me for today, I have to go rest :) |
I missunderstood the second part of the question, sorry. The problem is that I get no newer message in the log despite how many times I run curl, either locally or remotely, so teh above may be... just another elementum message in the log. |
@pitsi does this error somehow affects work of elementumorg repository? e.g. can you open the repository and install addons from it? (you can safely uninstall and reinstall "elementum context helper", for example) |
Truth be told, I have not noticed it, because I do get the updates like usual. But I just tried what you suggested and it works as it should. Disabling elementum executable from autostarting with kodi makes the error go away, obviously. |
On start elementum run "update all repos" internal kodi's command. Maybe there is some "race condition". Can you please set "start delay" in elementum settings to 5 seconds? And see if you still see the error. |
I gave it the full 180 seconds of delay, it did do it as you can see here
but in the end nothing changed
Because I did not mention it earlier, I sometimes hear kodi's error sound on shutdown, but it does not stay open for long so as to show an error message and let me know why it happened. Could that be related to elementum? |
You can take a look into |
I do not know why this is happening on your system. It might be because of kodi 18 or old certificates or something else. Maybe @elgatito can say more. Elementum repository is dynamic add-on that gets data from GitHub API , maybe those requests to GitHub API are failing for some reason. But hard to tell without a easy way to reproduce the issue locally. As I understands the repo works for you, so it is not a blocker bug , but more like "inconvenient" bug. |
I know about kodi.old.log (as well as about the "dynamic nature" of the elementum repository). The problem is that either it happens and I forget to check it the next time I boot, or I have to restart kodi while keeping le running. In both cases. the file gets replaced by a new one, which is useless. As for the certificates, I know that the system will not get any further updates, so I update the certificates by hand, the way that is described here. Right now, my cecert.pem file is the one from November 26th, i.e. the latest one.
But all that may be wrong, because I have no way to know if the system did parse that file or is still using its original one from 2020
|
About this last bit. I totally missed the part of the instructions which says that the new file is appended to the old one. The new file is indeed appended and the resulted one contains both the old and the new one.
|
i meant that the only way to see what is really happening is to add some debug code to https://github.com/ElementumOrg/repository.elementumorg/tree/master maybe @i96751414 can say something about this, since https://github.com/ElementumOrg/repository.elementumorg is just a fork of https://github.com/i96751414/repository.github |
Expected Behavior
Hmmm... There should not be such an error in the log.
Current Behavior
The error below is shown in the log. However, elementum seems to work fine.
Possible Solution
No idea.
Steps to Reproduce (for bugs)
Context
The log
If it helps, since libreelec 9 is eol since a few years ago and has no support, I manually update it's certificates in order to keep some addons running properly. However, the error comes up even with the stock certificates.
Your Environment
The text was updated successfully, but these errors were encountered: