Ryan
Ryan
Does not work with unrooted Verizon Pixel 1 XL @Android 8.1.0 with stock c to c cable nor c to a converter and a to c cable. Works fine with...
Temporarily fixed by modifying the resolveCLIBinary function to return the binpath without the fs check. Something is wrong with the fs access check.
Example of changes that are working. ```function resolveCLIBinary() { const binDir = resolveBinDir(); if (process.platform === "darwin" || process.platform === "linux" || process.platform === "win32") { const binPath = path.join(binDir,...
Having the same issue even when using the UI to input my credentials (which work when entered to wyze's website).
> I commented on another issue as well and I'll post here as well for visibility: > > I decided to change Wyze password to something without special characters and...
I specifically tried a dash and still received the 400 error. I wonder why you had success and I didn't. Probably some other variable at play.
Personally, I'm not using a $ symbol. I've also completed avoided using the file and am just trying to type it in to the web interface on the fly. Still...
How did you create a password without special characters? That's one of the main password requirements. On Tue, Mar 12, 2024 at 11:26 AM Menz01 ***@***.***> wrote: > so i...