-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Opening config produces Errno 22 #2847
Comments
Please include the complete output from the command. |
This is the complete command output.
|
That's odd! I would have expected more output from setting up beets before the crash. Have you tried setting your |
|
Strange! I'm not sure what to suggest because I don't have a Windows machine to use to reproduce the problem. Would you be willing to dig into the code to help see where things are going wrong? The |
I don't get the reason for that line https://github.com/beetbox/beets/blob/master/beets/util/__init__.py#L911 With some print statements we see that the editor command is duped:
Output:
I would remove it if it is not needed for Linux. To fix the actual issue I switched to Did a pull #2851 to fix this issue. |
The |
I did change the PR to reflect that but on windows |
Care to expand on why |
You're right and why appveyor fails, I have no plan. |
cf #2717 |
Wow; thanks for the note, @MinchinWeb—it's amazing how quickly I can forget about comments I wrote. 😳 |
@sampsyo Happy to lend a new pair of eyes. I started poking around through the issues because I ran into this myself. Hope it can be fixed soon! |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/unstale |
Problem
Trying to open the config file on Windows 10 with
beet -vv config -e
leads toerror: Could not edit configuration: [Errno 22] Invalid argument
. Checked the file and it exists and would be open with Notepad++.Setup
My configuration (output of
beet config
) is:{}
The text was updated successfully, but these errors were encountered: