![]() |
Issues with arrow - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281) +---- Thread: Issues with arrow (/showthread.php?tid=350319) Pages:
1
2
|
RE: Issues with arrow - RB0135 - 2021-04-01 @Wanilton So, I tried the 0.15.6 from the link you provided and got close to the same error result. This time, bytes was returned rather than the usual datetime. Also remember, this is on Ubuntu 20.04 and not Windows. Quote:2021-04-01 17:32:47.017 T:3831 INFO <general>: CAddonMgr::FindAddons: script.module.arrow v0.15.6+matrix.1 installed RE: Issues with arrow - perspicacia - 2023-09-06 I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? Full log from last instance of error inizamutar.kodi (paste) RE: Issues with arrow - izprtxqkft - 2023-09-06 (2023-09-06, 17:23)perspicacia Wrote: I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? is it arrow's fault or possibly arrow crashing due to getting invalid data from a deprecated addon? script.module.thetvdb --> Exception in get_series_data_tz script.tv.show.next.aired --> Exception in resources.lib.main_module RE: Issues with arrow - perspicacia - 2023-09-06 (2023-09-06, 19:02)jepsizofye Wrote:(2023-09-06, 17:23)perspicacia Wrote: I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? Thanks for the reply, however I am not technically minded enough to understand what you are saying. I just need to know if it is possible to fix and how. RE: Issues with arrow - izprtxqkft - 2023-09-06 (2023-09-06, 21:43)perspicacia Wrote:(2023-09-06, 19:02)jepsizofye Wrote:(2023-09-06, 17:23)perspicacia Wrote: I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? the code needs to be fixed and/or updated i assumed you were in a position to trace the error since you are in the developer section on a general support level i dont have any other solutions to this issue RE: Issues with arrow - manfeed - 2023-09-06 (2023-09-06, 21:43)perspicacia Wrote:It's an old issue... Maybe this could help you:(2023-09-06, 19:02)jepsizofye Wrote:(2023-09-06, 17:23)perspicacia Wrote: I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? https://github.com/razzeee/script.module.arrow/issues/4#issuecomment-1709137077 RE: Issues with arrow - Fuchs2468 - 2023-09-07 (2023-09-06, 21:43)perspicacia Wrote:(2023-09-06, 19:02)jepsizofye Wrote:(2023-09-06, 17:23)perspicacia Wrote: I am getting skin helper Errors and have been directed to this thread as apparently it is an issue with arrow. Can anyone help? There is good news and bad news for your problem. @jepsizofye gave a good hint. The good news is there is an update for "script.module.thetvdb" You can test that with Kodi 19.5 Android. look here: script.module.thetvdb Version 1.0.35 And now the bad news there is also an update for "script.tv.show.next.aired". You cannot use this update with Kodi Matrix as it uses "script.module.infotagger" as a dependency. And "script.module.infotagger" only works with Kodi 20 and higher. My recommendation is to test the update of "script.module.thetvdb" first. Then check the log file to see if there are still errors. For "script.tv.show.next.aired" there may be a solution that can also be used on Kodi 19.5. look here: https://github.com/kodi-community-addons/script.tv.show.next.aired/commit/bd7a8dd91def5df0a168f32a66e22a6e33a33990 But first test the update of "script.module.thetvdb". RE: Issues with arrow - perspicacia - 2023-09-07 @Fuchs2468 Thank you for the info. Will give that a go and see RE: Issues with arrow - perspicacia - 2023-09-09 Thanks for the help, but unfortunately it is still giving errors Full log: jogokijaqe.kodi (paste) RE: Issues with arrow - perspicacia - 2023-09-12 (2023-09-09, 16:24)perspicacia Wrote: Thanks for the help, but unfortunately it is still giving errors Used fixed suggested by @manfeed and it appears to have worked Thanks @manfeed |