• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 41
Release discovery+ add-on
#31
(2020-02-05, 18:43)Kiggerbare Wrote: 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?

For some reason pycaption version number is wrong in https://github.com/aussieaddons/script.m.../addon.xml
It should be 0.7.6 but it is 0.0.1.

Edit. I opened issue in Github.
Reply
#32
(2020-02-05, 19:31)-Dis Wrote:
(2020-02-05, 18:43)Kiggerbare Wrote: 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?

For some reason pycaption version number is wrong in https://github.com/aussieaddons/script.m.../addon.xml
It should be 0.7.6 but it is 0.0.1.

Edit. I opened issue in Github.  
Thank you, a fix i found for this when i keept going was to install his repo from here http://aussieaddons.com/development/ then it updates, and then i can install your addon.
Now i get that it can't find the cookie, and i can't figur out where it want me to put it. 
I use LibreELEC so a dedicated linux and if i look at the code it tells me that linux will look for the cookie at " '~/.mozilla/firefox/*default*/cookies.sqlite' ", but since i don't got that folder can i change it to something like " /storage/.kodi/addons/plugin.video.dplaynordic/cookies.sqlite " and just put the cookie in the addon folder?

My Error is:
amukowohoj.kodi (paste)
Reply
#33
Do you have Firefox installed? You need to login Dplay using Firefox and then addon uses Firefox cookie to authenticate.
Reply
#34
(2020-02-05, 22:09)-Dis Wrote: Do you have Firefox installed? You need to login Dplay using Firefox and then addon uses Firefox cookie to authenticate.

Ahh i don't just need the cookie i also need to have firefox installed?
From what i can gather here it's possible for me to install chrome on my LibreELEC running on my NUC, but that's about it.
Reply
#35
I have a request. When I go into shows, everything is grouped by first letter. Any chance we could get the complete list in one window instead as an option, like in retrospect.

And now a question. 2 days ago DPlay sent a sportevent live without commercials on their website (Track and field). This could not be found in the plugin. Any clue to why not, or did I just miss it?

Thank you.
Reply
#36
(2020-02-06, 15:58)patrik.ekstrom Wrote: I have a request. When I go into shows, everything is grouped by first letter. Any chance we could get the complete list in one window instead as an option, like in retrospect.
Probably possible. I'll keep that in mind when I'm updating addon.
 
(2020-02-06, 15:58)patrik.ekstrom Wrote: And now a question. 2 days ago DPlay sent a sportevent live without commercials on their website (Track and field). This could not be found in the plugin. Any clue to why not, or did I just miss it?

Thank you.
That is hard to do in current version of addon because almost every menu option is hard coded (shows, favorites etc) and every country has own sport events in Dplay. Would be better update addon to use newer version of Dplay's api and load menu from there but currently I don't have time to do that.
Reply
#37
(2020-02-06, 08:31)Kiggerbare Wrote:
(2020-02-05, 22:09)-Dis Wrote: Do you have Firefox installed? You need to login Dplay using Firefox and then addon uses Firefox cookie to authenticate.

Ahh i don't just need the cookie i also need to have firefox installed?
From what i can gather here it's possible for me to install chrome on my LibreELEC running on my NUC, but that's about it. 

I have not used LibreELEC so I don't know if it is possible to install Firefox to it. I can add to next version option to specify cookie file location in addon settings or to use cookie file from addon directory.
Reply
#38
New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Reply
#39
(2020-03-01, 12:08)-Dis Wrote: New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Thank you for this, is it now possible to tell where to look for the cookie? 
Then i can test if it works with LibreELEC in the coming weekend when i got time. Smile
Reply
#40
(2020-03-02, 09:46)Kiggerbare Wrote:
(2020-03-01, 12:08)-Dis Wrote: New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Thank you for this, is it now possible to tell where to look for the cookie? 
Then i can test if it works with LibreELEC in the coming weekend when i got time. Smile 

I didn't make that feature because cookie file from another computer probably wont work. Please correct me if I'm wrong.
Reply
#41
(2020-03-01, 12:08)-Dis Wrote: New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Version 1.0.1 not working here. Using dplay.se
https://paste.kodi.tv/qizusetitu.kodi

Edit: Tried 1.0.0, didn't work. Older version still works.

Thanks in advance
Reply
#42
(2020-03-03, 18:23)patrik.ekstrom Wrote:
(2020-03-01, 12:08)-Dis Wrote: New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Version 1.0.1 not working here. Using dplay.se
https://paste.kodi.tv/qizusetitu.kodi

Edit: Tried 1.0.0, didn't work. Older version still works.

Thanks in advance  
Thanks for the report. Please try new version 1.0.2
Reply
#43
(2020-03-03, 19:21)-Dis Wrote:
(2020-03-03, 18:23)patrik.ekstrom Wrote:
(2020-03-01, 12:08)-Dis Wrote: New version 1.0.0 is out at Github. Addon now uses newer API, so sport streams etc should now work. Again only tested in dplay.fi.

It was not possible to add list of all shows in one list because of api limiting requests to 100 items.
Version 1.0.1 not working here. Using dplay.se
https://paste.kodi.tv/qizusetitu.kodi

Edit: Tried 1.0.0, didn't work. Older version still works.

Thanks in advance   
Thanks for the report. Please try new version 1.0.2 
Sorry, still don't work. Attaching new log:
https://paste.kodi.tv/ipepusucib.kodi
Reply
#44
(2020-03-03, 19:30)patrik.ekstrom Wrote:
(2020-03-03, 19:21)-Dis Wrote:
(2020-03-03, 18:23)patrik.ekstrom Wrote: Version 1.0.1 not working here. Using dplay.se
https://paste.kodi.tv/qizusetitu.kodi

Edit: Tried 1.0.0, didn't work. Older version still works.

Thanks in advance   
Thanks for the report. Please try new version 1.0.2  
Sorry, still don't work. Attaching new log:
https://paste.kodi.tv/ipepusucib.kodi 
Maybe now it works? New version 1.0.3 available.
Reply
#45
(2020-03-03, 19:45)-Dis Wrote:
(2020-03-03, 19:30)patrik.ekstrom Wrote:
(2020-03-03, 19:21)-Dis Wrote: Thanks for the report. Please try new version 1.0.2  
Sorry, still don't work. Attaching new log:
https://paste.kodi.tv/ipepusucib.kodi  
Maybe now it works? New version 1.0.3 available. 
Yes, it works.
Although, the menu-items are different than before, no complete list of the shows, just different categories. Its a bit confusing, and the favorites I have added in Kodi doesn't work anymore.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 41

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