AdoBot icon indicating copy to clipboard operation
AdoBot copied to clipboard

Recommended testing setup?

Open xamox opened this issue 5 years ago • 2 comments

So I've spun up AdoBot-IO locally using a local mysql (had to use prior to 8.0 as it had auth issue).

I'm trying to test using Adobot against Android VM (8.1). I have the VM up, it appears to be able to reach the local instance of Adobot-IO, at least from the browser. I configure the settings but nothing seems to happen in the actual Adobot-IO app. I wasn't sure if there was something I needed to do besides pointing the URL and clicking save settings. The Adobot-IO doesn't have anything in the logs about anything trying to connect other than when I go through the browser. I'm willing to help deveop some of the added features listed in the README as I would like them as well, but would also like to get a local development environment up so I can actually test.

Any suggestions would be appreciated.

Here are my adobot-IO logs: https://gist.github.com/xamox/611389c236c44dad3d889e3e36a422cd

image

Here I can get to adobot-io from the VM: image

Or in the adobot setup I tried using the host IP: image

xamox avatar Nov 20 '18 20:11 xamox

Use the actual IP of your server, not localhost. I hope you realize that localhost translates to 127.0.0.1 (android's loopback address) and not the IP of your server.

adonespitogo avatar Mar 14 '19 20:03 adonespitogo