-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound recording in Safari browser causing javascript on playback in all browsers #216
Comments
Further results: Recording on IOS in Safari and Chrome are all right, playing fine on all tested platforms. Only MacOS/Safari recording seem to be affected by this bug. |
Please tell me your version of MacOS/Safari, I've just tried to record on Mac Ventura, Safari 16 and Chrome 108, where it seems to work. |
MacOS Monterey Version 12.6 (21G115) |
Here is my grid with the incorrect recording on "Sing" |
Hmm, I couldn't reproduce it. The recording data you've attached is only a string I've added a possibility for debug output, so please:
|
btw: with the new release I've also added the Hungarian translation. This was really quick, thanks for your work! 👍 |
It does not log much on recording.
But the error is happening when playing back the recording that happened on MacOS/Safari, not on recording. I am getting a new error on playback now:
|
Translation looking very good in the app, will do a QA round and refinement. |
So after recording and stopping the recording no more log appears? For me it looks like this: The interesting part is after the line that says
It's in fact the same but I have added some custom error handling that logs
👍 😄 |
Found another bug in Safari related to sound recording.
When a recording is made in Safari desktop browser, the following JavaScript error is thrown on playback of this recording:
In Chrome desktop browser:
In Safari desktop browser:
The text was updated successfully, but these errors were encountered: