scottstamp / PokemonGo-Map

Reuploaded from AHAAAAAAA/PokemonGo-Map with latest fixes
GNU Affero General Public License v3.0
23 stars 23 forks source link

White blank screen #27

Open JTD420 opened 7 years ago

JTD420 commented 7 years ago

Not quite sure what I've done wrong, been battling this install for hours lol....

Blank results after getting server to run: http://imgur.com/f5ia4Nw

Server response (finds gyms pokemon etc): http://imgur.com/TQqVVmh

Help is appreciated. Also, plan is to eventually publicise this to replace PokeVision. Is there ways users can already change location? Will this result in bans on the account due to potential spawning across large distances? Are there ways to mitigate this etc?

Thanks

octave-ati commented 7 years ago

I'm having the same issue, don't know how to fix this

JTD420 commented 7 years ago

@Faskill Hi, I found the easiest fix was to move your current installation media from its set directory to the Desktop or rather delete it if you wish.

Then go through by re-installing the entire thing. My guess'es when we ran the install first time round we were missing some prerequisites which you should have by now if your able to get the server up and running and finding gyms like I was...

I also presume that means you've already gone into your search.py and hardcoded its path for libencrypt.so?

Hope I was of some help lol :p

octave-ati commented 7 years ago

You presume well !

May I ask what exactly you uninstalled and reinstalled? Did you also reinstall python?

Most of my git repertories are in the python folder and i pasted the pokego map repertory in the python folder so I could launch the runserver.py from a cmd

JTD420 commented 7 years ago

Are you running it from windows as you said CMD? I set it up in a virtualbox env running ubuntu desktop...

JTD420 commented 7 years ago

I didnt actually uninstall anything.. I literally moved the PokemonGo-Map folder from my /home to my /desktop (Only because when trying to re-run setup command it told me the directory already exists)

To my surprise once I reran the setup following the instructions it worked the second time...

If your doing it on windows I'm not sure how much help I can be besides suggesting you take a look at the Wiki page..

Heres the exact commands and order I followed for getting it to work in ubuntu!

You can install the required packages on Ubuntu by running the following command:

sudo apt-get install git python python-pip python-dev nodejs nodejs-legacy npm How to get it up & running (grunt included) on a fresh Ubuntu 16.04 VPS/VM. root is implied.

apt-get install git nodejs npm python-pip nodejs-legacy python-dev git clone -b develop https://github.com/PokemonGoMap/PokemonGo-Map.git cd PokemonGo-Map/ pip install --upgrade pip pip install -r requirements.txt npm install npm install -g grunt-cli npm install node-sass grunt build

JTD420 commented 7 years ago

@Faskill

octave-ati commented 7 years ago

Sorry I went to sleep ^^

I'm running it on windows, I will try to delete everything and reinstall it using the info from the wiki :)