Christiaan Maks
Christiaan Maks
Can this PR get merged?
Thanks, setting it manually does seem to work: ```js win.on('resize', debounce(mainWindowState.saveState, 500)) win.on('move', debounce(mainWindowState.saveState, 500)) ``` Leaving the issue open because seems the default way with `.manage()` is broken
With the alpha version it shows me debug info and then has the same error: ``` ... more above here... eyed3.mp3:DEBUG: mp3 header fffb9000 found at position: 0xefbd eyed3.mp3.headers:DEBUG: b'Info'...
``` def printHeader(self, filePath): from stat import ST_SIZE fileSize = os.stat(filePath)[ST_SIZE] size_str = formatSize(fileSize) printMsg("\n%s\t%s[ %s ]%s" % (boldText(os.path.basename(filePath), HEADER_COLOR()), HEADER_COLOR(), size_str, Fore.RESET)) print("-" * 79) ``` Same error
In `cmd` it does work, even without the change to `print`. In `git bash` which is mintty it doesn't work.
``` Uncaught exception: 'charmap' codec can't encode character '\u014d' in position 6: character maps to eyed3:ERROR: 'charmap' codec can't encode character '\u014d' in position 6: character maps to Traceback (most...
Thanks! That seemed to fix it
Thanks for looking into it! And just wanted to confirm that I'm on mutagen 1.45.1.
Sorry, was a bit fast posting there. Added the error.
Yes mutagen 1.45.1