Code Monkey home page Code Monkey logo

plugin.video.vrv's Introduction

Kodi VRV plugin

An in development plugin for the VRV streaming service.

plugin.video.vrv's People

Contributors

brandontolbird avatar scj643 avatar eng2heb avatar

Stargazers

Julian avatar Maxwell Mapako avatar Jon Austin avatar leopheard avatar mmtechnodrone avatar Robert Wilcox avatar  avatar  avatar Nelson Monterroso avatar Lᴉɐm avatar

Watchers

 avatar James Cloos avatar Stewart Martin avatar  avatar  avatar  avatar  avatar

plugin.video.vrv's Issues

Authenticate by token

We shouldn't store the user's password. We can call /core/accounts/{accountId}/authentication_token after login with username and password and store the resulting token to login with.

Rewrite for Matrix

Kodi Matrix has switched to Python 3 (Hooray!!!)

This will require some rewrites on how unicode is handled.
I have a preliminary version that I haven't committed for Matrix that I will merge in when Matrix hits release.

Startup Crash

I get the following errors when trying to start the VRV addon. I have not been able to get it up running yet. I haven't looked through the entire log below is just what I thought might be important and be causing the crash. I would love to get this working for me a media center without VRV is just not worth it.
Thanks in advance for any help!

EDIT:Sorry this was on a Raspberry Pi 3 b Kodi L8.0.1 LibreElec 6.0.1

2019-04-14 05:07:50.692 T:1937703584 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-04-14 05:07:51.816 T:1500509040 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'oauth_token'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.vrv/addon.py", line 49, in
settings.getSetting('oauth_secret'))
File "/storage/.kodi/addons/plugin.video.vrv/resources/lib/vrvlib.py", line 54, in init
self.login(email, password)
File "/storage/.kodi/addons/plugin.video.vrv/resources/lib/vrvlib.py", line 60, in login
self.session.auth.client.resource_owner_key = self.auth['oauth_token']
KeyError: 'oauth_token'
-->End of Python script error report<--
2019-04-14 05:07:52.104 T:1456468848 ERROR: GetDirectory - Error getting plugin://plugin.video.vrv/
2019-04-14 05:07:52.105 T:1937703584 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vrv/) failed

Hi Dive Subtitles

As it is currently Hi Dive subtitles are not being formatted properly.

Change of signing policy structure

Over the weekend it seems, VRV changed the signing mechanism/policy for the API; mainly, instead of one set of keys/parameters, there's three. As a result, this completely breaks the plugin (except for watchlist retrieval). I've already started (and mostly finished I think) work on implementing the code to read in the key sets and apply them based on which url is being accessed, but it needs to be tested.

error

when i start the plugin it errors and the log says

2019-02-28 18:58:36.792 T:1799328624 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed 2019-02-28 18:58:37.080 T:1937217936 WARNING: CGUIMediaWindow::OnMessage - updating in progress 2019-02-28 18:59:45.682 T:1937217936 ERROR: Control 55 in window 10025 has been asked to focus, but it can't 2019-02-28 18:59:46.326 T:1556177776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.OSError'> Error Contents: [Errno 2] No such file or directory: '/storage/.kodi/userdata/addon_data/plugin.video.vrv/art_temp' Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.vrv/addon.py", line 35, in <module> os.mkdir(artwork_temp) OSError: [Errno 2] No such file or directory: '/storage/.kodi/userdata/addon_data/plugin.video.vrv/art_temp' -->End of Python script error report<-- 2019-02-28 18:59:46.427 T:1790935920 ERROR: GetDirectory - Error getting plugin://plugin.video.vrv/ 2019-02-28 18:59:46.428 T:1937217936 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vrv/) failed

how can i fix this?

A Quick Question

Could I use your code to make a VRV API for Node.JS?
Thanks in advance!

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.