kurozael / twitter-contest-bot

Will poll for Retweet Contests and retweet them. Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/
236 stars 107 forks source link

Getting Error while executing the code - #21

Closed bangash closed 6 years ago

bangash commented 7 years ago

Message File Name Line Position
Traceback

C:\Python27\twitter-contest-bot-master\twitter-contest-bot-master\main.py 242 ScanForContests C:\Python27\twitter-contest-bot-master\twitter-contest-bot-master\main.py 235 TypeError: cannot concatenate 'str' and 'exceptions.UnboundLocalError' objects ![image](https://user-images.githubusercontent.com/114377/26955094-fa4580a0-4ccd-11e7-9651-89b0df17522e.png) Please guide
IPFR33LY commented 7 years ago

Convert object to string...

str(e)