Client secret is not 27 characters
See original GitHub issueI am not able to use the cli because it is saying that the client secret should be 27 characters, but mine is 30 characters.
Please enter your client secret. This is the 27-character string that appears when you click "edit" next to your app on this page: https://www.reddit.com/prefs/apps
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Client Secret Error - Microsoft Q&A
3) Make sure the URL is encoded properly, as mentioned here. If the secret has special characters they need to be urlencoded.
Read more >OpenID Connect realm fails when special characters ... - GitHub
Looking at the code for the realm it appears as if the client id and secret are not being url encoded when set...
Read more >What is the exact specification (allowed/forbidden characters ...
You don't really have to worry about this as the secret is created automatically by Azure AD for you. You never specify a...
Read more >Authenticating via OAuth — PRAW 7.6.1 documentation
The client secret is at least a 27-character string listed adjacent to secret for the application. password. The password for the Reddit account...
Read more >Changing OSP oauth client secrets - IGA User Discussions
Changing OSP oauth client secrets ... No specials in the password, letters and numbers. ... Â Â Â Data size (characters): 27
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the reminder, I just published v0.3.1 so this should be fixed now.
it appears to be 30 characters in the code, but using the
npx reddit-oauth-helper
command seems to not have been updated. I just cloned the repo, installed the npm modules and ran from my computer