• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 41
Release discovery+ add-on
#16
Seems to be problem with frontpage categories. Can you check does "Shows -> Most popular shows" listing work?

Dplay has changed website api in some parts, but addon is still working fine in Finland. So I don't yet make any changes to addon regarding new api.
Reply
#17
(2019-04-27, 13:02)-Dis Wrote: Seems to be problem with frontpage categories. Can you check does "Shows -> Most popular shows" listing work?

Dplay has changed website api in some parts, but addon is still working fine in Finland. So I don't yet make any changes to addon regarding new api.

Yes "Most popular shows" works fine as does the "A - Ö" listing. So I'm happy and satisfied.
Thank you very much for your excellent work.
Reply
#18
(2019-04-11, 20:21)-Dis Wrote:
(2019-04-10, 21:11)Zacco Wrote:
(2019-02-17, 16:55)patrik.ekstrom Wrote: Hi. First of all thanks. This is a long awaited addon for me.
In my case I had to manually install script.module.pycaption before the plugin would install.
After that it worked fine, and the videos play, but sometimes it starts with a black screen and only sound, but that is fixed by stopping and starting again.
I use the swedish version of DPlay Premium.

If I would add something to the plugin it would be sorting by episode-numbers or at least sorting by date.

where did you find script.module.pycaption that worked, tried a bunch of them with no success.  

This one should work https://github.com/aussieaddons/script.module.pycaption

Addon is only tested with pycaption version 0.5.6 so that is why Dplay addon requires that specific version. 

THx Works great now Smile
Reply
#19
Hey,

I'm in the danish dplay.dk
I can't get this plugin to work at all.

Is it still working?
Reply
#20
(2019-05-12, 09:32)Zacco Wrote:
(2019-04-11, 20:21)-Dis Wrote:
(2019-04-10, 21:11)Zacco Wrote: where did you find script.module.pycaption that worked, tried a bunch of them with no success.  

This one should work https://github.com/aussieaddons/script.module.pycaption

Addon is only tested with pycaption version 0.5.6 so that is why Dplay addon requires that specific version.  

THx Works great now Smile 
Hey,

Is this plugin still working?
Reply
#21
(2019-10-23, 11:04)Danhelp24 Wrote: Hey,

I'm in the danish dplay.dk
I can't get this plugin to work at all.

Is it still working?
Hi

I'm also trying the danish dplay.dk with no luck.
What kind of error message do you get ? Mine is blank.
Maybe it's the same problem as with the Italian one ? https://forum.kodi.tv/showthread.php?tid=335331
I took a look at the Python code and it looks like it should be working but I will look deeper into it, because I want this to work too, with YouSee dumping Discovery Networks. :-)

Henrik
Reply
#22
So, about the problems with the dplay.dk not working: (Probably the same with the other countries)
I have done some poking around and enabled debugging.
And that came up with this:
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Request URL: https://disco-api.dplay.dk/login
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Method: post
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Params: None
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Payload: {"credentials": {"username": "xxxxxxxxxxxxx", "password": "xxxxxxxxxxxx"}}
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Headers: None
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response code: 400
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response: {
                                              "errors" : [ {
                                                "status" : "400",
                                                "code" : "captcha.required",
                                                "id" : "cRpbi0OxKk",
                                                "detail" : ""
                                              } ]
                                            }
It seems like Dplay.dk is now requiring captcha to accept login.
I don't know if we can work around this problem, I'm new to this game. :-)
Any suggestions anyone ?
Reply
#23
(2019-10-27, 20:58)Henriks Wrote: So, about the problems with the dplay.dk not working: (Probably the same with the other countries)
I have done some poking around and enabled debugging.
And that came up with this:
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Request URL: https://disco-api.dplay.dk/login
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Method: post
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Params: None
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Payload: {"credentials": {"username": "xxxxxxxxxxxxx", "password": "xxxxxxxxxxxx"}}
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Headers: None
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response code: 400
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response: {
                                              "errors" : [ {
                                                "status" : "400",
                                                "code" : "captcha.required",
                                                "id" : "cRpbi0OxKk",
                                                "detail" : ""
                                              } ]
                                            }
It seems like Dplay.dk is now requiring captcha to accept login.
I don't know if we can work around this problem, I'm new to this game. :-)
Any suggestions anyone ?
New version of this add-on has been released, and it should fix the login.
https://github.com/Dis90/plugin.video.dplaynordic

I haven't test it yet ....

thanks for Dis90 Smile
Reply
#24
(2019-11-20, 08:39)Kimi1976 Wrote:
(2019-10-27, 20:58)Henriks Wrote: So, about the problems with the dplay.dk not working: (Probably the same with the other countries)
I have done some poking around and enabled debugging.
And that came up with this:
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Request URL: https://disco-api.dplay.dk/login
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Method: post
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Params: None
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Payload: {"credentials": {"username": "xxxxxxxxxxxxx", "password": "xxxxxxxxxxxx"}}
19:48:40.778 T:1858073504   DEBUG: [Dplay]: Headers: None
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response code: 400
19:48:40.842 T:1858073504   DEBUG: [Dplay]: Response: {
                                              "errors" : [ {
                                                "status" : "400",
                                                "code" : "captcha.required",
                                                "id" : "cRpbi0OxKk",
                                                "detail" : ""
                                              } ]
                                            }
It seems like Dplay.dk is now requiring captcha to accept login.
I don't know if we can work around this problem, I'm new to this game. :-)
Any suggestions anyone ?
New version of this add-on has been released, and it should fix the login.
https://github.com/Dis90/plugin.video.dplaynordic

I haven't test it yet ....

thanks for Dis90 Smile
 
It doesn't work for SE, only FI shows in settings.
Reply
#25
Click dplay.fi and menu opens where you can choose right site Smile
Reply
#26
(2019-11-23, 22:14)-Dis Wrote: Click dplay.fi and menu opens where you can choose right site Smile

No menu opens, the windows just closes. Getting this error in the log:

https://paste.kodi.tv/isokozisof.kodi
Reply
#27
(2019-11-24, 14:21)patrik.ekstrom Wrote:
(2019-11-23, 22:14)-Dis Wrote: Click dplay.fi and menu opens where you can choose right site Smile

No menu opens, the windows just closes. Getting this error in the log:

https://paste.kodi.tv/isokozisof.kodi 
By the way, I logged in on dplay.se in firefox and did a clean install of 0.1.7.
Reply
#28
Addon doesn't find firefox cookie file. Can you check where cookies.sqlite file is located in your system?

Edit. Try with latest version from Github
Reply
#29
(2019-11-24, 15:21)-Dis Wrote: Addon doesn't find firefox cookie file. Can you check where cookies.sqlite file is located in your system?

Edit. Try with latest version from Github

Yep, that did it. Works fine now. Thank you.
Reply
#30
Soo now i need this addon, and it can't install, i tried to look in the log, and i got this. 
"2020-02-05 17:42:27.155 T:139884151383808 ERROR: CAddonInstallJob[plugin.video.dplaynordic]: Afhængigheden af script.module.pycaption version 0.5.6 kunne ikke opfyldes."

When  i try to install the addon linked in first post i got this. 

"2020-02-05 17:38:48.966 T:139886714808064 NOTICE: ADDON: script.module.pycaption v0.0.1 installed" 

So how do i get version 0.5.6 of pycaption?
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 41

Logout Mark Read Team Forum Stats Members Help
discovery+ add-on1