I'm having trouble myself.. Code: $ run-standalone.sh python2.5 /opt/witter/witter.py no service setting No more users to load Establishing api for Twitter using basic auth Connection working ok Failed to load cached timeline Failed to load cached timeline Traceback (most recent call last): File "/opt/witter/witter.py", line 1148, in <module> app = Witter() File "/opt/witter/witter.py", line 171, in __init__ self.activeAccount.dmstore = self.reload_timeline_data('/home/user/.witterdm',self.activeAccount.getDmsList()) File "/opt/witter/witter.py", line 644, in reload_timeline_data tweetstore.append([senderName,senderId,tweet,"",tweet_long_id,type,createdAt,replyTo,source,avatar,formattedTweet]) UnboundLocalError: local variable 'avatar' referenced before assignment
$ run-standalone.sh python2.5 /opt/witter/witter.py no service setting No more users to load Establishing api for Twitter using basic auth Connection working ok Failed to load cached timeline Failed to load cached timeline Traceback (most recent call last): File "/opt/witter/witter.py", line 1148, in <module> app = Witter() File "/opt/witter/witter.py", line 171, in __init__ self.activeAccount.dmstore = self.reload_timeline_data('/home/user/.witterdm',self.activeAccount.getDmsList()) File "/opt/witter/witter.py", line 644, in reload_timeline_data tweetstore.append([senderName,senderId,tweet,"",tweet_long_id,type,createdAt,replyTo,source,avatar,formattedTweet]) UnboundLocalError: local variable 'avatar' referenced before assignment