3ll3d00d / beqdesigner

MIT License
25 stars 4 forks source link

Error when saving merged spectrum #473

Open TythorZeth opened 1 month ago

TythorZeth commented 1 month ago

Hey, I get an error when I want to 'Save Chart' (spectrum) of the merged episodes of S03 Mayor of Kingstown. It asks for the size in pixels, and when clicking 'Ok' this error emerges, without making an image:

Traceback (most recent call last): File "app.py", line 1181, in accept AttributeError: 'NoneType' object has no attribute 'get'

3ll3d00d commented 1 month ago

thanks for reporting

pls give exact steps to reproduce as there are multiple ways to end up at that point in the code so I need to know how to get to the above situation

I mean from opening the app like, my guess is you do something like

add multiple tracks as signals merge them save chart via one of the available options

but there's lots of ways to get here so I can't fix reliably without knowing that

3ll3d00d commented 1 month ago

small change in next build should stop it blowing up though good to know why it happens so I can possibly fix the root cause