Giter Site home page Giter Site logo

plugin.video.maxdome's People

Contributors

frankr612 avatar

Watchers

 avatar  avatar  avatar

Forkers

linkinsoldier

plugin.video.maxdome's Issues

Error Type: <class 'requests.exceptions.SSLError'> Error Contents: ('bad handshake:

thanks for creating this plugin.

  1. I download plugin.video.maxdome-master.zip
  2. I install sthis zip inside kodi ( did i have to rename it? remove master?)
  3. insert email and Password
    4, run this plugin and got error massage " see logfile"

could some one help?

21:39:32.320 T:139654981601024 ERROR: GetDirectory - Error getting
21:39:33.029 T:139654341330688 ERROR: Previous line repeats 6 times.
21:39:33.029 T:139654341330688 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: ('bad handshake: SysCallError(0, None)',)
Traceback (most recent call last):
File "/home/hidden/.kodi/addons/plugin.video.maxdome/default.py", line 20, in
mas = maxdome.MaxdomeSession(username, password, cookie_path, region)
File "/home/hidden/.kodi/addons/plugin.video.maxdome/maxdome.py", line 57, in init
if not self.isLoggedIn():
File "/home/hidden/.kodi/addons/plugin.video.maxdome/maxdome.py", line 68, in isLoggedIn
r = self.session.get(self.baseurl + '/mein-account')
File "/home/hidden/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 501, in get
return self.request('GET', url, **kwargs)
File "/home/hidden/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/home/hidden/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/home/hidden/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)
SSLError: ('bad handshake: SysCallError(0, None)',)
-->End of Python script error report<--
21:39:33.073 T:139655441951040 ERROR: GetDirectory - Error getting plugin://plugin.video.maxdome/
21:39:33.074 T:139655441951040 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.maxdome/) failed

multiple cookies with name, 'mxd-bbe-session' exception

Hi,

thank you for developing this addon. Unfortunately its not running on my machine because of this:

OS: 17.0-BETA4 Git:cf08208 Platform: Linux ARM 32-bit - Libreelec

18:34:58 1404.439209 T:1873802144   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'requests.cookies.CookieConflictError'>
                                            Error Contents: There are multiple cookies with name, 'mxd-bbe-session'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.maxdome/default.py", line 20, in <module>
                                                mas = maxdome.MaxdomeSession(username, password, cookie_path, region)
                                              File "/storage/.kodi/addons/plugin.video.maxdome/maxdome.py", line 64, in __init__
                                                self.Assets = MaxdomeAssets(self)
                                              File "/storage/.kodi/addons/plugin.video.maxdome/maxdome.py", line 116, in __init__
                                                self.api_headers['mxd-session'] = self.session.session.cookies['mxd-bbe-session']
                                              File "/storage/.kodi/addons/script.module.requests-gotham/lib/requests/cookies.py", line 329, in __getitem__
                                                return self._find_no_duplicates(name)
                                              File "/storage/.kodi/addons/script.module.requests-gotham/lib/requests/cookies.py", line 395, in _find_no_duplicates
                                                raise CookieConflictError('There are multiple cookies with name, %r' % (name))
                                            CookieConflictError: There are multiple cookies with name, 'mxd-bbe-session'
                                            -->End of Python script error report<--

I tried removing /.kodi/userdata/addon_data/plugin.video.maxdome/COOKIES but it has no effect.

Do you have any idea how to fix this?

TY!

Plugin changes payment method

Hi,

shortly after using the plugin for the first time (works great btw.) I got a mail from Maxdome the my monthly payment couldn't be done with my favourite payment method anymore and the sum would thus be drawn from my bank account directly.

It seems that the plugin has changed the favourite payment method from VISA to PayPal, but I never added PayPal data to my Maxdome account.

The plugin should not change anything in the account and especially it shouldn't mess with the payment data. It should IMHO either support ALL payment methods or NONE.

License URL Post variable

Hello,
I am trying to view a stream which uses Widevine similar to maxdome. It seems that maxome also uses the irdeto license url as seen here. If you scroll down you would the query for .live.ott.irdeto.com/widevine/getlicense?CrmId= whose Payload is some binary format. Do you know how
to build that binary payload?

In your navigation.py

        if self.mxd.Assets.orderAsset(assetid):
            li = xbmcgui.ListItem(path=self.mxd.video_url)
            info = self.getInfoItem(asset_info)
            li.setInfo('video', info)
            li.setProperty('inputstream.mpd.license_type', 'com.widevine.alpha')
            li.setProperty('inputstream.mpd.license_key', self.mxd.license_url)
            li.setProperty('inputstreamaddon', 'inputstream.mpd')

            xbmcplugin.setResolvedUrl(addon_handle, True, listitem=li)

I dont see any Post variables being defined for self.mxd.license_url. So where is the Payload defined?

My tests as listed here were not successful. Would appreciate if you have any tips.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.