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

Bot is not showing on dashboard #1

Open
knkrth opened this issue Jul 15, 2018 · 4 comments
Open

Bot is not showing on dashboard #1

knkrth opened this issue Jul 15, 2018 · 4 comments

Comments

@knkrth
Copy link

knkrth commented Jul 15, 2018

Everything works fine but the bot is not showing on the dashboard. On terminal I got bot details like provider, device, sdk, etc... On localhost:3000 It says "No bots online" I don't know whats the problem can you help me?

@abhinavsuthar
Copy link
Owner

You have to change the server address (ip) in the index.js file stored in public folder for the socket. Basically socket.io tries to connect to some another server. So change server ip address.

@knkrth
Copy link
Author

knkrth commented Aug 16, 2018

I did change server ip address in index.js still no bots showing.

@knkrth
Copy link
Author

knkrth commented Oct 3, 2018

I got the following output on the terminal

ServerSide$ node index.js 
Listening to port 3000
{ uid: '9836fxxxxxxxxx',
  provider: 'airtel',
  device: 'xx xx',
  sdk: 'xx',
  version: 'x.x.x',
  phone: '',
  location: { lat: x.xxxxxx, lon: xx.xxxxxx } }
A bot connected: eZlPy7a2mczfZRJrAAAA

But the web page shows No bots online & The web page automatically login while visiting http://localhost:3000 & there is no logout button.

@knkrth
Copy link
Author

knkrth commented Mar 28, 2019

@abhinavsuthar Do you have any plans to share the updated version on github?

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

2 participants