I get repeated "Grindstone failed to save your data" warnings

ScreenShot879

Hello All,
I am getting these warnings every 5 to 9 minutes. The OS is Windows 7 and Grindstone is idle (no Work item selected, no timing). The log is always the same:

– IOException: Cannot create a file when that file already exists.

at void System.IO.__Error.WinIOError(int errorCode, string maybeFullPath)
at void System.IO.__Error.WinIOError()
at void System.IO.File.InternalMove(string sourceFileName, string destFileName, bool checkHost)
at async Task Quantum.Client.Windows.App.SaveDatabase(bool backgroundSave) in C:/Source/Quantum/Quantum.Client.Windows/App.xaml.cs:line 2033
at void Quantum.Client.Windows.App+<>c+<b__220_0>d.MoveNext() in C:/Source/Quantum/Quantum.Client.Windows/App.xaml.cs:line 1868

Any suggestion?

Update: I restarted the PC and the warning hasn’t appear so far. The log shows two exceptions after the series of IO Exceptions above:

– ApiException: Moved Permanently
at async Task DiscourseApi.Api.parseJObjectFromResponse(string uri, HttpResponseMessage result)
at async Task DiscourseApi.Api.SendMessageAsync(HttpMethod method, string uri, object postParameters)
at async Task DiscourseApi.Api.GetAsync(string application, object getParameters)
at async Task DiscourseApi.Api.GetAsync(string application, object getParameters)
at async Task DiscourseApi.Topic.ListAll(Api api, int categoryId, int? parentCategoryId)
at void Quantum.Client.Windows.App+<>c__DisplayClass179_0+<b__8>d.MoveNext() in C:/Source/Quantum/Quantum.Client.Windows/App.xaml.cs:line 793

– HttpRequestException: An error occurred while sending the request.
at async Task System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task sendTask, HttpRequestMessage request, CancellationTokenSource cts, bool disposeCts)
at async Task<(ValueTuple<string, MemoryStream> fileName)> Photon.Web.Api.Client.Update.ForAppAsync(Guid appId, Version fromVersion, string hardwareSignature, string operatingSystem, string runtime, string culture) in C:/Source/Photon/Photon.Web.Api.Client.Update/Update.cs:line 38
at async Task Quantum.Client.Windows.App.CheckForUpdatesNow(bool showNotificationOnUpdate, Guid? targetAppId) in C:/Source/Quantum/Quantum.Client.Windows/App.xaml.cs:line 908
WebException: The remote name could not be resolved: ‘api.epiforge.com
at WebResponse System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at void System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

Any connection?

Thank you!