Коди Фен Форум България
DRAMAFEVER (СПРЯНА) - Версия за принтиране

+- Коди Фен Форум България (https://kodibg.org/forum)
+-- Форум: Общи проблеми, решения и взаимопомощ (https://kodibg.org/forum/forum-4.html)
+--- Форум: Компоненти за Kodi (https://kodibg.org/forum/forum-5.html)
+--- Тема: DRAMAFEVER (СПРЯНА) (/thread-79.html)

Страници: 1 2 3 4 5 6 7 8 9


RE: DRAMAFEVER - icexshinigami - 31-07-2018

here is the debug log let me know if it is enough or if something is missing
https://pastebin.com/VUZ3aJpL


RE: DRAMAFEVER - Majide - 31-07-2018

OK, the python code that trigger error is this:
Код:
currentlisturl = base_url+'/api/5/series/'+series+'/episodes/?cs='+consumer_secret+'&page_size=100&page='+page
req = urllib2.Request(currentlisturl)
req.add_header('User-Agent', UA)
opener = urllib2.build_opener()
f = opener.open(req)
...but the code itself is OK and is working fine for anybody else (but you). The following errors in the Kodi log file are not in the DF addon, but in python urllib2 library:
Код:
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 435, in open
response = meth(req, response)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 473, in error
return self._call_chain(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
-->End of Python script error report<--

This makes me guess the problem is in the python implementation of your version of Kodi. Can you test this title (and episode) with other Kodi version?


RE: DRAMAFEVER - icexshinigami - 31-07-2018

(31-07-2018, 11:14)Majide написа: OK, the python code that trigger error is this:
Код:
currentlisturl = base_url+'/api/5/series/'+series+'/episodes/?cs='+consumer_secret+'&page_size=100&page='+page
req = urllib2.Request(currentlisturl)
req.add_header('User-Agent', UA)
opener = urllib2.build_opener()
f = opener.open(req)
...but the code itself is OK and is working fine for anybody else (but you). The following errors in the Kodi log file are not in the DF addon, but in python urllib2 library:
Код:
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 435, in open
response = meth(req, response)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 473, in error
return self._call_chain(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
-->End of Python script error report<--

This makes me guess the problem is in the python implementation of your version of Kodi. Can you test this title (and episode) with other Kodi version?

After testing it some more I found the quirk .
If the show is on the first page of a category it works.
But if it is on the second page or other pages it will not work.

It also happens the same way for kodi on android.


RE: DRAMAFEVER - Majide - 31-07-2018

@shinigami kun, thanks for the tip. Can you test the new version 0.5.5 ?


RE: DRAMAFEVER - icexshinigami - 31-07-2018

(31-07-2018, 16:31)Majide написа: @shinigami kun, thanks for the tip. Can you test the new version 0.5.5 ?

It looks like that fixed it.


RE: DRAMAFEVER - xbmcbg - 17-03-2020

Hi Majide,
Is this add-on still in use or is it homeless already?
If a log file is needed I will apply it on request.
I got bored of American movies and decided to diversify with something different, but I'm obviously not lucky.
Thanks in advance for your reply.

xbmcbg

Edit: Now I understood what happened. When the big sharks throw you the sight, it's hard to survive.


[Изображение: Screenshot-from-2020-03-17-04-38-31.png]


RE: DRAMAFEVER - Majide - 18-03-2020

Така е. Вече са погълнати и лицензите им за видеата и субтитрите ще се използват във VOD услугата на AT&T.
Цитат:DramaFever is no longer available. We'd like to take this time to extend our thanks and gratitude to you, our loyal subscribers. We have issued refunds as applicable, but if you have any questions, please contact us at support@dramafever.com.
Ще пусна нов ъпдейт, който да маркира добавката като повредена, за да не заблуждава други хора, че още функционира.

Темата се заключва.