Artalus
Artalus
Same. ``` [0904/145136:WARNING:auth_client.cc(153)] Auth failed (can't find status in response): {"success":false,"needOtp":true} ``` Looks suspiciously similar to #58 .
Yes, I have two factor auth, and previously Brick asked me for OTP password right after I click "Add account". Now it just shows the error.
Also if I simply enter incorrect username and password, I get almost the same `Auth failed (can't find status in response): {"success":false}`. Can it be that Bitrix has updated and...
Okay, I've pulled brick sources and building it manually. It seems that `{"success":false,"needOtp":true}` is considered a bad JSON by JsonCPP, so it is considered an empty object without `success` field....
A discussion in Slack explained to me that the correct order should be: ``` conan install . diligent-tools/2.5.2@andrei/test --install-folder=tmp/build -pr clang && conan source . --install-folder=tmp/build --source-folder=tmp/source && ``` -...
Linux and Mac failed while building `libsndfile`, which is probably an unrelated error somewhere in `vcpkg` ports. I don't have much experience with it sadly, aside from it never working...
> If anyone can help I'd love to hear your thoughts.... I might take a look at it at some point in a fork, but I am knee-deep in other...
Hi! Clean install of 4.5.0 on Windows 10, never had Sonic Pi installed before, got same errors as **ramcarter** : ``` GUI was unable to connect to the Ruby server....
Did some digging. - Sprinkling `Sonic Pi/app/server/native/ruby/lib/ruby/3.2.0/win32/registry.rb:910` with debug prints shows that it dies upon meeting a verbose non-English entry somewhere deep in the Windows Registry. - Googling around shows...
Feels like the installation took longer than it was for `4.5`, `4.4` and `4.3` - but otherwise `4.5.1` works like a charm for me. Kudos!