You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I've been getting this error when trying to run the script.
[bot] setting up connection with Reddit
Traceback (most recent call last):
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 132, in
main()
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 96, in main
subreddit = setup_connection_reddit(subreddit_name)
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 55, in setup_connection_reddit
"monitoring %s" % (subreddit))
File "C:\Python27\lib\site-packages\praw\reddit.py", line 104, in init
self.config = Config(site_name or os.getenv('praw_site') or 'DEFAULT', **config_settings)
File "C:\Python27\lib\site-packages\praw\config.py", line 64, in init
self.custom = dict(Config.CONFIG.items(site_name), **settings)
File "C:\Python27\lib\ConfigParser.py", line 347, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'yasoob_python reddit-twitter posting appmonitoring youtubehaiku
`
any ideas?
The text was updated successfully, but these errors were encountered:
Hi I've been getting this error when trying to run the script.
[bot] setting up connection with Reddit
Traceback (most recent call last):
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 132, in
main()
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 96, in main
subreddit = setup_connection_reddit(subreddit_name)
File "F:/Python Projects/Twitter Botter/Reddit Scrapper/reddit_bot.py", line 55, in setup_connection_reddit
"monitoring %s" % (subreddit))
File "C:\Python27\lib\site-packages\praw\reddit.py", line 104, in init
self.config = Config(site_name or os.getenv('praw_site') or 'DEFAULT', **config_settings)
File "C:\Python27\lib\site-packages\praw\config.py", line 64, in init
self.custom = dict(Config.CONFIG.items(site_name), **settings)
File "C:\Python27\lib\ConfigParser.py", line 347, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'yasoob_python reddit-twitter posting appmonitoring youtubehaiku
`
any ideas?
The text was updated successfully, but these errors were encountered: