You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the software displays an error message indicating activation failure due to an "Invalid data provided by user" and "... is an invalid atSign" when attempting to activate an atSign that is already registered and activated. This error message can be misleading in the scenario where a user is not sure if their atSign is already activated or not.
at_activate -a @client_address_key (already activated key)
Expected behavior
The software should recognize when an atSign is already activated and provide a specific error message indicating that the atSign is already registered, rather than displaying a generic "Invalid data provided by user" message.
Screenshots
The text was updated successfully, but these errors were encountered:
If an atSign is already activated, we currently rely on this program returning a zero exit-code so that we know that the atSign is activated after the run. Useful for docker orchestration with an activate container.
@TylerTrott from the screenshot in the issue description, I see one issue. It's possible that '@wildgreen_client_key' is not a valid atsign. at_activate only requires the atsign. Alternatively, you can provide your cram key with '-c' if you have access to one.
@TylerTrott from the screenshot in the issue description, I see one issue. It's possible that '@wildgreen_client_key' is not a valid atsign. at_activate only requires the atsign. Alternatively, you can provide your cram key with '-c' if you have access to one.
Good catch @srieteja, I think the atSign is @wildgreen_client
Describe the bug
Currently, the software displays an error message indicating activation failure due to an "Invalid data provided by user" and "... is an invalid atSign" when attempting to activate an atSign that is already registered and activated. This error message can be misleading in the scenario where a user is not sure if their atSign is already activated or not.
When I use cmd
echo $?
, 0 is outputted.Steps to reproduce
On client terminal:
bash -c "$(curl -fsSL https://getsshnp.noports.com)"
export PATH="$HOME/.local/bin:$PATH";
Expected behavior
The software should recognize when an atSign is already activated and provide a specific error message indicating that the atSign is already registered, rather than displaying a generic "Invalid data provided by user" message.
Screenshots
The text was updated successfully, but these errors were encountered: