You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Hi, I updated a project to 4.24 and now when I use VA Rest to write a JSON object to file it writes a blank object. The same blueprint seemed to work fine in 4.23, only change I can see is that VA rest's create json object is no longer pure. The object is being created and filled properly (I can print them when I encode them as strings) but doesn't seem to write properly anymore.
The text was updated successfully, but these errors were encountered:
sorry I already reverted to 4.23 because I didn't really need to go to 4.24 and it works fine in the previous version. I figured it was a straightforward bug (I also was surprised that create json object was no longer pure)… I only use the plugin as a quick and easy blueprint json writer.
Only other thing I can add is that a text file is still created by the node but in 4.24 it has no data, only empty fields with comma separation. I called a debug node print of the string to check just before the write node file and verified that there was data, it just didn't make it to the file.
Hope that helps. I will probably stick with 4.23 for awhile now.
cheers
Hi, I updated a project to 4.24 and now when I use VA Rest to write a JSON object to file it writes a blank object. The same blueprint seemed to work fine in 4.23, only change I can see is that VA rest's create json object is no longer pure. The object is being created and filled properly (I can print them when I encode them as strings) but doesn't seem to write properly anymore.
The text was updated successfully, but these errors were encountered: