derat/nup

Playback seems like it can get stuck due to network flakiness

Opened this issue · 0 comments

derat commented

I'm not sure whether there's much that I can do about it, but I saw playback apparently get stuck after the following log messages:

18:05:44.651 play-view.ts:665 Starting ...512 (...)
18:05:44.652 play-view.ts:803 Scaling amplitude by 1.390 for track
18:05:44.653 play-view.ts:674 Playing
...
18:06:54.673 play-view.ts:728 Preloading ...192 (...)
18:07:08.382 song:1           Failed to load resource: net::ERR_ADDRESS_UNREACHABLE
18:07:14.600 audio-wrapper.ts:153 Preload error 4 (MEDIA_ELEMENT_ERROR: Format error) for ...
18:07:14.604 play-view.ts:665 Starting ...192 (...)
18:07:14.605 play-view.ts:803 Scaling amplitude by 0.480 for track
18:07:14.605 play-view.ts:674 Playing

When I noticed it was stuck, I manually paused it by hitting Space. A few minutes later, I unpaused by hitting Space again and playback worked:

18:08:03.098 play-view.ts:684 Pausing
18:11:01.177 play-view.ts:674 Playing

I'm not sure whether it would've eventually recovered on its own.