Alek Davis

Results 83 comments of Alek Davis

@54ty1BkRU5zyEvsQ: I'm still not sure what causes it and why. The `runas` command in the scheduler (I assume you have this issue when runnning backup as a scheduled job), is...

@54ty1BkRU5zyEvsQ What's in your batch file? Do you start it manually?

@pearlset79 There isn't much info in the description to go by. What is the exact error message? Did the log file get created? If so, what is in the log...

Same problem with VS 2017. Looks like a limitation of VS.

@agent47git: You get the following error during backup of the Metadata folder: _Exceção ao definir "LastWriteTime": "O DateTimeOffset especificado não pode ser convertido em um carimbo de data/hora de arquivo...

You need to put 7zip in quotes: ```json "Type": { "value": "7zip" }, ```

Noticed one more thing after additional testing: if a test dependency fails to run for some reason the test that uses a dependency is always marked as successful in the...

I am still trying to figure out what makes the response window close and then not appear and it looks like this only happens when I run a file or...

Oh, it's not `4xx`, it's the actual HTTP status code value, like `400`, `405`', etc. In the first message, I just specified the `FlurlHttpException` message format. The second message is...

I checked the source and it looks like the `call.HttpResponseMessage.ReasonPhrase` on line 42 is empty: ```cs return $"Call failed with status code {call.Response.StatusCode} ({call.HttpResponseMessage.ReasonPhrase}): {call}"; ```