[Tutorial] How to set up RocketMap & PokeAlarm (for those provided the scanner zip)

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 54

  • @CreativiTimothy
    @CreativiTimothy  7 років тому +17

    Timestamps (please upvote so people can see. Can only pin 1 comment at a time):
    0:45 Downloading Git
    0:57 Install Python 2.7.12 (important, please be careful during installation)
    2:25 Install Microsoft Visual C++ Compiler for Python 2.7.12
    5:46 Install Git
    6:48 Run "git clone github.com/RocketMap/RocketMap.git" (shift right click on folder and click "Open Command Window Here")
    7:21 Updating RocketMap after "git clone github.com/RocketMap/RocketMap.git"
    8:08 [RocketMap] "pip install -r requirements.txt"
    8:51 Install node
    9:50 npm install && npm run build
    11:49 Install MariaDB
    15:15 Download MariaDB config [my.ini]
    15:47 Replace old MariaDB config [my.ini]
    17:35 Creating database using MariaDB cilent
    20:57 [PokeAlarm] "pip install -r requirements.txt"
    22:57 Restart MariaDB service
    24:10 Run RocketMap - "python runserver.py -cf config.ini" (or "python runserver.py -cf config.ini -ac accounts.csv" if directed)
    24:42 Double click "startpokealarm.py" to run PokeAlarm
    26:46 Done :D and important things

    • @kaushikbuddha1453
      @kaushikbuddha1453 7 років тому +1

      where does the pokealarm part start?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      This video was meant for people who already have the files, sorry.

  • @CreativiTimothy
    @CreativiTimothy  7 років тому +4

    Hi, sorry guys, I stopped playing Pokemon Go or using servers, so I'm unable to help, but here's an FAQ to see if it would help anyone
    FAQ:
    How much ram is needed and what operating system?
    Windows (preferably) or Linux should work. 4 GB of ram for 1 feed of about 5600 meters. You can push it to 3GB per feed but the computer may run slow.
    What other requirements?
    Ideally the computer can run 24/7 plugged into the wall so there will be no interruptions. Network speed of at least 2 mbps download should work - basically enough to play Pokemon Go under your own Wi-Fi.
    If it says "... temporarily banned for sending too many requests with invalid hash keys" or "TempHashingBanException" let me know so I can replace them with new ones.

    • @DrewJohnston86
      @DrewJohnston86 7 років тому

      I keep getting this error and can not find out the fix to move past this! Any Idea?
      Traceback (most recent call last): File "runserver.py", line 19, in from pogom.app import Pogom ImportError: No module named pogom.app

    • @RupertoCamarena
      @RupertoCamarena 6 років тому

      which are the best asi, ari setting for level 30 account?

  • @stefantriller07
    @stefantriller07 7 років тому +2

    Hello, i´m getting error-message: too many sql variables? i don´t understand whats going wrong on my side

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      I think that means you didn't set the max_connections for mysql to a high enough number

  • @ToXiNOna
    @ToXiNOna 7 років тому +2

    You could put an example of the config.ini file of rocketmap to see how it has to go all configured? At least to boot the rocketmap. I do not like the accounts and that they are newly created. Sorry for the translation into English.

    • @CreativiTimothy
      @CreativiTimothy  7 років тому +3

      Hello! It contains some personal information with all the accounts and passwords in the config.ini, and this isn't meant as a complete set up of RocketMap. I apologize. If I can get it working properly again I can make a complete RocketMap tutorial

    • @privatelobbies
      @privatelobbies 5 років тому +1

      @@CreativiTimothy I'm trying to setup a map for the first time I clicked on the download mariadb my.ini. Thank you for the video it help me understand it a little better I appreciate it

    • @privatelobbies
      @privatelobbies 5 років тому +1

      @@CreativiTimothy I forgot to add that the download for Google Drive doesn't work anymore does it expire after a certain time. Thank you

    • @CreativiTimothy
      @CreativiTimothy  5 років тому +1

      @@privatelobbies Sorry, I'm not sure what happened. Re-uploaded: drive.google.com/open?id=1vREMDg0NhQHYlui3UAVYYpDADA_HLSEW

    • @privatelobbies
      @privatelobbies 5 років тому +1

      @@CreativiTimothy Thank you I appreciate it. I subscribed to your channel

  • @jerryglose6756
    @jerryglose6756 7 років тому +1

    Where do I get that zip we are supposed to copy the clone in to?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      This is for those provided the scanner zip sorry. But you can get a fresh clone via
      git clone github.com/RocketMap/RocketMap.git
      git clone github.com/kvangent/PokeAlarm.git

    • @Max-qh4vh
      @Max-qh4vh 6 років тому

      how do we get the scanner zip?

    • @CreativiTimothy
      @CreativiTimothy  6 років тому

      From a person like me, or another one who already has the area (example, California), or config. Mine has personal info it in like my address for my area, so I'm not sharing it here. You don't actually need the scanner zip, but if you don't have it, you will have to read the wiki to configure it to how you'd like it to work

  • @fishchan5020
    @fishchan5020 7 років тому +1

    Hello,
    I have an error says "OperationalError: too many SQL variables."
    I am totally new at this so please help me.
    Thank you

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      I think it means your max connections isn't set to 99999. Did you download mariadb config and replace your default config?

    • @fishchan5020
      @fishchan5020 7 років тому

      Yes I have done it,and its content looks like this.
      [mysqld]
      datadir=C:/Program Files/MariaDB 10.2/data
      port=3306
      sql_mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION"
      default_storage_engine=innodb
      innodb_buffer_pool_size=4089M
      innodb_log_file_size=50M
      max_connections = 99999
      max_user_connections = 99999
      [client]
      port=3306
      plugin-dir=C:/Program Files/MariaDB 10.2/lib/plugin
      I think its set to 99999 already,or mabye I am wrong?
      Thank you for answering :D
      Good tutorial by the way.

    • @fishchan5020
      @fishchan5020 7 років тому

      So is it able to be solve?
      Or I will just have to find another way?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Ah darn. I'm getting back to Rocketmap, so if I figure it, I'll try to respond to you again. Sorry

    • @fishchan5020
      @fishchan5020 7 років тому

      Thank you! :D

  • @ThienAn2020
    @ThienAn2020 4 роки тому

    EROR
    Command "python setup.py egg_info" failed with error code 1 in c:\users\admin\appdata\local\temp\pip-build-ycff7k\pyproj\
    You are using pip version 8.1.2, however version 19.3.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    • @CreativiTimothy
      @CreativiTimothy  4 роки тому

      Hi, sorry, I stopped playing Pokemon Go or using servers, so I'm unable to help much, but I'll see here. The log you sent on Facebook suggest there's no module named req, so I think you may have to find an updated version of the server that has that file. I'm not sure where though.

    • @ThienAn2020
      @ThienAn2020 4 роки тому

      @@CreativiTimothy can you reinstall test again ? And chating with me on Facebook

  • @jakubchojak1280
    @jakubchojak1280 7 років тому +1

    I hope you'll answer. I have many Warnings when I'm installing npm why? I've updated Node.js to the latest version :/

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Hi. Can you please paste the npm errors? I might be able to remember them

    • @jakubchojak1280
      @jakubchojak1280 7 років тому

      Oh i've got new errors first when I double click on startpokealarm.py this window hid very fast. Second: runserver.py: error: File not found: config.ini
      I tried your second command with ac accounts but always it's the same. Sorry for my english.
      And third: Can't connect to localhost server. I can't restart MariaDB (MySQL).

    • @jakubchojak1280
      @jakubchojak1280 7 років тому

      Ok. Can you help me with config.ini? I don't know what to write into a file.

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Hm, make sure you type this: npm install && npm run build
      If it gives you errors, please uninstall and re-download the latest version and make sure the right options are checked (should be shown at 9:50)

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Sure what part of the config do you want to write? This is a guide to the config
      rocketmap.readthedocs.io/en/develop/first-run/configuration-files.html

  • @nazzghost1
    @nazzghost1 7 років тому +1

    Please full tutorial....

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Sorry I quit doing the RocketMap thing due to being busy, so I'm unable to make a full tutorial

    • @PilotInspektor
      @PilotInspektor 6 років тому

      sry but you dont show how to config pokealert and you ask this video tutorial? omg useless video

  • @nVoniatis
    @nVoniatis 6 років тому

    i am getting "runserver.py: error: File not found: config.ini"
    if i just type "python runserver.py" i get "too many SQL variables"
    please help?

    • @CreativiTimothy
      @CreativiTimothy  6 років тому

      This is for those provided the scanner zip sorry. But you can get a fresh clone via
      git clone github.com/RocketMap/RocketMap.git
      git clone github.com/kvangent/PokeAlarm.git
      It will create a config

    • @joserangel2941
      @joserangel2941 5 років тому

      oyu need to unhide the extensions

  • @sirkopokego8186
    @sirkopokego8186 7 років тому

    Hi,
    I have a error : OperationalError: (1045, u"Access denied for user 'rocketmapuser'@'localhost' (using password: YES)")
    can you help me please
    sorry for my bad english

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      In the config, where it says "user" put "root"

  • @AgentJeffy
    @AgentJeffy 7 років тому

    What files are you referring to when at 7:50?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Files already provided by me, since this is a video for volunteers to run the feeds through different IPs because too many will get an IP ban

  • @Adam-qd3dt
    @Adam-qd3dt 7 років тому

    Still working ?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      Process still should be right, but new updates to RocketMap require more steps which I haven't looked into yet.

  • @mixedhayn6276
    @mixedhayn6276 7 років тому

    wheres the pokealarm file?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому

      This video was meant for people who already have the file, sorry.

  • @jpthecrew
    @jpthecrew 7 років тому

    Still working?

    • @CreativiTimothy
      @CreativiTimothy  7 років тому +1

      Process still should be right, but new updates to RocketMap require more steps which I haven't looked into yet.

  • @lukewharton2757
    @lukewharton2757 5 років тому

    could you make a new video at all?

    • @lukewharton2757
      @lukewharton2757 5 років тому

      npm WARN grunt-html-validation@0.1.18 requires a peer of grunt@~0.4.1 but none was installed.
      npm WARN grunt-include-file@0.1.3 requires a peer of grunt@~0.4.1 but none was installed.
      npm WARN grunt-legacssy@0.4.0 requires a peer of grunt@~0.4.0 but none was installed.
      i just get that when i try to npm install

    • @CreativiTimothy
      @CreativiTimothy  5 років тому

      I stopped playing Pokemon Go a long time ago :/

    • @lukewharton2757
      @lukewharton2757 5 років тому

      @@CreativiTimothy so did i lmao, so did i hahah, but its fully updated as f>>k now, missus got me back into it but the docs page and doing it doesnt work like it did the first time