Help. "Requesting activation (personal license). Unclassified error occured while trying to activate license."
See original GitHub issueHello Webbertakken!
I love you are building Unity CI plugins. I am working on trying to get my build process to work on my game but I’ve come across this problem. I hope this is the right place to ask for help. There is nothing in the game repo yet btw…
On the build log I’m getting this. Which seems like it can not activate the license properly.
Successfully tagged unity-builder:2020.1.3f1-mac
/usr/bin/docker run --workdir /github/workspace --rm --env UNITY_LICENSE --env UNITY_LICENSE_FILE --env UNITY_EMAIL --env UNITY_PASSWORD --env UNITY_SERIAL --env UNITY_VERSION=2020.1.3f1 --env PROJECT_PATH=. --env BUILD_TARGET=StandaloneOSX --env BUILD_NAME=StandaloneOSX --env BUILD_PATH=build/StandaloneOSX --env BUILD_FILE=StandaloneOSX --env BUILD_METHOD= --env VERSION=0.0.16 --env ANDROID_VERSION_CODE=16 --env ANDROID_KEYSTORE_NAME= --env ANDROID_KEYSTORE_BASE64= --env ANDROID_KEYSTORE_PASS= --env ANDROID_KEYALIAS_NAME= --env ANDROID_KEYALIAS_PASS= --env CUSTOM_PARAMETERS= --env HOME=/github/home --env GITHUB_REF --env GITHUB_SHA --env GITHUB_REPOSITORY --env GITHUB_ACTOR --env GITHUB_WORKFLOW --env GITHUB_HEAD_REF --env GITHUB_BASE_REF --env GITHUB_EVENT_NAME --env GITHUB_WORKSPACE=/github/workspace --env GITHUB_ACTION --env GITHUB_EVENT_PATH --env RUNNER_OS --env RUNNER_TOOL_CACHE --env RUNNER_TEMP --env RUNNER_WORKSPACE --volume /var/run/docker.sock:/var/run/docker.sock --volume /home/runner/work/_temp/_github_home:/github/home --volume /home/runner/work/_temp/_github_workflow:/github/workflow --volume /home/runner/work/Outlight/Outlight:/github/workspace unity-builder:2020.1.3f1-mac
Requesting activation (personal license)
Unclassified error occured while trying to activate license.
Exit code was: 1
Error: The process '/usr/bin/docker' failed with exit code 1
My Github Action script is here: https://github.com/bautrey37/Outlight/blob/main/.github/workflows/main.yml
For the UNITY_LICENSE, I am using my serial key on my organization in Unity. I have a Unity Pro license from being a student. I hope that this CI workflow is applicable to this license type. I’m not completely sure if this is the right license to use for the secret.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Unclassified error occured while trying to activate license for ...
When I build for Android using unity-builder on Github actions, I get an error message "Unclassified error occured while trying to activate ......
Read more >Unity Personal for CI: License activation not working
Hello, I am trying to activate license on my AWS CodeBuild. ... echo "Error while requesting activation file". exit $UNITY_EXIT_CODE.
Read more >License Troubleshooting - Unity - Manual
Issue: Solution: No internet access, Try to activate your license with a license request. For more information, see Manual license activation.
Read more >License activation issue - GameCI / unity3d-gitlab-ci-example
I'm currently trying to setup a CI pipeline. I'm already stuck at the license activation. I already found out that the .alf file...
Read more >I am having trouble activating my unity license and getting ...
I'm trying to set up unity hub but I got a license and every time I try ... a serial number license request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok no problem. Thanks for the help. I’m working on a PR for the doc update.
See also https://github.com/webbertakken/unity-builder/issues/135 to solve your problem.