biqle.com - thumbnail preview stopped working after upgrading to v31

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
sidology
Moon lover
Moon lover
Posts: 79
Joined: 2021-12-04, 22:07

biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by sidology » 2022-05-26, 17:59

After upgrading from Pale Moon 29.4.6 to v31 thumbnail preview stopped working.

Code: Select all

Cannot play media. No decoders for requested formats: video/webm; codecs="vp8 vorbis"
Test link (NSFW): https://biqle.com/video/Lolly%20Lips

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35477
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by Moonchild » 2022-05-26, 20:40

Seems to work when I tested (Warning, not just NSFW, it's hardcore porn)

The error message you showed however is correct. multiple codecs need to be separated with commas, i.e.:

Code: Select all

video/webm; codecs="vp8, vorbis"
Without the comma, the codecs= string is invalid because no codec called "vp8 vorbis" exists.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
sidology
Moon lover
Moon lover
Posts: 79
Joined: 2021-12-04, 22:07

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by sidology » 2022-05-26, 20:55

Moonchild wrote:
2022-05-26, 20:40
Seems to work when I tested
Strange, I tested with clean profile. Windows 7 64-bit
As I said, it works for me with v29.4.6 and v28.17.0 if it matters.

User avatar
sidology
Moon lover
Moon lover
Posts: 79
Joined: 2021-12-04, 22:07

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by sidology » 2022-05-27, 07:41

Moonchild wrote:
2022-05-26, 20:40
Seems to work when I tested
Are you on Windows 10?

Maybe there is a misunderstanding. By thumbnail preview I mean hovering over thumbnail (no clickiing) and getting short preview of the video.

I always test with clean profiles, so...

Btw, video playback on https://www.tnaflix.com/ stopped working in v31. Works fine in v29.4.6. Must be this:

Code: Select all

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn-fck.tnaflix.com/tnaflix/0aeac262ef3fdbbf2ecd.fid?key=7b14cda89c58f693a1a8256c12a0681e&VID=1693191&nomp4=1&catID=0&rollover=1&startThumb=5&embed=0&utm_source=0&multiview=0&premium=1&country=0user=0&vip=1&cd=0&ref=0&alpha. (Reason: Multiple CORS headers ‘Access-Control-Allow-Origin’ not allowed).

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35477
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by Moonchild » 2022-05-27, 07:46

sidology wrote:
2022-05-27, 07:41
By thumbnail preview I mean hovering over thumbnail (no clickiing) and getting short preview of the video.
Oh, I thought you meant the thumbnail previews as in the page with thumbnails.
Either way what I indicated in my response based on your console message still remains.
Off-topic:
different site, shouldn't be in this thread, but the tnaflix site issue is explained in the very error message you posted at the end and we can't do anything about that. They need to send one and only one CORS header.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
sidology
Moon lover
Moon lover
Posts: 79
Joined: 2021-12-04, 22:07

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by sidology » 2022-05-27, 07:52

Moonchild wrote:
2022-05-27, 07:46
Either way what I indicated in my response based on your console message still remains.
Ok, but why it works in older versions of PM, even in v28?

EDIT: Maybe this broke something?
Release Notes for version 31:
- Added support for extended VPx codec strings in media delivery via MSE (RFC-6381).

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35477
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: biqle.com - thumbnail preview stopped working after upgrading to v31

Unread post by Moonchild » 2022-05-27, 07:56

sidology wrote:
2022-05-27, 07:52
Ok, but why it works in older versions of PM, even in v28?
Because we changed the way codec strings are parsed internally to account for Google's "new format strings" in RFC-6381. As a result we're doing a stricter check on the codec string (not just "if it begins with vp8 it's fine") which unfortunately for you brought this problem to light in the website.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked