-
Notifications
You must be signed in to change notification settings - Fork 111
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
Unable to remove custom directory #145
Comments
That error message checks for this:
So, if you use share/listen/api you'll need to add If you want to remove the direcory manually, they are stored in the |
It doesn't work without
In this case, my flags were as follows: I am getting with same error with the |
That's a different error. It now gets further, but runs into a new issue. This error should only happen, if you try to delete something that is not in the list. I'm not sure how one would do that. Can you make screenshots of the dropdown with the directories and then the delete attempt? |
I've since switched to vladmanic's fork, but I am still getting an error, albeit yet another different one.
Important to note is that this time, the directory is actually properly deleted. Back in the original repo, the process and screenshot would be exactly the same, just with a different error and result. |
I think I found it. Can you try the latest update? |
Ah. After the remove it's trying to position on the first element of the dropdown. But I think you have none left. Not currently sure how to fix that, an empty directory gets the webui folder. |
in addition there is no reset to default folder location for outputs and database location neither.... i find myself to have to deinstall and remove it, and to re install it , just to get the default settings back again |
Whenever I try to remove a custom directory, I get an error and my changes to the "Others" tab are lost. I select a directory from the
Saved Directories
-Dropdown menu, clickRemove from saved directories
, and the UI turns into this:And the following error appears in the command log:
Could you at least tell me where the directories are saved so I can manually remove the directory?
The text was updated successfully, but these errors were encountered: