-
Notifications
You must be signed in to change notification settings - Fork 341
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
Can't run with specified profile name and --keep-profile-changes #932
Can't run with specified profile name and --keep-profile-changes #932
Comments
Currently, if the
while in
To fix this issue we can choose between a couple of different strategies:
@kumar303 @saintsebastian what do you think about the three strategies describe above? |
I think we should solve it like this:
This seems like the right thing to do. It's not any more risky than |
@kumar303 How about preventing the user to select They would be still be selectable using the full profile path, but that it is not implicit (and easy to pass by mistake) as using the profile name. How that sounds to you? Besides the above concern, it sounds good to me. |
Yeah, that's wise. Let's add that check too. |
@harikishen is working on this in #968 |
Looks like the PR for this is totally frozen as of June or so. I'm going to update the documentation to point to this bug and state that the feature doesn't work. Is there any workaround at all that should be mentioned there or is |
It works fine for existing profiles.
Maybe you intended to file a different bug rather than comment on this one? The workaround to #932 is to create the profile first and then re-run the web-ext command with |
Oh...um, that's not working for me. I just got:
And that profile exists: |
Also, does this work?
|
Providing the full path does work, so that's a workaround. Do we have enough to update the docs? |
Well, I'd rather get the issue fixed. If someone encounters it they will probably search the error and find this issue which documents a workaround. |
We're six months along with no fix. I suspect the fix is documentation. |
I wrote the original |
Thanks so much @saintsebastian . It's probably easiest to create a new PR, whatever works. Also, I have your config patch in my review queue, just a little backlogged 🤐 |
Is this a bug or feature request?
Bug.
What is the current behavior?
However, both
work fine.
What is the expected or desired behavior?
I think it should convert the profile name to file path.
Version information (for bug reports)
The text was updated successfully, but these errors were encountered: