Kodi Community Forum
Release Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Viki.com Video Add-on - Asian Drama MOVIES & TV Shows (/showthread.php?tid=148429)

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: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - dknlght - 2015-02-02

(2015-01-31, 02:16)sprintel Wrote: I just added your repo to addon but viki is marked as incompatible. I have the helix version. Can you hel? I'm totally new to this.

usually it's because it didn't automatically install modules it needed. try doing a force refresh on the official kodi repository then do a fresh of my repo again see


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - sprintel - 2015-02-02

Thanks dknlght. I ended up installing the gotham version and it works. Your addon rocks. I can't thank you enough for all of your hard work.


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - GTRzilla - 2015-02-07

I can't get the search function to work? Anyone else?


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - cw-kid - 2015-02-09

(2015-02-07, 09:54)GTRzilla Wrote: I can't get the search function to work? Anyone else?

Search seems to be working ok here.

I just installed this Viki add-on on Kodi 14.1


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - scott967 - 2015-02-16

For a while now I only get one page of results. I used to get options at the bottom of the list for next page previous page etc. When I look at viki in web browser, it has a "show more" button which seems to act like the "next page" entry did in the plugin. So the entries are on viki, just not being shown in the plugin. This is for both lists of series as well as lists of episodes within a series. Again it used to work, so maybe there was a change on accessing viki?

scott s.
.


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - dknlght - 2015-02-16

it's fixed i just pushed an update


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - scott967 - 2015-02-17

Thanks. That fixed one problem, but I still have a problem that not all episodes of a tv series are being returned. For example Korean TV series "Jang Bo Ri Is Here" shows 24 episodes in the list but there are actually 52 on Viki.

scott s.
.


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - dknlght - 2015-02-17

(2015-02-17, 00:21)scott967 Wrote: Thanks. That fixed one problem, but I still have a problem that not all episodes of a tv series are being returned. For example Korean TV series "Jang Bo Ri Is Here" shows 24 episodes in the list but there are actually 52 on Viki.

scott s.
.

I'll check it out. seems like the page with the episode list doesn't display all the episodes


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - DiRTDOG - 2015-03-07

Thanks for all the hard work dknlght we are still enjoying your awesome plugin!!


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - ginamarat - 2015-04-22

Hello, I am having problems with Viki. It won't let me do anything now, all it says is that the script is failed whenever I try to search or do anything. Anyone having this problem? Thanks


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - scott967 - 2015-04-22

Same here. I accessed Viki via Firefox and noticed some changes in how the site works, so I suppose that's probably what killed the addon.

scott s.
.


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - dknlght - 2015-04-26

i'll check it out


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - DiRTDOG - 2015-04-26

(2015-04-22, 20:17)scott967 Wrote: Same here. I accessed Viki via Firefox and noticed some changes in how the site works, so I suppose that's probably what killed the addon.

scott s.
.

1.128

I hope dknlght catches it soon my wife is driving me NUTS! Rofl


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - dknlght - 2015-04-26

I just pushed a fix. I had to do a lot of re-write with this current change.


RE: [RELEASE] Viki.com Video Add-on - Asian Drama MOVIES & TV Shows - scott967 - 2015-04-28

(2015-04-26, 23:54)dknlght Wrote: I just pushed a fix. I had to do a lot of re-write with this current change.

Thanks for the quick fix. Unfortunately found a bug. The script is failing in SearchVideoresults:

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object has no attribute '__getitem__'
                                            Traceback (most recent call last):
                                              File "E:\Media\Kodi 14.0 test\portable_data\addons\plugin.video.viki\default.py", line 1008, in <module>
                                                SEARCHVideos()
                                              File "E:\Media\Kodi 14.0 test\portable_data\addons\plugin.video.viki\default.py", line 618, in SEARCHVideos
                                                SearchVideoresults(searchurl,searchText.lower())
                                              File "E:\Media\Kodi 14.0 test\portable_data\addons\plugin.video.viki\default.py", line 598, in SearchVideoresults
                                                if(typeitem.a["href"].find("/tv/") == -1):
                                            TypeError: 'NoneType' object has no attribute '__getitem__'
                                            -->End of Python script error report<--

so I did a little testing, and it seems like the failure is due to the specific format of the search text. In my case I was searching with i do i do. So I tried i do and it failed, then a bc and it failed, and also a b, so maybe at least the case of letter-space-one or two letters it is having a problem. As a final try I quoted the search string as "i do" and that did work.

scott s.
.