opensourcecheemsburgers / RustyTube

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

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

Open melroy89 opened 3 weeks ago

melroy89 commented 3 weeks ago

Oopsy?

image

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

opensourcecheemsburgers commented 3 weeks 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 3 weeks 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.