Kodi Community Forum
Release service.subtitles.subscene - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: Release service.subtitles.subscene (/showthread.php?tid=184854)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


RE: service.subtitles.subscene - HRTKING - 2021-12-29

https://paste.kodi.tv/qofekacabo.kodi here is my log.


RE: service.subtitles.subscene - AnonTester - 2021-12-29

@HRTKING
while the standard log contains the reference to the subscene url and the subtitle file itself should be fine, I'll need the full debug log and not just the standard log (see https://forum.kodi.tv/showthread.php?tid...pid2665079) to be able to see where things go wrong.


RE: service.subtitles.subscene - HRTKING - 2021-12-30

(2021-12-29, 14:39)AnonTester Wrote: @HRTKING
while the standard log contains the reference to the subscene url and the subtitle file itself should be fine, I'll need the full debug log and not just the standard log (see https://forum.kodi.tv/showthread.php?tid...pid2665079) to be able to see where things go wrong.

here is the full debug.
https://paste.kodi.tv/egugogitug.kodi


RE: service.subtitles.subscene - Klojum - 2021-12-30

(2021-12-30, 00:34)HRTKING Wrote: here is the full debug.

Please don't come to this forum with video piracy add-ons installed on your Kodi setup, even when it's just one element(um).
It will make you ineligible for support. Read (again) our forum rules (wiki) and its piracy policy (wiki).


RE: service.subtitles.subscene - HRTKING - 2021-12-30

4.B states: The add-on has the potential to access pirated content, but is potentially useful for downloading legal content as well. [For example, an add-on that downloads torrents is not, itself, a problem, since a torrent can cover a wide variety content, including legally distributed videos.]
Am I wrong?


RE: service.subtitles.subscene - AnonTester - 2021-12-30

@HRTKING thx for the debug log, that's interesting. It appears to be the same or similar issue as nusstu experienced on Android after all, while it's working fine on my Linux system. I've got a windows system here which I can install kodi on to replicate and work on a fix. Bear with me.


RE: service.subtitles.subscene - HRTKING - 2021-12-30

(2021-12-30, 01:54)AnonTester Wrote: @HRTKING thx for the debug log, that's interesting. It appears to be the same or similar issue as nusstu experienced on Android after all, while it's working fine on my Linux system. I've got a windows system here which I can install kodi on to replicate and work on a fix. Bear with me.

Thanks for the effort dude, truly appreciated.


RE: service.subtitles.subscene - HRTKING - 2022-01-05

Any news regarding this? no pressure, just checking.


RE: service.subtitles.subscene - AnonTester - 2022-01-06

Had some difficulties getting a Windows environment set up (hardware fault and an attempt to install Kodi in a VM didn't work), but the replacement fan for the pc arrived earlier today Smile

I managed to replicate the error and just released v1.9.6 with specific code required on Windows which fails on Linux, so I added a check for the OS and use the existing code for Linux and test both the Windows specific and if that fails the Linux code as fall-back (possibly for Android/Mac).

It's working for me now both on Linux as well as Windows 10 x64.

Let me know if it works on your system as well and if not, send me a new debug log.


RE: service.subtitles.subscene - Raeed - 2022-01-09

The android still can’t unzip the file, I’v tried the latest version 1.9.6.
please check the logs in the below link:
https://paste.kodi.tv/hekebohuve.kodi


RE: service.subtitles.subscene - Raeed - 2022-01-09

Logs with debug Smile 

https://paste.kodi.tv/oluworavog.kodi


RE: service.subtitles.subscene - Raeed - 2022-01-10

Just did a workaround for the android issue by changing line 495 to “if sys.platform != "linux":”
and that’s work for me..

before that the platform was identified as Linux and that what we can see from the logs, after changing the line now the platform is identified as Non-Linux and the file got unzipped successfully.
I believe by logic it should work with the original code because what is shown from the logs that the platform is Android ARM 64-bit so it’s neither Linux or Linux2, but I’m not sure what is wrong exactly.


RE: service.subtitles.subscene - AnonTester - 2022-01-10

While Android uses a linux kernel, it's not helpful that it identifies as linux. I found a check that should work but is untested to identify Android and use the non-linux branch of the extraction method. v1.9.7 has been pushed to my repo. Please test and let me know if this works. Thanks.


RE: service.subtitles.subscene - Raeed - 2022-01-13

Still having the same problem with 1.9.7 and the platform identified as a Linux.

Find the logs here:
https://paste.kodi.tv/gewoluyiso.kodi


RE: service.subtitles.subscene - HRTKING - 2022-01-13

The new version works just fine on my windows setup. I will try it on android and check if all's well there, too. If not, I will post a debug from the android.