-
Notifications
You must be signed in to change notification settings - Fork 13
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
PermissionError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions #12
Comments
As you can see, I just have problems getting the authentication token. I was super excited about this come. I really think the SAP has a lot of potential and I plan to use it aggressively. Thank you so much for taking the time to develop something like this. That's really cool. Period. Now if only if II could get it to work... |
Hello, It might be because the port 8080 is already used on your machine. Could you try replacing 8080, both in |
Hey @Ailothaen, are you around :) THANK YOU |
I tried to troubleshoot this issue, but I am not able to reproduce it on my side. Normally, on the final web page, you should see a message like
Can you try to replace all the "8080" in the file
|
PS C:\Users\Curio\Downloads\RedditArchiver-standalone-2.0.2> py authentication.py
Client ID: ####CLIENT ID#####
Client secret: ####SECRET#####
Now open this url in your browser:
https://www.reddit.com/api/v1/authorize?client_id=uUk5KA-S-56EPh-7MhuFVw&duration=permanent&redirect_uri=http%3A%2F%2Flocalhost%3A8080&response_type=code&scope=read+history+identity&state=50433
Traceback (most recent call last):
File "C:\Users\Curio\Downloads\RedditArchiver-standalone-2.0.2\authentication.py", line 69, in
sys.exit(main())
^^^^^^
File "C:\Users\Curio\Downloads\RedditArchiver-standalone-2.0.2\authentication.py", line 24, in main
client = receive_connection()
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Curio\Downloads\RedditArchiver-standalone-2.0.2\authentication.py", line 54, in receive_connection
server.bind(("localhost", 8080))
PermissionError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
The text was updated successfully, but these errors were encountered: