phyphox Forums
error message when using qr code - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Experiment editor (new Blockly-based version) (https://phyphox.org/forums/forumdisplay.php?fid=15)
+--- Thread: error message when using qr code (/showthread.php?tid=1928)



error message when using qr code - mburnskaurin - 08-27-2024

When using the QR code method of loading an experiment, I'm getting the message:

Unhandled RuntimeException while loading this experiment.  For input string: ""

Any insight?


RE: error message when using qr code - Jens Noriʇzsɔɥ - 08-27-2024

Could you share the QR-Code – or the file that it points to (it's just an encoded link)?


RE: error message when using qr code - mburnskaurin - 08-27-2024

           


RE: error message when using qr code - Jens Noriʇzsɔɥ - 08-27-2024

The three QR codes look identical, don’t they…? Hm, they work flawlessly on iOS.


RE: error message when using qr code - Jens Noriʇzsɔɥ - 08-28-2024

Android does not handle empty color strings … well. They occur if you set a color and unset it afterwards. This should be easy to fix in the editor – and we have to think about phyphox on Android handling it better.


RE: error message when using qr code - Jens Noriʇzsɔɥ - 08-28-2024

The editor is accordingly updated now…


RE: error message when using qr code - miltonbap - 08-28-2024

I had the same mensage. I solve it leasing no field that indicates color in blank. But I Stiller have problem to load a routine that I made download of the code.


RE: error message when using qr code - Jens Noriʇzsɔɥ - 08-28-2024

The new editor should not produce any empty color attributes now (and even delete these on import). Please report if you observe otherwise…


RE: error message when using qr code - mburnskaurin - 08-28-2024

thanks for quickly addressing this