Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [22:13:56] [Minecraft:admin Error] : [0] (JsonSerializationException) : Error converting value "Server is still starting! Please wait before reconnecting." to type 'MinecraftModule.SleepServer.ServerInfo'. Path '', line 1, position 60.
  2. [22:13:56] [Minecraft:admin Error] : at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
  3. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  4. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  5. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  6. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  7. at MinecraftModule.SleepServer.SleepClient.GetServerProtocolVersion()
  8. [22:13:56] [Minecraft:admin Error] : [1] (ArgumentException) : Could not cast or convert from System.String to MinecraftModule.SleepServer.ServerInfo.
  9. [22:13:56] [Minecraft:admin Error] : at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(Object value, Type initialType, Type targetType)
  10. at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(Object initialValue, CultureInfo culture, Type targetType)
  11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
  12. [22:13:56] [Minecraft:admin Warning] : Unable to get protocol version. Sleep mode will be unavailable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement