-
Notifications
You must be signed in to change notification settings - Fork 59
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
v0.8.3 over Python3: 'OSError' object has no attribute 'message': trying to rename a file #114
Comments
54b4735 fixes this traceback, but not the actual rename error. Should be more info if you can run on HEAD. |
Apologies if perhaps I'm asking a dummy question, @nicfit: what do you mean by that ? |
I mean, run/test off the latest git ... rather than waiting for a release that includes 54b4735 |
Oh, I understand now, thanks. Will do it right way and post back the results. |
Perfect: no traceback, and if I try to rename it to the same name, the message makes sense:
It might have seemed a bit daft trying to rename it to the same name, but the case was: I had a CD where some of the tracks were named to my standard and some weren't, so when I run Should I close the issue or you ? Not sure about the protocol here. Thank you so much, @nicfit, for the swift resolution ! |
And thanks for reporting @marcelpaulo and helping make eyeD3 more solid! |
I'm trying to rename these files:
using:
eyeD3 --rename '$track:num $title' .
and I'm getting this error:
Here's my version, encoding and Python version:
Let me know how I can help debug this further.
The text was updated successfully, but these errors were encountered: