bestlibre / hassio-addons

173 stars 110 forks source link

Mopidy(0.2.4) - GMusic getting disabled #83

Closed tT0B1 closed 5 years ago

tT0B1 commented 5 years ago

The GMusic extension is getting disabled during startup.

Configuration

{  
  "local_scan": true,  
  "options": [  
    {  
      "name": "gmusic/username",  
      "value": "xxx"  
    },  
    {  
      "name": "gmusic/password",  
      "value": "xxx"  
    }  
  ]  
}

Startup log

INFO     Starting Mopidy 2.1.0
INFO     Loading config from builtin defaults
INFO     Loading config from /var/lib/mopidy/.config/mopidy/mopidy.conf
INFO     Loading config from command line options
INFO     Disabled extension gmusic: (pyasn1 0.1.9 (/usr/lib/python2.7/dist-packages), Requirement.parse('pyasn1<0.5.0,>=0.4.1'), set(['pyasn1-modules']))
INFO     Enabled extensions: iris, mpd, http, file, stream, m3u, softwaremixer, moped, local-images, local, local-sqlite
INFO     Disabled extensions: spotify, gmusic
WARNING  Found spotify configuration errors, the extension has been automatically disabled:
WARNING    spotify/username must be set.
WARNING    spotify/client_secret must be set.
WARNING    spotify/password must be set.
WARNING    spotify/client_id must be set.
WARNING  Please fix the extension configuration errors or disable the extensions to silence these messages.
INFO     Starting Mopidy mixer: SoftwareMixer
INFO     Starting Mopidy audio
INFO     Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend
INFO     Audio output set to "autoaudiosink"
WARNING  Local media dir /share/mopidy/media does not exist or we lack permissions to the directory or one of its parents
INFO     Loaded 0 local tracks using sqlite
INFO     Starting Mopidy core
INFO     Starting Mopidy frontends: IrisFrontend, MpdFrontend, HttpFrontend
INFO     Starting Iris 3.21.4
INFO     MPD server running at [::ffff:0.0.0.0]:6600
INFO     Starting GLib mainloop
INFO     HTTP server running at [::ffff:0.0.0.0]:6680
assada commented 5 years ago

Some one can help with this issue?

root@53caca22-mopidy:/# pip show pyasn1
Name: pyasn1
Version: 0.1.9
Summary: ASN.1 types and codecs
Home-page: http://sourceforge.net/projects/pyasn1/
Author: Ilya Etingof <ilya@glas.net>
Author-email: ilya@glas.net
License: BSD
Location: /usr/lib/python2.7/dist-packages
Requires: 
Required-by: rsa, pyasn1-modules, oauth2client
Requirement.parse('pyasn1<0.5.0,>=0.4.1')
bestlibre commented 5 years ago

I will try to find some time to have a fix ASAP. Not sure about the coming week though. Probably at the beginning of January.

bestlibre commented 5 years ago

Should be fix with last version

assada commented 5 years ago

Nice! Now it's working great already for 7 days