Jayme McColgan Posted December 15, 2021 Share Posted December 15, 2021 hey yall, so I'm getting VW2022 up and running and migrating my plugins over. i have one plugin thats giving me an error. Traceback (most recent call last): File "<string>", line 1 in <module> ValueErroe: bad marshal data (unknown type code) now the weird thing is i only get this error after encrypting it... it works great before encrypting it. Quote Link to comment
Jayme McColgan Posted December 15, 2021 Author Share Posted December 15, 2021 I'm sure this error is super generic but I'm not sure whatelse to include. Quote Link to comment
JBenghiat Posted December 16, 2021 Share Posted December 16, 2021 Seems something went wrong with the encryption. https://support.esri.com/en/technical-article/000011731 Quote Link to comment
Jayme McColgan Posted December 18, 2021 Author Share Posted December 18, 2021 i have narrowed it down to my Serial Number checker that i include in some of my more complex plugins... it was using urllib to reach out to a server, I'm assuming something with that was causing the issue. i have since moved to the request library and just include the module in a "python externals" folder in the user plugin. all better now! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.