-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Writing JSON file" in Capture GUI (OpenSUSE) #64
Comments
Thanks for the report @artofka The posted log is not an error, this is a debugging logging message. You'll see this message when closing the interface when it saves the current settings that are reapplied on opening the interface again. Though I believe the message can definitely be improved, will do that now. To be sure, is the interface showing correctly? If not, and you're referring to the fact that the UI does not work and errors around that code then it's likely it is unable to save the settings file into your user's home directory. |
No, it message i view when try to exist UI. But UI don't open. |
inside capturegui.json: |
Interesting! :) Before running the code below, open the script editor and enable the following:
Then run: import capture_gui
capture_gui.main() Does anything else show up in your script editor? |
Anything not change
|
It's very hard to debug without a clue of where it might be going wrong. If you could make a screenshot of your script editor after running the code or even perform a short screen capture of what happens there as you run the code (as described above here) then that might help to identify the source of the problem. |
Unfortunately these screenshots do not provide any information about why the interface is not showing. It appears to be running just fine. Might it be offscreen? |
@artofka did you ever end up getting this functional for you? |
Console request:
from capture import capture
import capture_gui
capture_gui.main()
capture_gui.main()
Capture Gui : Writing JSON file: <open file '/home/user/CaptureGUI/capturegui.json', mode 'w' at 0x7f88e447bf60>
The text was updated successfully, but these errors were encountered: