cs50 / check50

This is check50, a command-line program with which you can check the correctness of your programs.
GNU General Public License v3.0
401 stars 268 forks source link

Unable to check50: "Make sure your username and/or personal access token are valid and check50 is enabled for your account." #279

Closed nathwood closed 2 years ago

nathwood commented 2 years ago

What symptom did you see (attaching screenshots as necessary)?

Despite my GitHub account being sucessfully authenticated, the following error code appears after trying to execute check50 function for hello.c,

"Make sure your username and/or personal access token are valid and check50 is enabled for your account. To enable check50, please go to https://submit.cs50.io in your web browser and try again. For instructions on how to set up a personal access token, please visit https://cs50.ly/github"

I have already set up my SSH keys and Personal Access Tokens via GitHub.

When date and time (UTC) did the problem happen?

20:19 @ 11th April 2022

What steps did you follow to reproduce the problem?

step 1: Authenticate user with: "ssh -T git@ssh.github.com -p 443" and returns successfully authenticated

step 2: After writing my hello.c code, I went to use the check50 function "check50 cs50/problems/2022/x/hello"

step 3: Returns the error message

Which web browser did you use (including version number)?

Chrome, Version 100.0.4896.75 (Official Build) (64-bit)

Which operating system did you use (including version number)?

Windows 10, Version 10.0.19044 Build 19044

Did you log in to CS50 IDE using the same GitHub account you used to create this issue?

Yes

220411 check50

nathwood commented 2 years ago

I received an email from bot50 which allowed me to accept their invitation to the CS50 GitHub repository. The email came fairly late after I had already finished the hello.c task.

This appears to have resolved my issue.