OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
213 stars 68 forks source link

Fix oembed with playlist links #3112

Closed keikari closed 3 months ago

keikari commented 4 months ago

NOT TESTED!

Oembeds don't seem to work locally so not sure how to test it. http://localhost:9090/$/oembed <--- gives not found page

tzarebczan commented 4 months ago

will push this up to salt.odysee.tv for testing

(also not sure how to test locally)

keikari commented 3 months ago

Didn't worked. https://salt.odysee.tv/$/oembed?url=https://salt.odysee.tv/$/playlist/01d05ed3b470a271e799a27216a3550340a189d4

Tried to add some debug info to the error to see what's happening there

keikari commented 3 months ago

Didn't tested the isPlaylist check earlier, that probably was the issue. Will still leave the debug info in case there is some other issues.

keikari commented 3 months ago

Yeah, had the issue with isPlaylist check. Pretty sure this should work now.