Jessime Kirk

Results 12 comments of Jessime Kirk

This is a new one. A few questions: 1. Are you sure you didn't get an error? 2. If you look in the `youtube_history/data/raw` folder, do you only have a...

Ugh, this sounds like a bug in the [youtube-dl](https://github.com/rg3/youtube-dl) library. It's weird that yours goes back a year and your sister's goes back three. I'll try to poke around and...

I wonder if you're triggering two factor authentication (which does seem to happen at random). `youtube-dl` has done a lot of work on this recently. When was the last time...

Ah, got it. What I'm going to try is adding a request rate limiter option. I think if you wait a second or two between requests, you're probably a lot...

I don't know if it's a complete remedy, but I've added a `--delay` flag, which takes a float saying how many seconds to delay between requests. Maybe a value of...

Interesting; haven't run into that one before. Have you poked around at all to see either: 1. Does `tags.txt` exists in another location in the `youtube_history` folder? 2. Do the...

Hey, @vgzhn, I'd assume that the `.json` file would have the same character somewhere. Is there any chance you could share the file/contents? I'm not sure how to debug without...

> I'm having the same exact problem and I have no idea what to do @rstebee if you can post some or all of the data that's causing trouble, that'll...

Hey all, this commit should fix things up: https://github.com/Jessime/youtube_history/commit/615b48fe255d8cee7c006310db46087af08819ad Thanks for reporting the issues!

> So is there any way to re-open completed youtube analysis? Yes, there is, and that's what the script is trying to do. For some reason though, it's unable to...