BCITMike
BCITMike
Is this the same issue where a show will be available before the airdate and if you click the search icon next to the episode it will successfully snatch it,...
This is annoying. You setup a user with unknown last name or a typo and you can't fix later on. Looks bad and unprofessional. Edit: Looks like Nextcloud issue that...
`borg init: error: argument REPOSITORY: Invalid location format: "ssh://[email protected]:repo/~/backup"` There's at least two problems. First, SSH connection was failing, even though the script points to /root/.ssh/id_borg_ed25519. Got around that by...
@KvL159 @Thatoo `ls: cannot access '/etc/yunohost/hooks.d/backup/': No such file or directory` Fix this with: `mkdir -p /etc/yunohost/hooks.d/backup` Then, to fix backup, do you recall if you previously edited the repo...
I'm having this problem on a windows 11 PC. When I try to view properties of "C:\Program Files\WindowsApps", I get a warning that I can't read the permissions (edit: I...
> If you enter `echo %ERRORLEVEL%` after the `paexec`, what number does it say? Sorry, I missed that. > PAExec v1.29 - Execute Programs Remotely > Copyright (c) 2012-2021 Power...
> Huh, weird. How about with PsExec? https://learn.microsoft.com/en-us/sysinternals/downloads/psexec > c:\mike>psexec -s -i powershell -ExecutionPolicy Bypass -File "C:\mike\WindowsAppsUnfukker.ps1" "%LocalAppData%" > > PsExec v2.43 - Execute processes remotely > Copyright (C) 2001-2023...
> Looks good, did it fix your original problem? Unfortunately not, I still cannot open Windows Store or open any store apps like Photos.
> Hmm, maybe it's the AppRepository folder, which I haven't had the time to implement yet. It will definitely take an entire day to tear it apart and test the...
Perhaps this is a buffer issue? When adding itemsize to the lastPayloadSize on the push_back line, the expected bytes were just zero's and the next packet contained the expected bytes.