Open Bug 1948817 Opened 20 days ago Updated 8 days ago

qlover.jp - Unsupported browser when playing videos

Categories

(Web Compatibility :: Site Reports, defect, P2)

Desktop
Windows 11

Tracking

(Webcompat Score:3, Webcompat Priority:P2)

ASSIGNED
Webcompat Score 3
Webcompat Priority P2

People

(Reporter: railioaie, Assigned: twisniewski)

References

(Depends on 2 open bugs, Blocks 1 open bug, )

Details

(Keywords: leave-open, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])

User Story

platform:windows,mac,linux,android
impact:blocked
configuration:general
affects:all
branch:release
diagnosis-team:webcompat
user-impact-score:200

Attachments

(1 file)

Environment:
Operating system: Windows 11
Firefox version: Firefox 135.0

Preconditions:
Clean profile

Steps to reproduce:

  1. Navigat to: https://qlover.jp/portal/videos
  2. Select a video
  3. Observe

Expected Behavior:
The video is playing

Actual Behavior:
The video does not play

Notes:

  • Reproduces regardless of the status of ETP
  • Reproduces in firefox-nightly, and firefox-release
  • Does not reproduce in chrome

Created from https://github.com/webcompat/web-bugs/issues/148271

Summary: qlover.jp - Video doesn't play → qlover.jp - The video doesn't play

The error message says "This browser is not supported". Doesn't work with Chrome Mask, so we'd need to dig more.

Severity: -- → S2
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: --- → 6
Priority: -- → P2

This is another nicochannel site, as seen in bug 1844503. If we resolve this, it will likely resolve the blockage in the related sites for which our existing intervention is currently broken.

See Also: → 1844503
Summary: qlover.jp - The video doesn't play → qlover.jp - Unsupported browser
Summary: qlover.jp - Unsupported browser → qlover.jp - Unsupported browser when playing videos

(In reply to Dennis Schubert [:denschub] from comment #1)

The error message says "This browser is not supported". Doesn't work with Chrome Mask, so we'd need to dig more.

For reference, the actual Japanese text shown on the site is:

このブラウザはサポートされていません。

That string appears twice in their source files (from searching devtools debugger for that text). The relevant match for this video is:
https://qlover.jp/assets/VideoDescription-0d8f6b4f.js

If you view that JS file directly, the glyphs are encoded differently for some reason, so find-in-page won't find them. The relevant snippet shown in DevTools (with the encoding of the glyphs that I quoted above) is:

xi = ({
  thumbnailUrl: e
}) => {
  const t = Mi();
  return h(
    'div',
    {
      className: t.container,
      children: [
        i(ft, {
          src: e,
          aspectRatio: ht.SIXTEEN_TO_NINE,
          block: !0
        }),
        i(
          'div',
          {
            className: t.absoluteCenter,
            children: i(
              G,
              {
                variant: 'body1',
                color: 'inherit',
                noWrap: !0,
                className: t.desc,
                children: 'このブラウザはサポートされていません。'
              }
            )
          }
        )
      ]
    }
  )
},
Keywords: leave-open
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Depends on: pip-api
Pushed by twisniewski@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a821d3782596 add qlover.jp to our webcompat intervention for nicochannel sites, and fix that intervention; r=denschub,webcompat-reviewers
Pushed by twisniewski@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d71cbebcb169 add qlover.jp to our webcompat intervention for nicochannel sites, and fix that intervention; r=denschub,webcompat-reviewers
Pushed by agoloman@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7c06421d84da add qlover.jp to our webcompat intervention for nicochannel sites, and fix that intervention; r=denschub,webcompat-reviewers CLOSED TREE
Webcompat Score: 6 → 3
Webcompat Score: 3 → 6
Webcompat Score: 6 → 3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: