koenrh / delete-tweets

Delete tweets from your timeline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check whether environment variables are picked up on Windows (WSL)

koenrh opened this issue · comments

Hello,
I'm using Bash (on Windows with the Linux subsystem), everything should be working but I get the same error. I checked my ENV variables and all of them are there :/

Edit: Tried to set the env variables directly on Windows and it worked BUT I get this error
"Exception: [{'code': 215, 'message': 'Bad Authentication data.'}]"

I double checked the credentials and they are correct (even created a new app ...)

Edit2: I replaced the os.env part of your code directly with my tokens and it works just fine

#27 (comment)

Environment variables set in Bash in WSL do not appear to be picked up (correctly).

This should just work.