Ailothaen / RedditArchiver-standalone

RedditArchiver-standalone is the standalone version of RedditArchiver. "Standalone" means that you do not need a web server: the function was reduced to a simple Python script.
MIT License
87 stars 12 forks source link

The "script" type, and put localhost:8080 as redirect URI does not work. #1

Closed nami69 closed 1 year ago

nami69 commented 1 year ago
스크린샷 2023-05-27 00 12 04

Hello. The instruction #2 is not working. Reddit won't let me write either localhost:8080 or 127.0.0.1:8080. Is there a workaround for this?

Thanks.

Ailothaen commented 1 year ago

Hello, You should include the protocol in the Redirect URI: so either http://localhost:8080 or http://127.0.0.1:8080. I indeed notice I did not include the protocol in the install documentation – thank you for the heads-up, I am going to edit it.