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
I run your script on Ubuntu and already initiate the main SQLite database.
But when I ran "RedditCommentExtractor003.py" script, the cmd said the following:
python3 RedditCommentExtractor003.py
Traceback (most recent call last):
File "RedditCommentExtractor003.py", line 77, in
runNumber = cursor.fetchone()[0]
TypeError: 'NoneType' object is not subscriptable
So, how can I fix it?
Greetings,
MeaWest
The text was updated successfully, but these errors were encountered:
Hello,
I run your script on Ubuntu and already initiate the main SQLite database.
But when I ran "RedditCommentExtractor003.py" script, the cmd said the following:
So, how can I fix it?
Greetings,
MeaWest
The text was updated successfully, but these errors were encountered: