Error! App '258550' state is 0x406 after update jobNot An Issue
so i'm trying to update my rust server but i get this

Error! App '258550' state is 0x406 after update job

I tried to look it up but couldnt really find anything matching to my problem.
Can anyone please help me with this?

it also spams this in my RCON

Server Exception: Player Update

MissingMethodException: void ModelState.set_onPhone(bool)

Unable to load the AI: Npc.Human.Scientist.TargetSelector.Player. Additional details: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at Apex.Utilities.ApexReflection+<>c.b__0_1 (System.Reflection.Assembly a) [0x00000] in <202755f988f04042b9dce0287e399a48>:0 at System.Linq.Enumerable+d__167`3[TSource,TCollection,TResult].MoveNext () [0x0004e] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x0004e] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at Apex.Serialization.SerializationMaster.PopulateKnownSerializers () [0x00143] in :0 at Apex.Serialization.SerializationMaster.EnsureInit () [0x0001e] in :0 at Apex.Serialization.SerializationMaster.Deserialize[T] (System.String data, System.Collections.Generic.ICollection`1[T] requiresInit) [0x00000] in :0 at Apex.AI.AIManager.ReadAndInit (Apex.AI.AIManager+AIData data) [0x00006] in <7eb0536a8fb34bcc8a790faa9ed09eb8>:0

ArgumentNullException: Value cannot be null. Parameter name: ai

Both errors are related to your server update process. The first is SteamCMD erroring, so try to update again. The second means your server is outdated and using mixed Rust versions, such as installing a newer build of Oxide on an older version of Rust.
Locked automatically