ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 64 forks source link

error: Twilio: TWILIO_ACCOUNT_SID Environment variable not found #87

Closed ibot4fun closed 3 years ago

ibot4fun commented 3 years ago

Using new executable I'm seeing this error when attempting to run. 2020/09/24 12:41:57 Twilio: TWILIO_ACCOUNT_SID Environment variable not found

I disabled -SMS in the meantime

vic18t commented 3 years ago

Using new executable I'm seeing this error when attempting to run. 2020/09/24 12:41:57 Twilio: TWILIO_ACCOUNT_SID Environment variable not found

I disabled -SMS in the meantime

Hmm working ok for me. Did you set your all your sms nvidia-clerk variables?

ianmarmour commented 3 years ago

@ibot4fun You probably didn't export your environment again (if you want it to be permanent you'll need to make sure the environment is setup permanently.

Windows Env Perm Setup https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/

Linux/Mac Add the commands to either your .zshrc, .bashrc in or .bash_profile in your home directory (you're mostly on your own here I believe in you)