Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. RESTART: C:\Users\user\AppData\Local\Programs\Python\Python35-32\Boterino.py
  2. Opening SQL Database
  3. Logging in...
  4. Traceback (most recent call last):
  5. File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\configparser.py", line 843, in items
  6. d.update(self._sections[section])
  7. KeyError: 'Replyb0t V1 Testing by /u/Shrellex'
  8.  
  9. During handling of the above exception, another exception occurred:
  10.  
  11. Traceback (most recent call last):
  12. File "C:\Users\user\AppData\Local\Programs\Python\Python35-32\Boterino.py", line 53, in <module>
  13. r = praw.Reddit(USERAGENT)
  14. File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\praw\reddit.py", line 92, in __init__
  15. **config_settings)
  16. File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\praw\config.py", line 64, in __init__
  17. self.custom = dict(Config.CONFIG.items(site_name), **settings)
  18. File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\configparser.py", line 846, in items
  19. raise NoSectionError(section)
  20. configparser.NoSectionError: No section: 'Replyb0t V1 Testing by /u/Shrellex'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement