Release script.embuary.info - get TMDb data - the little ExtendedInfo brother - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.embuary.info - get TMDb data - the little ExtendedInfo brother (/showthread.php?tid=346034) |
RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - ontap - 2021-12-08 This has probably been asked numerous times , is there a way to set a path to call "embuary.info.script" when either pressing the "i" button or setting the default action in "media - videos" to "show info" instead of "play" ? Just seems a long winded way to get to your info dialogue, having to pull up the default video info page then select the extended info button to access your script. Just using default Estuary skin. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-02-16 @sualfred Thanks again for all your work in this script. The errors that I told you some time ago are getting worse, most of the times Kodi just crash. I know that you said it wasn't your fault, but it's very frustrating because I worked very hard to adapt my skin to use script.embuary.info and now I feel as if I was left to my own devices. Please, understand me, I'm not complaining in any way, I know that you owe nothing to anyone... I'm just expressing how I feel. Please, I have only one request... I don't know if, for the time being, you could disable the part of the script that's causing the errors. I mean that I would happily renounce to whatever option currently existing in the script, if that means that the crashes and errors are gone. Many users would also be very grateful to you, because they keep complaining about this in the Aeon Tajo thread. Thanks again! These are the kind of errors that I have...
RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Angelinas - 2022-02-16 (2022-02-16, 01:14)manfeed Wrote: Please, I have only one request... I don't know if, for the time being, you could disable the part of the script that's causing the errors. I mean that I would happily renounce to whatever option currently existing in the script, if that means that the crashes and errors are gone. Many users would also be very grateful to you, because they keep complaining about this in the Aeon Tajo thread. Thanks again!Can you try to change constants.py in script.module.arrow and test....mine is Kodi on windows 64 (Mine pc have no errors in log - Error Contents: 'datetime.timedelta' object has no attribute 'timestamp') Please test are all funkcion work ?!?? Code: import sys RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-02-16 @Angelinas I have compared with my current file and yours is different, so I will test it to see what happens... Thanks! RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2022-02-16 @manfeed Can I ask what are you doing with script.embuary.info when the error happens? I ask because I use script.embuary.info with Matrix and Nexus on a daily basis and have never seen this error. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-02-16 Most of the times I’m doing nothing directly related to the script, just browsing music or movies or idle in home screen… I think it must be related to the widgets, but in fact I don’t like widgets and I don’t have any active. It would seem that even so, the script must be performing some task in the background that causes the errors… Could it be an operating system issue? I don’t know, I run Windows, maybe you are in another system that’s not affected by this issue? RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-02-18 @Angelinas I have been testing your file these days and I haven't had a single error anymore... The script options that I use seem to work well too. What's next? I would like that the Kodi users that are having the same problem would also have the fix... The error is back...
RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - ntilagoa - 2022-03-10 Hi all Anyone knows how make the play button visible when browsing the Tmdb movies? Thank you RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - TheJezstarr - 2022-03-11 I'm getting crashes occurring when I stop watching a file, or whenever I update the database. I have tried a few things and it seems to be linked to embuary info... at least it seems that way. https://paste.kodi.tv/elacijupez.kodi This is the logfile, any ideas? RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2022-03-11 What makes you think it's Embuary Info that's causing the problem? RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - TheJezstarr - 2022-03-12 (2022-03-11, 21:16)roidy Wrote: What makes you think it's Embuary Info that's causing the problem? The only way I can get the crash to stop is to disable the plugin. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - angelitto - 2022-03-12 Same for me on OSMC. After i disabled the Embuary Info, no more crashes. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-03-13 (2022-03-12, 13:58)angelitto Wrote: Same for me on OSMC. After i disabled the Embuary Info, no more crashes. Just to share what I know about this so far (someone correct me if I'm wrong...) - script.embuary.info crashes because it uses a dependency called script.module.arrow - script.module arrow crashes because there is a bug in some component of Python - the bug is known and reported to Python devs, but no one cares about it since a long ago... How this chain can be broken and get rid of the crashes I just don't know... RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - TheJezstarr - 2022-03-14 (2022-03-13, 14:51)manfeed Wrote:Is this also related to the bug you raised in the github? I can test the constants.py and comment there about it?(2022-03-12, 13:58)angelitto Wrote: Same for me on OSMC. After i disabled the Embuary Info, no more crashes. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2022-03-14 (2022-03-14, 18:41)TheJezstarr Wrote: Is this also related to the bug you raised in the github? I can test the constants.py and comment there about it? Yes, it's related to this issue... https://github.com/razzeee/script.module.arrow/issues/4 ...I can't do anything but test what others suggest, so if you have any suggestion feel free to comment, thanks! |