Created
August 6, 2012 20:27
-
-
Save aheadley/3278154 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "manage.py", line 14, in <module> | |
execute_manager(settings) | |
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 459, in execute_manager | |
utility.execute() | |
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv | |
self.execute(*args, **options.__dict__) | |
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute | |
output = self.handle(*args, **options) | |
File "/var/www/org/overviewer/django_env/lib/python2.7/site-packages/cannen/management/commands/runcannen.py", line 93, in handle | |
main(self.stdout) | |
File "/var/www/org/overviewer/django_env/lib/python2.7/site-packages/cannen/management/commands/runcannen.py", line 86, in main | |
backend.run(manager.on_next_song) | |
File "/var/www/org/overviewer/django_env/lib/python2.7/site-packages/cannen/backends/mpd.py", line 99, in run | |
on_next_song(current_song['file']) | |
File "/var/www/org/overviewer/django_env/lib/python2.7/site-packages/cannen/management/commands/runcannen.py", line 32, in on_next_song | |
current = GlobalSong.objects.filter(url=now_playing)[0] | |
File "/usr/lib/python2.7/site-packages/django/db/models/query.py", line 207, in __getitem__ | |
return list(qs)[0] | |
IndexError: list index out of range |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment