You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first launch it was just a blank screen, then I closed the app and when launching it again I was greeted with this. I then removed the folder in my documents as was told in the other threads (I know they were for the previous version) which at first got me stuck on the splash screen but afterwards did load all the film posters, but shortly after the error came up again.
the times it does load the posters, pressing continue just removes them.
I have tried
reinstalling multiple times
running as an administrator
installing in the user folder
Might be on my end though, but I don't know how to decipher all this.
Unterminated string. Expected delimiter: ". Path 'Writer', line 1, position 1398.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
Newtonsoft.Json.JsonReaderException: Unterminated string. Expected delimiter: ". Path 'Writer', line 1, position 1398.
at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer(Char quote)
at Newtonsoft.Json.JsonTextReader.ParseString(Char quote, ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadAsString()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
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 OpenPlex.frmOpenPlex.FetchMovieData()
at OpenPlex.frmOpenPlex.b__31_0()
at OpenPlex.BackGroundWorker.<>c__DisplayClass0_0`1.b__0(Object obj, DoWorkEventArgs args)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
The text was updated successfully, but these errors were encountered:
This is really frustrating now, as everything seems to be running smoothly on my end, but not so much for some other people. By the looks of the error message, the Json reader is having trouble deserializing the database it's created, so it's strange that deleting the root directory isn't solving this.
Nevertheless, I think I've resolved this (hopefully) in 544c339
Because of your circumstances please uninstall, delete root path in your Documents and reinstall again rather than updating to ensure there's no conflict between the two, thanks.
Everything seems to be functioning now. I did get a small popup window that mentioned position 1398 again, but unfortunately I clicked away too quickly and I can't seem to replicate it.
On first launch it was just a blank screen, then I closed the app and when launching it again I was greeted with this. I then removed the folder in my documents as was told in the other threads (I know they were for the previous version) which at first got me stuck on the splash screen but afterwards did load all the film posters, but shortly after the error came up again.
the times it does load the posters, pressing continue just removes them.
I have tried
Might be on my end though, but I don't know how to decipher all this.
The text was updated successfully, but these errors were encountered: