-
Notifications
You must be signed in to change notification settings - Fork 68
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
problem saving scripts #70
Comments
Hi. Thanks for reporting this issue. I've managed to reproduce it. Will try to get a fix for that soon. |
Fixed in 0.5.0 - could you try it out? |
Thank you. |
Did some testing. |
Many thanks for the feedback. I will look into it further... |
Just ocurred to me: strictly speaking, this topic should be considered closed. I found no problems when saving scripts in the new version 050. |
Hi. Sounds like a good plan! I'll close this one as fixed and if you don't mind, please open new issue(s) for the other problem(s). Cheers! |
Hi,
thank you very much for sharing mqtt-spy.
I am no software type so I may be saying something very wrong. Hope not.
I am using "mqtt-spy-0.4.0-jar-with-dependencies "on windows 10 home (32 bits)
an d I am having problems with directories .
Notably (but not only) I am not being able to save scripts. They just vanish.
Had to create a few of them them by hand.
The demon also fails creating files even the basic default script.
Adding some log below.
Best regards,
CS
2016-04-01 08:40:54,475 ERROR [JavaFX Application Thread ] [SpyUncaughtExceptionHandler ] - Thread Thread[JavaFX Application Thread,5,main] failed with java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
....(removed)
...
... 44 more
Caused by: java.lang.IllegalArgumentException: URI is not hierarchical
at java.io.File.(Unknown Source)
at pl.baczkowicz.mqttspy.ui.NewPublicationController.createScriptFromMessage(NewPublicationController.java:873)
at pl.baczkowicz.mqttspy.ui.NewPublicationController.saveAsScript(NewPublicationController.java:846)
at pl.baczkowicz.mqttspy.ui.NewPublicationController.saveCurrentAsScript(NewPublicationController.java:804)
The text was updated successfully, but these errors were encountered: