Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache/quetzalcoatl is a directory #2

Open
duganchen opened this issue Oct 4, 2012 · 1 comment
Open

cache/quetzalcoatl is a directory #2

duganchen opened this issue Oct 4, 2012 · 1 comment

Comments

@duganchen
Copy link
Owner

Just got this massive string of (repeated) errors when starting up the Experimental branch for the first time:

$ ./quetzalcoatl.py
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2303, in __art_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2287, in __icon_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2303, in __art_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2287, in __icon_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2303, in __art_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
Traceback (most recent call last):
File "./quetzalcoatl.py", line 2287, in __icon_downloaded
filepath = self.__image_downloaded(reply)
File "./quetzalcoatl.py", line 2314, in __image_downloaded
image = open(image_path, 'wb')
IOError: [Errno 21] Is a directory: '/home/dugan/.cache/quetzalcoatl'
^CTraceback (most recent call last):
File "./quetzalcoatl.py", line 480, in viewportEvent
def viewportEvent(self, event):
KeyboardInterrupt

@duganchen
Copy link
Owner Author

I haven't looked into this yet, but a possible cause is that I had two copies of the same album, one in FLAC format and one in OGG format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant