Simon

Results 233 comments of Simon

Rebase is usually not sufficient when you have a merge conflict that needs manual interaction to resolve. Usual approach is to merge the upstream branch into your local branch, then...

OK, then let's move forward with that. We can always keep iterating from here.

What are the exit status of these tasks? You can get an overview through the API at: `/api/task-name/check_reindex/` or by ID: `/api/task-id//`.

Looks like these task results already expired. You'd might want to monitor that and run that API request again, within 24h (I think) after a task fails. But it looks...

any additional insights? Also v0.4.5 brings a fix for the celery error you see in your logs.

I don't see how this can happen. Closing this due to lack of reproducibility.

Give me some time to look into this. Do you have a video example with 100k+ comments?

OK, did some investigating. First documenting the comment count problem/bug: This will return *all* comments, by not specifying any extractor args: ```python yt_obs = { "skip_download": True, "getcomments": True, "ignoreerrors":...

Some further investigating shows, that I'm getting wildly different input between tries in `_extract_metadata_from_tabs`. Inspecting the content of the `data` argument going into that function there. On successful requests I'm...

Looking further into this, it's not just the `channel_follower_count` extraction that fails, channel thumbnails like banner fails too, plus probably a few other things, supporting the thinking of @oifj34f34f with...