Leandro Cofre

Results 8 comments of Leandro Cofre

I think reCaptchas will never allow your automated tests to run. That's the purpose of a reCaptcha, right? :) But if you have control over the site you are testing,...

@bxm156 At least in my case, I forgot to append the .result() to the call of my api. ``` pet = client.pet.getPetById(petId=42).result() ```

Only complete the web.hook.api.url with your endpoint. You will receive all events there. The body will tell you the event and client_id among other things dependent on the event. Here...

I am experiencing a similar problem with the webhook plugin running. Currently I cannot trigger the behaviour at will, but the client is connected and at some point the emqx...

It never really worked for us @gilbertwong96, In the end, we disabled the webhook altogether and created a specific topic where the device itself would report to be connected, and...

I'm trying to install inotify using ``` npm 6.14.12 node v14.16.1 node-gyp 8.0.0 ``` But I get this error: ``` $ npm i -g inotify > [email protected] install /home/myuser/.nvm/versions/node/v14.16.1/lib/node_modules/inotify >...

Thanks for your answers guys! When installing from master I get errors too, but it seems to install it. Could it be the version of npm, 6.14.12? ``` $ npm...

Thanks @mohsen1 and @noahdietz for your efforts! I look forward to your work as we are also migrating to 3.0.0 and testing the API is the only stopper. Thanks!