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
I'm writing a plugin using Bridge and after a restart this just showed up. I checked some of the constants and turned out only VERSION is available (2.9.1), VERSION_MAJOR, VERSION_MINOR, VERSION_ARRAY are all missing. I'm not sure if this is a problem from Sketchup so I'm posting here to see if anyone get the same error.
The text was updated successfully, but these errors were encountered:
nanachi-code
changed the title
Error: #<NameError: uninitialized constant JSON::VERSION_MAJOR on Sketchup 2024
Error: #<NameError: uninitialized constant JSON::VERSION_MAJOR on Sketchup 2024.0.594
Jan 21, 2025
You are right, apparently JSON remove VERSION_MAJOR.
At the moment, I don't have access to SketchUp to test and fix the repsitory. But since you probably embed a copy of the Bridge, you could edit the code. The following should probably circumvent it:
I'm writing a plugin using Bridge and after a restart this just showed up. I checked some of the constants and turned out only VERSION is available (2.9.1), VERSION_MAJOR, VERSION_MINOR, VERSION_ARRAY are all missing. I'm not sure if this is a problem from Sketchup so I'm posting here to see if anyone get the same error.
The text was updated successfully, but these errors were encountered: