danslimmon / oscar

Scan your coffee's barcode, and it'll get added to your grocery list
MIT License
262 stars 46 forks source link

Install Error: KeyError: 'twilio_scr' #41

Closed Spokehedz closed 9 years ago

Spokehedz commented 9 years ago

Fresh install of Raspbian, cloned oscar from github, and then ran $sudo ./install.py and after a long, long time, spits out this error:

Traceback (most recent call last): File "./install.py", line 239, in '''.format(**locals())) KeyError: 'twilio_src'

Didn't even pick twilio. Picked Gmail.

danslimmon commented 9 years ago

Can you pull the latest and try again? d148b33 should fix this, but I don't have a RPi anymore to test on

Spokehedz commented 9 years ago

Yes, it installed. I think this issue has been resolved.

What I did to get it working (paraphrased):

Install fresh Raspbian to SD. apt-get update && apt-get upgrade. apt-get install wcid-curses. git clone oscar. sudo ./install.py

Put in all the requisite parameters (email, board url, etc.) and it installed without erroring out.

CloCkWeRX commented 9 years ago

29