Heads-up: Update both addon and solver to avoid "Protocol Mismatch" #22
ryichando
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Blender addon can auto-update from the extensions platform, but the solver binary (Windows bundle / Docker image) does not auto-update with it. If only one side updates, the addon may refuse to connect and show a "Protocol Mismatch" error. The same can happen in reverse if you update the solver binary while keeping the older addon.
Whenever you update one side, update the other too:
still gives you the mismatch, download the latest addon zip from the GitHub Releases page and install it from disk instead.
Note: the three artifacts (Windows, Docker, Blender extension) are published by separate pipelines, so right after a release there can be a short window where one side isn't out yet. If only one shows a newer version, wait a bit for the other, then update both.
Beta Was this translation helpful? Give feedback.
All reactions