"OMG something is wrong with Twitter right now." message
Hi,
I've have installed rainbowstream on Fedora, it was running well and suddenly it will start to output:
OMG something is wrong with Twitter right now.
I've run even as:
LANG=en_US.UTF-8 rainbowstream
Package Versions: python-2.7.9-6.fc22.x86_64 You are running latest version (1.2.7)
Any ideas?
Thanks in advance!
This maybe just a network problem or Twitter API connectivity problem. Please wait for a while and try again !
I sometimes get this "OMG" message when I search words using 's' command. I checked the code and I wonder the for loop at line 448 in rainbow.py should be reversed(xrange(len(rel)), not reversed(xrange(count)), because len(rel) might be less than count.