Alek Davis

Results 83 comments of Alek Davis

I think I got it. The REST endpoint I'm calling must not be returning the `ReasonPhrase`, so this property is most likely empty. Maybe it can have a fallback and...

I was hoping that we can fix the web server response and return the appropriate reason phrase, but it does not seem to be feasible, since we're using a third...

1. When you define the setting in the configuration file, you need to assign them to the `value` properties, not to the `default` properties under the `_meta` element (these just...

I think you have a typo in the `BackupRootDir` setting (unless you intentionally called the folder `Backu`). That's not how you run PowerShell scripts. First, move the `PlexBackup.ps1` file somewhere...

Sorry, `ps1`. It was my typo.

Do you have 7zip installed?

Did you specify the path to the 7zip EXE in the in the config file?

No, under: ```JavaScript "ArchiverPath": { "_meta": { "default": "$env:ProgramFiles\\7-Zip\\7z.exe" }, "value": ""HERE!!!" }, ```

If it's the default installation dir, then, no, not needed (and if you specify it, it must include the exe file). But the log indicates that it fails to archive...

According to your screenshot, 7-zip path should be under `C:\Programme\7-zip\7z.exe`, not under `C:\Program Files\7-zip\7z.exe`. But I suspect it would not matter (since the default did not cause this error).