Title: Bugger of a bug. Author: Anonymous Pastebin link: http://pastebin.com/JWLwCZch First Edit: Sunday 23rd of December 2012 07:38:31 PM CDT Last Edit: Sunday 23rd of December 2012 07:38:31 PM CDT $ python2.7 source/main.py   Pastebin Subscriber by CellistOctavia (Version Alpha 2.1)   IMPORTANT: When quitting this program, do so by pressing Ctrl+C only!   Checking for new pastes every 30 seconds from the following users: DiscWard Cerenth Raritan Cog Etiquette Slasher_Science Homo_Novus Nebulus Traceback (most recent call last):   File "source/main.py", line 368, in     subscribed_pastes_current = get_subscribed_pastes()   File "source/main.py", line 256, in get_subscribed_pastes     subscribed_pastes_temp.append(get_user_info_pastes(user_page))   File "source/main.py", line 232, in get_user_info_pastes     info = get_user_info(user_page)   File "source/main.py", line 193, in get_user_info     while not re.search(",", user_stats_raw) == None: UnboundLocalError: local variable 'user_stats_raw' referenced before assignment