-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Activate License Task succeeds even though login fails #183
Comments
Later another error appeared in the logs, maybe as a result of the previous error:
|
After manually logging in once on the custom azure agent, manually activating and then returning the license, it still does not work. Now that no license is there at all, the license activation task fails successfully.
|
Connecting to the azure agent, but instead of returning the license, we activated a unity personal license, this made the original error appear again. |
As it turns out, even though unity asks for a username, it actually expects an email address. The login works now. But the original error can still happen, the falling login does not trigger a task failure. |
The logs contain the message
UnityConnectLoginRequest: Failed to login - please check your username or password
. But the task has the green icon, as if it was successfull, and the next task starts.The text was updated successfully, but these errors were encountered: