Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

IDs behaving differently

jacob_kingeryjacob_kingery Member Posts: 39 EDU
Some FeatureScript that was working a few days ago was throwing 'Invalid id provided' errors today.  After messing around with things for a while, I finally figured out that the IDs causing the issue has spaces in them, such as id + "extrude thing".  Is this no longer allowed?  If so, how did the change affect my code when its version is still what it was before (293.0)?

Comments

  • kevin_o_toole_1kevin_o_toole_1 Onshape Employees, Developers, HDM Posts: 565
    Someone else should confirm, but I'm fairly certain this did change in the most recent version. Id strings should all be alphanumerics, and we're now enforcing that.

    My apologies for providing you with bad code!
  • ilya_baranilya_baran Onshape Employees, Developers, HDM Posts: 1,173
    Yes, looks like I did not properly version the change (largely because I didn't realize we were not enforcing this previously).  Basically, our servers got upgraded and 275 (as opposed to 293) is an instruction to our new servers to run code as if they were the previous ones.  We are working on better upgrade procedures to prevent this type of breakage in the future.
    Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc
  • jacob_kingeryjacob_kingery Member Posts: 39 EDU
    Ah, I see.  Thanks for clarifying.
Sign In or Register to comment.