-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unclassified error occured while trying to activate license. #485
Comments
Hey @weisunglee ! Have you found a workaround for this error? |
Hi, I have the same error, there is a some fix? |
I don't see the |
here is my variant, it's not working also: # Test
- name: Run tests
uses: game-ci/unity-test-runner@v3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
used personal license and received: |
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }} Mine looks like this, Same error. any fix ? |
This usually happen when the wrong file was inserted into the Related issuesThere are a few related issues in the help threads on our discord:
And some related GitHub issues:
And I even found this in Unity's forums:
ExplanationActivation process is a bit complicated and it's easy to miss a step. We must follow activation process to the letter. A common mistake is to paste the Refer to GameCI | Github > Activation documentation TipsMake sure that the content of your
|
V4 has a new activation process so this should be resolved |
Bug description
Hi, I got an error
Unclassified error occured while trying to activate license.
since yesterday.I found a similar issue #345 but it seems that didn't help with mine.
How to reproduce
Run build with
then got the error.
Expected behavior
Successfully build.
Additional details
I had success before, but since yesterday it has been failing, I can't find the reason.
The text was updated successfully, but these errors were encountered: