-
Notifications
You must be signed in to change notification settings - Fork 105
Playback Gets "Stuck" Frequently #107
Comments
Same here. I use SoundCleod for at least a couple hours every day (it's usually something between 6 and 8 hours, depending on what I'm working on) and it's been getting stucked for a while. As @jasonseney says, going back a few seconds solves the issue but it's a real pain in the ass doing that every time it happens. It also gets stucked at the end of the song sometimes. Using macOS El Capitan 10.11.6 beta (15G24b) right now. |
Fwiw, I get this in Safari too. |
Here is some relevant console output (I'm seeing this also):
I haven't browsed the code yet but if there is some way to enable debug logging I'm happy to do so and paste in the results here. |
The background of this quite annoying bug lies in SoundCleod using a version of WebKit (the embedded browser engine) that is about the equivalent of an older version of Safari - which does not get first class support on soundcloud.com. The possible solutions are:
|
I vote for whatever is easiest as this renders the application unusable for me once it starts. If it's a fast switch then wkwebview sounds like an ok solution. ...but that's me using a modern version of the OS. Is supporting 3+ year old versions of OSX really a higher priority than making sure that users with newer machines or who apply OS updates can use this app? |
@salomvary how about major version bumping and switching to Yosemite+ in the major? Shouldn't be too hard to maintain parallel majors seeing how commit frequency is pretty low. |
Status update: I tried out the switch to WKWebView:
I don't think I can bear the pain of working with Cocoa/Objective-C any longer, seriously considering the switch to Electron. See #101 for updates.. |
Fixed in 1.0.0. |
@salomvary: You rock! Thanks so much for the rewrite! |
Thank you!! 🙏 |
I've noticed when listening to a few songs, the playback will stop and I'll get the 3 dot loading animation on the play/pause button for that track. Pressing play/pause on the keyboard or the interface does not fix it, however, if I click just 2-5 sec before the current mark it starts playing again with out issue.
I uses Soundcleod for 4-6 hours a day and this generally happens 2-8 times during that time. Note - I do use pause / play every 30 min.
Thank you for any help! I'm wondering if there's a buffering issue that might be surfaced due to my usage patterns?
The text was updated successfully, but these errors were encountered: