orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

[Solution] Your ~/.rainbow_config.json is messed up #326

Closed roeniss closed 1 year ago

roeniss commented 2 years ago

If you see this error when you execute rainbowstream:

Your ~/.rainbow_config.json is messed up:
>>> [Errno 2] No such file or directory: '/Users/YOUR_NAME/.rainbow_config.json'

execute this:

echo '{}' >> '/Users/YOUR_NAME/.rainbow_config.json'
hehellooedas commented 1 year ago

Thank you! You are right!