-
Notifications
You must be signed in to change notification settings - Fork 22
Newtonsoft.Json version mismatch on headless #33
Comments
Weird. That error message doesn't seem to mention Json, but I guess the types thing does suggest a mismatch. Though my first guess would've been harmony versions... Anyways, either someone with a headless needs to create a PR for this, or comment the version that's in use on the headless branch I imagine. |
Actually, in 1.8.0 get an error for only Json, but after this, throw an another error.
|
yeah, I'll create an headless branch later. |
After poking around, it appears that the headless is using Newtonsoft.Json 13.0.1.25517, while the normal install is using 11.0.1.0. I'm guessing there are binary incompatibilities between the two of them. |
Also, this might be a compelling reason to switch to System.Text.Json... I didn't think Froox would have different dependency versions in headless vs the normal client, but here we are. |
@kazu0617 This should be fixed now with the |
This is presumably being caused by the Neos headless server shipping with a different Newtonsoft.Json version
Discord thread: https://discord.com/channels/901126079857692714/96729959321999772
On NML 1.9.1 and 1.9.0:
The text was updated successfully, but these errors were encountered: