jSON

Results 8 comments of jSON

@depocoder Hmm... I believe 443 is a timeout. This might solve your problem or guide you on what's happening. You may need to increase the timeout per the solution in...

@Rundik Correct, the time the comments are returned comes back from YouTube's API and they are then converted over on their end on how it should be printed out (6...

I'm getting the same error as @alfredaita "Can't Pickle _Thread.lock objects" Doing a little bit of troubleshooting it seems to break around the Class RedisQueue.

So I was able to get it up and running using macOS Mojave, Python 3.7, Redis 5.0.5. Not too sure if it might have to do with Windows-Redis combination or...

@alfredaita Figured it out by stumbling to a solution here https://www.codeproject.com/Questions/5205661/Cant-pickle-thread-lock-objects-error-when-object "RedisCache()" is the only thing that isn't a string or int, so when I removed it everything else was...

@HHB768 Very cool! I'm so glad the post was able to help you. I'm not sure why you would need to get rid of the `element = [e for e...

@HHB768 I remember getting that error as well. I honestly can't remember how I fixed it. I may have upgraded to Redis 5.0 which can't do on Windows (technically) but...

I really like your scraper. I managed to get both batch and multiprocess comment scraping for an entire user's channel. But it's in Python. I did notice that when a...