-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug] Reddit API Keys: Only 4/5 Inputs Are Sent To .env #1645
Comments
the following message is printed when using the command: /stocks/ba/wsb
This does not prevent the terminal from returning results. |
Attempted the procedure above with little success. OS: Windows 10 As mentioned by deeleeramone, when attempting to enter variables using terminal command: /keys/reddit -i [Client ID] -s [Client Secret] -u [Username] -p [Password] -a [User Agent], the .env file is erroneously entering in the information in the improper fields. As an example: Below is a list of the rest of the variables (Some are correct) Additionally, when viewing the .env, it seems like there are lines that are out of order / missing. |
@deeleeramone @salvadorgarcia23 Thanks for your feedback ! |
[Bug] Reddit API Keys: Only 4/5 Inputs Are Sent To .env
This results in the wrong fields being populated by input. For example,
This is my username. To remedy this, I edited the .env file to add this line:
Then re-arranged the incorrectly populated fields.
The result was a Key that passes tests and is correctly recalled when restarting the terminal.
The text was updated successfully, but these errors were encountered: