• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 33
[RELEASE] Ditto-Rain - Indian movies/shows/live
(2015-11-23, 18:43)sunnyhero Wrote:
(2015-11-23, 14:09)x007sunny Wrote:
(2015-11-22, 19:43)yocoldrain Wrote: alright, new fix 1.0.6 posted.

Hi yocoldrain. How do I get the latest update?



Guys check first page for update...

I downloaded the zip in the fist page and i get v 1.0.2
Reply
Right click on Ditto and should say v 1.6...... make sure after download install as zip file on kodi...
Reply
(2015-11-22, 19:43)yocoldrain Wrote: alright, new fix 1.0.6 posted.


Thanks brother....working perfect...
Reply
(2015-11-24, 02:20)sunnyhero Wrote: Right click on Ditto and should say v 1.6...... make sure after download install as zip file on kodi...

I know how to install and check the version. Lol
Never mind I got it manually from his git
Reply
None of the links are working for v1.0.6 on Kodi 15.2.

Update: It is working fine on windows machine. But not working in Rpi 2 with openelec 6.0. It was working fine till yesterday. I guess have to re-install the addon maybe.
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Reply
Most of the channels not working. Tried hindi and english. It is same on windows and rpi.
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Reply
It works. Post deBug log
Reply
(2015-11-28, 03:05)NeelP Wrote: It works. Post deBug log

18:31:52 99.976707 T:1644819520 NOTICE: -->Python Interpreter Initialized<--
18:31:54 101.331192 T:1644819520 WARNING: Attempt to use invalid handle -1
18:31:54 101.689522 T:1644819520 WARNING: Previous line repeats 1 times.
18:31:54 101.689697 T:1644819520 NOTICE: Thread LanguageInvoker start, auto delete: false
18:31:54 101.830528 T:1644819520 NOTICE: -->Python Interpreter Initialized<--
18:32:28 135.543457 T:1644819520 NOTICE: <urlopen error timed out>
18:32:28 135.547501 T:1644819520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'match' is not defined
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.ditto-rain/default.py", line 438, in <module>
get_livetv_url(url)
File "/storage/.kodi/addons/plugin.video.ditto-rain/default.py", line 312, in get_livetv_url
videos.append( [-2, match] )
NameError: global name 'match' is not defined
-->End of Python script error report<--
18:32:28 135.739487 T:1968582656 ERROR: PlayMedia could not play media: plugin://plugin.video.ditto-rain/?mode=8&name=Times+Now&url=%2Flivetv%2Ftimes-now&image=http%3A%2F%2Fzeel.bc.cdn.bitgravity.com%2Fshows_posters%2FTimes-Now_115x95.png
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Reply
Try adding
match = re.compile('<div class="subpattern2 movies-all-indi channels-all alltvchannel">\n<a href="(.+?)" title="(.+?)"><img src="(.+?)"').findall( r )
in def get_livetv_url(url): function. Not sure if it would work because mine is working fine

Also make sure you are using latest version.
Reply
(2015-11-28, 09:07)NeelP Wrote: Try adding
match = re.compile('<div class="subpattern2 movies-all-indi channels-all alltvchannel">\n<a href="(.+?)" title="(.+?)"><img src="(.+?)"').findall( r )
in def get_livetv_url(url): function. Not sure if it would work because mine is working fine

Also make sure you are using latest version.

Hi NeelP

I am noob in python/linux. Don't know where I should add this. Can you point me in right direction please? I can work it out if I have better instructions.

Also using 1.0.6, which I believe is the latest version.

Cheers
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Reply
I'm not sure about the solution so it's not worth it to go through the hassle.
Let the boss (yocoldrain) speak about it :p
Reply
not sure, what the issue is. I'm away for the weekend and is everything working for you Neel? you also have rpi2 right?
Reply
Nah.. I use fireTv and Macbook

Everything is working fine btw
Reply
Just little more debug log from windows machine as well. It would be great if anybody can help. I love this plugin as it is one of the most reliable. Have been using it since quite some time now. I only use music and news channels.

10:27:50 T:8724 NOTICE: -->Python Interpreter Initialized<--
10:28:13 T:8724 NOTICE: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
10:28:13 T:8724 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'match' is not defined
Traceback (most recent call last):
File "C:\Users\Arpit\AppData\Roaming\Kodi\addons\plugin.video.ditto-rain\default.py", line 438, in <module>
get_livetv_url(url)
File "C:\Users\Arpit\AppData\Roaming\Kodi\addons\plugin.video.ditto-rain\default.py", line 312, in get_livetv_url
videos.append( [-2, match] )
NameError: global name 'match' is not defined
-->End of Python script error report<--
10:28:13 T:8008 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.ditto-rain/?mode=8&name=Zoom&url=%2Flivetv%2Fzoom&image=http%3A%2F%2Fzeel.bc.cdn.bitgravity.com%2Fshows_posters%2Fzoom-tv-115x95.png]
10:28:14 T:4396 NOTICE: Thread BackgroundLoader start, auto delete: false
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Reply
Well for the error, I can tell you that error is happening because website is not opening. Are you sure you are not having pi or openelec problems?
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 33

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Ditto-Rain - Indian movies/shows/live5