abhinavsuthar / Android_Spy_App_Client

34 stars 45 forks source link

Bot is not showing on dashboard #1

Open knkrth opened 6 years ago

knkrth commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

knkrth commented 6 years ago

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 commented 5 years ago

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