klasyc

Results 14 comments of klasyc

After the next round of testing, I finally got it working. Your patch was OK, but my access token was not. The `iss` and `aud` fields had wrong values because...

Another solution to this issue is globally enabling the write errors by configuring the `WebServer`'s `Listener` object: ``` server.Listener.IgnoreWriteExceptions = false; await server.RunAsync(); ``` This method does not require touching...

Hello, please see the attached logs: ``` *list joblog jobid=509 Automatically selected Catalog: MyCatalog Using Catalog "MyCatalog" 2024-05-30 11:19:01 bareos-dir JobId 509: No prior Full backup Job record found. 2024-05-30...

Thank you for the information. I develop the library in Visual Studio, therefore I haven't encountered this issue yet.