-
Notifications
You must be signed in to change notification settings - Fork 77
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
Browser Hangs when allowing #186
Comments
Can you provide the specific code you used? |
public RedditClient logIntoReddit(Dictionary<string, string> credentials = null)
// authTokenRetriever is a variable declared at the class level
} It's been hanging for the past few minutes |
Hmm could there be a firewall or some other routing issue? Are you sure it's binding to port 8080 successfully? Maybe try a different port and see what happens? |
It's most likely the case! I have Norton, and their firewall is pretty robust! I have no idea how to allow ports through! Is there a programmatic way to open the port? |
Hi Sirkris,
I have an issue, and I don't know where to go to solve it, so I'll post it here.
I implemented the code that you have here, following all the instructions, and all the parameters are correct, but when I accept, the browser just hangs there, and doesn't do anything. No responses of such.
When I did it initially, I did get an email confirming I authorized my app to have access to my reddit account, but I don't get any tokens returned to me.
What do you think would be the cause of this?
Sincerely,
Chris Joly
The text was updated successfully, but these errors were encountered: