-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Labels
good first issueCall for participationCall for participation
Milestone
Description
mopidy running on a raspberrypi 1b with Raspbian Jessie. The media directory is mounted via NFS from another raspberrypi. Here is the console output:
Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf local scan" as user mopidy
INFO Starting Mopidy 1.1.1
INFO Loading config from builtin defaults
INFO Loading config from /etc/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: mpd, http, stream, podcast-gpodder, m3u, podcast-itunes, softwaremixer, file, musicbox_webclient, podcast, local, tunein, soundcloud
INFO Disabled extensions: none
WARNING Local library images not found
INFO Found 8597 files in media_dir.
ERROR 'int' object has no attribute 'load'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mopidy/__main__.py", line 158, in main
return args.command.run(args, proxied_config)
File "/usr/lib/python2.7/dist-packages/mopidy/local/commands.py", line 91, in run
num_tracks = library.load()
AttributeError: 'int' object has no attribute 'load'
Traceback (most recent call last):
File "/usr/bin/mopidy", line 9, in <module>
load_entry_point('Mopidy==1.1.1', 'console_scripts', 'mopidy')()
File "/usr/lib/python2.7/dist-packages/mopidy/__main__.py", line 158, in main
return args.command.run(args, proxied_config)
File "/usr/lib/python2.7/dist-packages/mopidy/local/commands.py", line 91, in run
num_tracks = library.load()
AttributeError: 'int' object has no attribute 'load'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueCall for participationCall for participation