Hunter Pankey

Results 9 comments of Hunter Pankey

> This error means that the `upload_date` field in the metadata you received from YouTube was not set. Try skipping then unskipping a media item that failed, this should trigger...

> @hunterpankey the actual date parsing of the string into a datetime object is here: > > https://github.com/meeb/tubesync/blob/main/tubesync/sync/models.py#L1088 > > `timezone.make_aware(...)` is just a Django helper utility that makes an...

Oh, I can't get any media to download normally, 0%. The only things that ever download are the ones I manually skip and then unskip, so I don't think the...

> This really doesn't seem like a complicated issue so if we can get it debugged with your install then a patch should be quite trivial to fix it. It's...

> Hm, that's not quite what the task does actually, can you try this as well: > > ```python > Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on...

> Hm, that's not quite what the task does actually, can you try this as well: > > ```python > Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on...

> @hunterpankey this turned out to be a race condition with the handling of metadata. It should be fixed in the latest release. Good solve! I'll pull the latest and...

Yep, looking good. Thanks for the quick turnaround!

I also need something like this. I only need to stick the classes on the topmost ul, and using listClass applies to all the child lists, which is pushing some...