[Webkit-unassigned] [Bug 237463] WebGL game tankionline.com/play doesn't seem to work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 02:44:22 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=237463

--- Comment #1 from Kimmo Kinnunen <kkinnunen at apple.com> ---
The calls to store seem to fail with cross-origin error.
It is possible that this error comes due to the service replying store/?sentry_key request with 429, too many requests, and the error page does not have the correct cross-origin headers.

Chrome doesn't seem to request store/?sentry
Firefox seems to request it once.

Why does Safari request it so many times?

Safari also has following error 9 times:
 [Error] Unhandled Promise Rejection: EncodingError: Decoding failed
        (anonymous function)
        rejectPromise

It is possible that this error is due to some audio breakage, e.g. web audio cannot decode a file that was requested. This error would trigger the store/? ... request until that store starts to respond with 429.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220307/0ea7de3d/attachment.htm>


More information about the webkit-unassigned mailing list