Remixatron crashes when trying to display playback progress
See original GitHub issueJust downloaded the newest version to give some of the changes a go. However, I get this error when it tries to display playback progress:
##Traceback (most recent call last):---###--###---#####---####--##-----###--###---#####---#####-----####-----###----######---#
##----####------##----###--------### File "/Users/Jason/Sites/Remixatron/infinite_jukebox.py", line 319, in <module>####---##
###-----####-----###----######---###----####------##----###--------#####- display_playback_progress(v)
2019-07-28 11:31:43.125 File "/Users/Jason/Sites/Remixatron/infinite_jukebox.py", line 119, in display_playback_progresshe (null) framework. curses.A_REVERSE) # print in reverse highlight
_curses.error: addch() returned ERR
The song plays for one beat before pygame crashes and audio stops playing.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Jellyfin crashes each time after 5 min when playing a video
Any video media play ends up by jellyfin crashing and restarting after around 5 min. To Reproduce. Launch a video; Wait ~ 5...
Read more >Playback stops on mobile devices. Progress bar sta... - Page 11
What happens for me is that it'll play for awhile and then suddenly stop, or if I try to skip a song it...
Read more >ProgressDialog.show() crashes with getApplicationContext
One cause of this error may be trying to display an application window/dialog through a Context that is not an Activity. Now, i...
Read more >Resolve crash at playback video - Blackmagic Forum
Hi everyone. I use Davinci Resolve Studio 16.1.1 and i have one serious problem. When I try to playback edited video, its crashs....
Read more >Apple Music crashing on iOS 14 | Apple Developer Forums
Crashes occure on an iPhone 11 Pro, iPhone 8 Plus, iPhone SE an iPad 10.2. Those crashes happen when I am trying to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well… I’ve been working for a couple of weeks on a real UI for this. I’ve now just uploaded it here: https://github.com/drensin/Remixatron/tree/master/Web UI.
In general, the curses library used in the CLI is a problematic, so I’m slowly going to deprecate it. Please poke at the web ui and let me know what you think 😃
Oh, awesome! Will do, been waiting for this for a looooong time 😄