rainbowstream icon indicating copy to clipboard operation
rainbowstream copied to clipboard

"OMG something is wrong with Twitter right now." message

Open sebelk opened this issue 9 years ago • 2 comments

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!

sebelk avatar May 11 '15 15:05 sebelk

This maybe just a network problem or Twitter API connectivity problem. Please wait for a while and try again !

orakaro avatar May 12 '15 06:05 orakaro

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.

yuppe19 avatar Dec 16 '16 13:12 yuppe19