-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
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. |
I did change server ip address in |
I got the following output on the terminal
But the web page shows |
@abhinavsuthar Do you have any plans to share the updated version on github? |
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?
The text was updated successfully, but these errors were encountered: