Skip to content
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

Wtyczka przestała działać w Kodi 19 #23

Closed
yabba235 opened this issue Nov 9, 2019 · 20 comments
Closed

Wtyczka przestała działać w Kodi 19 #23

yabba235 opened this issue Nov 9, 2019 · 20 comments

Comments

@yabba235
Copy link

yabba235 commented Nov 9, 2019

wtyczka nie działa w wersji kodi 19 - nie jest kompatibilna z python3

@CaTzil
Copy link
Owner

CaTzil commented Nov 9, 2019

Hi, english pls :]

I didn't tested it yet.

@yabba235
Copy link
Author

yabba235 commented Nov 9, 2019

This addon not work under kodi 19 - mayby is incompatibile with python3.

@CaTzil
Copy link
Owner

CaTzil commented Nov 9, 2019

Correct this addon not supports python 3...
I'm looking into guides of how to migrate.

@CaTzil
Copy link
Owner

CaTzil commented Nov 9, 2019

I don't see any subtitle addon that supports python 3 yet...

@yabba235
Copy link
Author

yabba235 commented Nov 9, 2019

Ah, this is serious problem - Kodi 19 is ONLY python3 compatibile.
I have another subtitles addon; opensubtitles.org and napiprojekt.pl - both working fine in kodi 19.

Repository owner deleted a comment from yabba235 Dec 2, 2019
@yabba235
Copy link
Author

Any news about working version addon under kodi 19 ?

@CaTzil
Copy link
Owner

CaTzil commented Dec 10, 2019

Sorry, I didn't had time to look into it...

@yabba235
Copy link
Author

yabba235 commented Dec 10, 2019

In Kodi 18.5 not work too.
Very sad for no time to develop this addon.
Generaly your addon not work under python3 ( napiproject too not work ) :(

@CaTzil
Copy link
Owner

CaTzil commented Dec 13, 2019

Looks like the website is not allowing to download any subs from the web interface any more.
image

@yabba235
Copy link
Author

yabba235 commented Dec 13, 2019 via email

@yabba235
Copy link
Author

yabba235 commented Jan 3, 2020

from kodi 19 alpha1 log addon error:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "/storage/.kodi/addons/service.subtitles.napiprojekt/service.py", line 27, in
cwd = xbmc.translatePath(addon.getAddonInfo('path')).decode("utf-8")
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
2020-01-03 17:59:15.425 T:1156 WARNING: CPythonInvoker(5, /storage/.kodi/addons/service.subtitles.napiprojekt/service.py): the python script "/storage/.kodi/addons/service.subtit$
2020-01-03 17:59:15.434 T:1074 ERROR: GetDirectory - Error getting plugin://service.subtitles.napiprojekt/?action=search&languages=Polish&preferredlanguage=Polish
2020-01-03 17:59:17.453 T:1157 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "/storage/.kodi/addons/service.subtitles.napisy24pl/service.py", line 21, in
cwd = xbmc.translatePath(addon.getAddonInfo('path')).decode("utf-8")
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
2020-01-03 17:59:17.554 T:1113 ERROR: GetDirectory - Error getting plugin://service.subtitles.napisy24pl/?action=search&languages=Polish&preferredlanguage=Polish

Error from both addons napiproject and napisy24.

@CaTzil
Copy link
Owner

CaTzil commented Jan 8, 2020

If there is no ability to download subs from the site it-self I can't help here.
Check this addon https://github.com/d4m/service.subtitles.napisy24

@CaTzil CaTzil closed this as completed Jan 8, 2020
@yabba235
Copy link
Author

yabba235 commented Jan 8, 2020 via email

@yabba235
Copy link
Author

yabba235 commented Jan 8, 2020 via email

@CaTzil
Copy link
Owner

CaTzil commented Jan 8, 2020

Ha, now I see that the website allows to download from it again,
image

I will fix the plugin without a problem... thank you for pinging me again.

@CaTzil CaTzil reopened this Jan 8, 2020
@CaTzil
Copy link
Owner

CaTzil commented Jan 10, 2020

@yabba235 can you test v3.0.0 ?

@yabba235
Copy link
Author

@yabba235 can you test v3.0.0 ?

Not yet, now I'm in my work so testing tonight.

@yabba235
Copy link
Author

yabba235 commented Jan 10, 2020 via email

@CaTzil
Copy link
Owner

CaTzil commented Jan 10, 2020

Glad to hear!
Thank you for testing it :]

@CaTzil CaTzil closed this as completed Jan 10, 2020
@CaTzil
Copy link
Owner

CaTzil commented Jan 11, 2020

Published on official repo xbmc/repo-scripts#1267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants