• 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 43
Release Viki.com Video Add-on - Asian Drama MOVIES & TV Shows
(2019-07-09, 17:39)theninthgolgoth Wrote: I'm not Tstrbl, i'm on kodi 18 and Vikir addon 0.4.6!
as said there is some part of the code where you replace https with http in URLs, but it doesn't seems to work.
  Send me a full Kodi log file as PM and I will analyze your problem.
Reply
(2019-07-09, 05:52)Majide Wrote:
(2019-07-09, 00:51)Tstrbl Wrote:
(2019-07-05, 11:18)Majide Wrote:  1.Download on someone's computer that version that is compatible with your Kodi version (v0.4.4);
 2.Open the zip file and next open addon.py via good text editor like Notepad++ (for windows) or gedit/kedit (for linux)...;
 3.Replace all ocurences of http://... with https:// in the addresses in the source code;
 4.Close the text file, accept changes/update of the opened archive;
 5. Install that zip file manual on your LibreELEC STB.

That's all.  Good luck!   

Thank you so much for replying so quickly. The instructions make sense, but the new zip file will not install. I'm admittedly not very experienced doing this. I've tried to rezip using OSX, using terminal on OSX and also using Windows. Each time I attempt to install, I just get 'failed to install add-on'. Is there something I might be missing?
Thanks again   
 OK, i have edited v0.4.4 for you ->>Here<<- 
Updated and working.
I cannot express how much good goodwill you generate by maintaining your already excellent add-on with such care and generosity.
Thank you
Reply
(2019-07-09, 18:02)Majide Wrote:
(2019-07-09, 17:39)theninthgolgoth Wrote: I'm not Tstrbl, i'm on kodi 18 and Vikir addon 0.4.6!
as said there is some part of the code where you replace https with http in URLs, but it doesn't seems to work.
  Send me a full Kodi log file as PM and I will analyze your problem. 
i haven't posted enough to have PM access ;(
here are:
  1. classic playback log: https://paste.kodi.tv/eboyahazog.kodi
  2. debug playback log: https://paste.kodi.tv/mevajijida.kodi
  3. classic playback log while using the latest inputstream addon: https://paste.kodi.tv/ovuzayewap.kodi
thanks
Reply
@theninthgolgoth

Don't push your luck.

(2019-07-11, 08:46)theninthgolgoth Wrote: i've seen your PM but the forum tells me i cannot access the page
We have anti-spam measures in place on this forum. This forum is also for public support.
The moment we find out what kind of 'support' is given via PM, don't be surprised if certain personal accounts as well as this whole thread will be closed indefinitely.
Reply
(2019-07-11, 15:01)Klojum Wrote: @theninthgolgoth

Don't push your luck.
(2019-07-11, 08:46)theninthgolgoth Wrote: i've seen your PM but the forum tells me i cannot access the page
We have anti-spam measures in place on this forum. This forum is also for public support.
The moment we find out what kind of 'support' is given via PM, don't be surprised if certain personal accounts as well as this whole thread will be closed indefinitely.  
sorry, don't quite understand the hard limit but dura lex, sed lex.
Guess i'll try to reinstall kodi, and setup my viewed show again.
edit: ho seems i've been "unlocked", thanks! pretty cool to be able to edit
Reply
v0.4.7 is released
Updated: The addon icon and fanart;
Changed: Now all queries are encrypted;
Not fixed: Playback via MPEG DASH is not working because of SSL/TLS errors (see below). Use MP4 Progressive Download for now.
Quote:INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)
ERROR: Open - error probing input format, https://manifest2.somedomain.io/v1/12345...center=eem
ERROR: OpenDemuxStream - Error creating demuxer
NOTICE: CVideoPlayer::OnExit()
The manifest file can be downloaded via browser without problems, but in Kodi cannot be downloaded from Inputstream Adaptive via HTTPS connection (only with plain HTTP). If manifest is downloaded via HTTP connection to Inputstream Adaptive, then isn't working because of HTTPS streams in the manifest file itself (Error 403).
Reply
(2019-07-16, 18:33)Majide Wrote: v0.4.7 is released
Updated: The addon icon and fanart;
Changed: Now all queries are encrypted;
Not fixed: Playback via MPEG DASH is not working because of SSL/TLS errors (see below). Use MP4 Progressive Download for now.
Quote:INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)
ERROR: Open - error probing input format, https://manifest2.somedomain.io/v1/12345...center=eem
ERROR: OpenDemuxStream - Error creating demuxer
NOTICE: CVideoPlayer::OnExit()
The manifest file can be downloaded via browser without problems, but in Kodi cannot be downloaded from Inputstream Adaptive via HTTPS connection (only with plain HTTP). If manifest is downloaded via HTTP connection to Inputstream Adaptive, then isn't working because of HTTPS streams in the manifest file itself (Error 403).

Can confirm video playback is good with mp4 480p and subtitles are back.
Thanks a lot Majide
Reply
Hi All

Trying to install the Viki add-on on CoreELEC build, Leia 18.4. The 0.4.7 install from zip file fails each time. Here is the log file. Could someone have a quick look and point me in the right direction?
Thanks

https://paste.kodi.tv/ipujuxihed
Reply
(2019-10-03, 09:45)Tstrbl Wrote: Hi All

Trying to install the Viki add-on on CoreELEC build, Leia 18.4. The 0.4.7 install from zip file fails each time. Here is the log file. Could someone have a quick look and point me in the right direction?
Thanks

https://paste.kodi.tv/ipujuxihed
log says: "ZipManager: not a zip file!" so check the file first.

scott s.
.
Reply
(2019-10-03, 15:13)scott967 Wrote: log says: "ZipManager: not a zip file!" so check the file first.

scott s.
Hi thanks for replying

I did notice that and have checked and double-checked the file. It is a zip file. Unless the download from Github is itself corrupt, the file seems OK.
Reply
(2019-07-16, 18:33)Majide Wrote:
Code:
v0.4.7 is released
Updated: The addon icon and fanart;
Changed: Now all queries are encrypted;
Not fixed: Playback via MPEG DASH is not working because of SSL/TLS errors (see below). Use MP4 Progressive Download for now.
Quote:INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)
ERROR: Open - error probing input format, https://manifest2.somedomain.io/v1/12345...center=eem
ERROR: OpenDemuxStream - Error creating demuxer
NOTICE: CVideoPlayer::OnExit()
The manifest file can be downloaded via browser without problems, but in Kodi cannot be downloaded from Inputstream Adaptive via HTTPS connection (only with plain HTTP). If manifest is downloaded via HTTP connection to Inputstream Adaptive, then isn't working because of HTTPS streams in the manifest file itself (Error 403).
I have installed on LibreElec 8.2.3.1 (Kodi 17.6) on an s905x device. two major issues;
1) Using the t95m interface, shows just a blank screen with Options at bottom left corner.

2) Using the Chorus interface via Win10 PC - Movies play on the t95m but Series don't.

Error below is from trying to play a series via Chorus.

23:05:58.810 T:4096905216  NOTICE: CleanDatabase: Starting videodatabase cleanup ..
23:05:59.289 T:4096905216 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.vikir/?url=1123481v%40https%3A%2F%2F0.viki.io%2Fvideos%2F1123481v%2F1123481v_a72e39_1711080546_6.jpg%3Fx%3Db%40100%40100%40The+Fate+of+Swordsman&mode=4&name=The+Fate+of+Swordsman
23:06:31.294 T:4096905216  NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:32
23:06:39.261 T:4096905216  NOTICE: Cleanup: Starting musicdatabase cleanup ..
23:08:00.392 T:4096905216  NOTICE: Cleanup: Cleaning musicdatabase done. Operation took 01:21
23:11:37.810 T:4096905216   ERROR: Window Translator: Can't find window videolibrary
23:11:37.810 T:4096905216 WARNING: Label Formating: $VAR[GlobalFanartVar] is not defined
Reply
@gwaitsi, i recommend you to update to latest build of CoreELEC 9.2.0 (Kodi 18) for your Amlogic device, because the VikiR addon has support for Kodi 18.X (latest Kodi version <-> latest addon version). I don't support previous Kodi versions.
Reply
(2019-10-27, 19:47)Majide Wrote: @gwaitsi, i recommend you to update to latest build of CoreELEC 9.2.0 (Kodi 18) for your Amlogic device, because the VikiR addon has support for Kodi 18.X (latest Kodi version <-> latest addon version). I don't support previous Kodi versions.
Hi Majide, i already did that but hadn't had chance to reply. works like a charm.
Thanks for all your effort. was very disappointed to see Roku stupidly stopped supporting smart apps, so you have really done something worthwhile for those of us who enjoy Asian series/movies. big thanks again.
Reply
(2019-10-27, 22:24)gwaitsi Wrote: ...was very disappointed to see Roku stupidly stopped supporting smart apps...
It's true. The site don't list Roku app. But Roku shop have Viki app in the catalog.
Reply
I tried watch a show so i married my fan.  It showed add on need writing, cannot play this video.  I tried other movies it says the same, some tv series will play.  But when I watch on the rakuten viky apps it works without problem

Thanks for a great add on.
Reply
  • 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 43

Logout Mark Read Team Forum Stats Members Help
Viki.com Video Add-on - Asian Drama MOVIES & TV Shows4