-
Notifications
You must be signed in to change notification settings - Fork 447
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
I get an error when I sign in (unity 2020.3.14f1 personal) #1157
Comments
by 'download button', I mean 'Download GitHub for Unity 1.4.0' |
Same. Doesn't work for me - getting Error validating token |
I think the devs have given up on this project :( |
same issue here cant login to GitHub Both using credentials or via web authentication. Unity 2020.3.25.f1 github-unity.log
|
I've submited a pull request with a fix #1160 but it doesn't look like they are going to merge it anytime soon so you can just fix it manually. replace line 16: in |
It does not work for me either. I get the "Error validating token" as well. |
Hi. I am also getting an error of this type. When trying to log in with the username and the password, I am getting "Not Found" I am working from Unity for Mac Silicon on Macbook 13 pro M1. Thanks for the help. |
This project is not maintained anymore. The replacement is Git for Unity, at https://github.com/spoiledcat/git-for-unity. If you have GitHub for Unity in your project, remove it first and then install the Git for Unity package, see the README in the link for instructions. |
Prerequisites
The log file says
211113-14:57:06.441 INFO [ 1] Initializing GitHubForUnity:'v1.4.0' Unity:'v2020.3.14f1'
Description
When I type my username & password I get "HttpError: write EPROTO 101057795:error:1408D07B:SSLroutines:ssl3_get_key_excgabfe:badsignature:openssl\ssl\s3_cint.c:2032:"
when I sign in with browser I get an empty webpage with address "http://localhost:42424/callback?code=02a5c1d86ad274cb9723&state=fa7ed7ff-6c3e-4c23-be09-ec638357e338"
and inside the (ms edge) console it says "Failed to load resource: the server responded with a status of 400 (Bad Request)"
Steps to Reproduce
Expected behavior: sign in
Actual behavior: error
Reproduces how often: whenever I try to log in
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Unity 2020.3.14f1 Personal
The text was updated successfully, but these errors were encountered: