-
Notifications
You must be signed in to change notification settings - Fork 14
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
OSX - Unhandled Promise Rejection: EncodingError: Decoding failed #51
Comments
Hi! Project is moving along, I have rewritten everything in Typescript. The UI is the last part, and that is almost done. I have the week off so I hope to complete that work this week. We use audio mp3 files to play the audio now, not the HTML5 built-in oscillator. So there is probably an issue with mp3 not working on OSX, especially in Safari. I'll look into it when I can, thanks for bringing it up. |
Hi @rkr1209 , I just updated the application. I tried it on both Safari and Chrome on both a Macbook and IPad. I was able to do pretty much everything, including playback. Can you give it a try now? |
this is really strange. It still gives me the same error on my iMac OSX 10.15.7, Safari 15.0. Screen.Recording.2021-10-31.at.10.34.37.mp4 |
I am on MacOS 10.14.6/ Safari 14, and I don't think an upgrade to 10.15 is available to me. So I may not be able to look into it for awhile. It seems apple is doing everything it can to make Safari the IE6 of browsers. You don't have any extensions installed on the browser, do you? The exception might be coming from that. I can't tell quite from the screen shot, but I don't see a call stack there from any Smoosic code. |
I have no extensions installed, even on a clean machine and incognito window, the issue appears. Searching for the error message, gives some information that it is a known issue with the current Safari version, where something is wrong with decoding of files. |
Hi,
catching up to see how this great project is moving forwards, I recognized that the demo application no longer works on OSX / iOS devices using Safari.
The error message is not really clear to me, but it seems like an issue with the audio context file?
If you find some time, it would be great if you could take a look at it.
Thanks!
The text was updated successfully, but these errors were encountered: