OpenRV icon indicating copy to clipboard operation
OpenRV copied to clipboard

[Bug]: Opening Node Profile uuid causing problems

Open mircotornow opened this issue 4 months ago • 0 comments

What happened?

Hi we are using the feature commands.writeProfile to write out only a single group node from a session.

use case for us:

  • we have a session with a lot of source but only want to reopen one source with annotation
  • we only writeProfile for this one sorucegroup and can open the resulting file in a new RV

Issue:

When reading back in that file everything works normally in most cases. However when the uuid that get's created has a single "e" in it RV can't open the GTO file.

example uuid that cause issues: 328e4978, 1e111111, 4312e934, ...

We expect RV tries to read this in as an exponential notation and that's why it's causing issues.

List all the operating systems versions where this is happening

any

On what computer hardware is this happening?

any

Relevant console log output

ERROR: parsing GTO file "/path/to/file/node_profile.rv" at line 12, char 8 : syntax error
ERROR: read failed, opening .gto file "/path/to/file/node_profile.rv", failed to parse text GTO (0)

Environment variables

No response

Extra information

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

mircotornow avatar Sep 19 '25 07:09 mircotornow