AdoBot
AdoBot copied to clipboard
Recommended testing setup?
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
Here I can get to adobot-io from the VM:
Or in the adobot setup I tried using the host IP:
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.