-
Notifications
You must be signed in to change notification settings - Fork 19
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
Voce Programmi -> Error #76
Comments
Confermato |
Quando si ritiene verrà risolto ? grazie |
Se sei in grado di risolverlo tu, basta che mi mandi la soluzione ed è risolto 🙂 |
Se avessi il sorgente forse potrei provarci .... |
??? |
Ciao ... non direi che all'indirizzo fornito c'è il source ... sono io che mi sbaglio ? comunque spero in un rapido aggiornameto ... grazie |
Scusami, il source l'ho trovato ma purtroppo è molto complesso rispetto alle mie capacità: sto facendo i primi passi con BeautifulSoup ... 😢 |
temporary fix #77 |
Ciao, grazie, ho inserito la correzione nel source "C:\Users\write\AppData\Roaming\Kodi\addons\plugin.video.rivedila7\resources\lib\plugin.py" l'ho provato con qualche voce ed è OK ! 😃 formidabile ! |
La voce del menù programmi non funziona correttamente: dopo aver mostrato correttamente la lista dei programmi va in errore alla succesiva selezione del singolo programma
Da Kodi log:
2024-11-11 17:11:56.209 T:24299 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: 'NoneType' object has no attribute 'text'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.rivedila7/addon.py", line 5, in
run(sys.argv)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.rivedila7/resources/lib/plugin.py", line 855, in run
video_programma()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.rivedila7/resources/lib/plugin.py", line 500, in video_programma
video_programma_landpage()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.rivedila7/resources/lib/plugin.py", line 748, in video_programma_landpage
get_rows_video_landpage_preview(video_iniziale)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.rivedila7/resources/lib/plugin.py", line 774, in get_rows_video_landpage_preview
plot = video.find('div', class_='occhiello').text.strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: