-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
seek no longer works in 2.1.0 #1101
Comments
Can you provide sample code demonstrating the issue? |
Sure. If I switch between 2.0.15 and 2.1.0 in the pen I get different results when I press seek. |
I've got the same issue and found the problem. |
@smakinson If you change your codepen howler version to my branch it should work. Can you confirm? |
@ardeois Looks like that fixes it! |
I think you can also pass the id back in when calling play the second time:
|
Good point, it should work. However it looks to me like a workaround on a regression |
This should now be fixed with d22ddcf. |
Thank you for addressing this so quickly! |
Has this issue come back again? I'm noticing calls to |
I am also facing this seek issue in chrome and opera using version 2.1.2. But working without issues in firefox. |
Version 2.2.3 also has this problem. It works normally in firefox |
I found the url that you get your audio file from needs to include the response header IDK how you do this using other languages but for cold fusion you need to add For more context that might help people. |
That was it! The same exact issue: from direct path to a custom reference - missing header. Holy smokes... You are a hero... Ha! Thank you very much! Hurray! Please have a pleasant time and stay safe! ✨ |
Updating to 2.1.0 causes seek(position) to no longer work. It always plays from the start. If I revert to 2.0.15 it works again. I am using html5: true and format: ['mp3']. Setting the html5PoolSize to 0 did not resolve the issue. I have the same result in chrome & safari.
The text was updated successfully, but these errors were encountered: