Page 1 of 1

'Update Error' message on lauch

Posted: October 18th, 2016, 4:10 am
by FreddyFrog
I am a teacher who has installed Atmosphir on 30 PCs.
When I launch Atmosphir, most computers show an 'Update Error' window with this message:
Newtonsoft.Json.JsonReaderExceptionAn error ocurred, please report this at http://onemoreblock.com/:
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
at UpdateLib.UpdaterClient.<Post>d__10`2.MoveNext() in C:\Users\Pedro\Documents\AtmoLauncher\UpdateLib\UpdaterClient.cs:line 89
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at UpdateLib.UpdaterClient.<Post>d__11`1.MoveNext() in C:\Users\Pedro\Documents\AtmoLauncher\UpdateLib\UpdaterClient.cs:line 94
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at UpdateLib.UpdaterClient.<FindLatestVersion>d__5.MoveNext() in C:\Users\Pedro\Documents\AtmoLauncher\UpdateLib\UpdaterClient.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Interface.Launcher.<UpdateProject>d__11.MoveNext()
I am running Atmosphir on Windows 10 Education.
I noticed that when I unplug the Ethernet cable and then launch Atmosphir, then plug the Ethernet cable back, and click the play button...everything works fine. How can I bypass the update check (which give this error message) to avoid all this manipulation? Thanks