TWITTERSAURUS

Thesaurus | Numbers | Dictionary

HTTP/1.0 400 Bad Request x-connection-hash: c5ccb33a8c5db9f98579d542a4c1cb6106606ea620d59e847b5816f4f1b22ab2 date: Sat, 20 Apr 2024 02:44:15 GMT server: tsa_p connection: close content-length: 0 --> -->
 
 
<type 'exceptions.NameError'>
Python 2.7.5: /usr/bin/python
Fri Apr 19 22:44:16 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /afs/athena.mit.edu/user/j/o/joshuah/web_scripts/twittersaurus.py in ()
     91             
     92 #            if len(words) < 200:
=>   93             print "<font color='" + ('green' if valid else 'red') + "'>%s</font></br>" % client.username
     94 #            else:
     95 #                if valid:
valid undefined, client = <__main__.http_client twitter.com:80>, client.username = 0

<type 'exceptions.NameError'>: name 'valid' is not defined
      args = ("name 'valid' is not defined",)
      message = "name 'valid' is not defined"