Coder Social home page Coder Social logo

Comments (3)

foreverguest avatar foreverguest commented on June 25, 2024

addon.xml file was pointing for old id, should be fixed now.

from googlemusic-xbmc.

kronflux avatar kronflux commented on June 25, 2024

It did fix that part, now here's what it gives :)

18:12:52 T:8040 NOTICE: [GoogleMusicEXP-0.8.2] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '1', '']
18:12:52 T:8040 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.ImportError'>
    Error Contents: No module named future
    Traceback (most recent call last):
    File "C:\Users\Owner\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 22, in
    import GoogleMusicLogin
    File "C:\Users\Owner\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 3, in
    from gmusicapi import Mobileclient
    File "C:\Users\Owner\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi__init__.py", line 4, in
    from gmusicapi.clients import Webclient, Musicmanager, Mobileclient
    File "C:\Users\Owner\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients__init__.py", line 2, in
    from gmusicapi.clients.webclient import Webclient
    File "C:\Users\Owner\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\webclient.py", line 3, in
    from future import standard_library
    ImportError: No module named future
    -->End of Python script error report<--
    18:12:52 T:7208 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/
    18:12:52 T:7208 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/) failed

from googlemusic-xbmc.

foreverguest avatar foreverguest commented on June 25, 2024

This is part of gmusicapi dependencies, the "future" module.
Please check the list of requirements if you want to use the unmodified gmusicapi module https://github.com/simon-weber/gmusicapi/blob/develop/requirements.txt

from googlemusic-xbmc.

Related Issues (20)

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.