opensourcecheemsburgers / RustyTube

A rusty Youtube client.
GNU Affero General Public License v3.0
578 stars 31 forks source link

Serde Json Error: missing field `title` at line 1 column 49 #39

Open melroy89 opened 1 month ago

melroy89 commented 1 month ago

Oopsy?

image

See: https://rustytube.rs/player?id=5ZJCDbszAE4

opensourcecheemsburgers commented 1 month ago

This isn't an issue RustyTube can fix.

If you look at the response of the current video ID in the network tab, Invidious is not actually providing the video. Presumably, because Youtube is blocking them in some way.

For me, invidious.nerdvpn.de still works. Ideally, we should have our own invidious instance, but I am broke sooo...

opensourcecheemsburgers commented 1 month ago

It is worth noting, this issue is different from #29. That one was caused by a real Serde deserialization error on a null field.