-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running word_freqs throws ValueError for all submissions #53
Comments
Darn. Maybe Reddit changed their API and that's messing up the script. I've filed this as a probable bug, but I probably won't find time to look into this anytime soon. Add a comment here if you're interested in digging into this bug. cc @bboe |
I can dig into it it a bit. What I'm seeing is that in The input that I printed out was
And looks like the exception that is thrown is |
@rhiever I don't have any insight to add from Reddit's API side. Perhaps there is a new bs4 version that is backwards incompatible? |
Try changing findAll to find_all I think that changed somewhere |
Also this one, is it still an issue? |
Never got around to digging into this one to see if it is indeed a bug. |
I'm having some trouble running
word_freqs
. When I run the tool each submission is skipped due to ValueError, and the output files are empty. Example:The text was updated successfully, but these errors were encountered: