Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended testing setup? #23

Open
xamox opened this issue Nov 20, 2018 · 2 comments
Open

Recommended testing setup? #23

xamox opened this issue Nov 20, 2018 · 2 comments

Comments

@xamox
Copy link

xamox commented Nov 20, 2018

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

@adonespitogo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@xamox @adonespitogo and others