Giter Site home page Giter Site logo

pokemongo-map-docker's People

Contributors

ashex avatar bupychuk avatar drewsonne avatar ninja3047 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pokemongo-map-docker's Issues

"list index out of range" for account/auth arguments

So this is a new one. I have been running your containers successfully for weeks. However today when I fired one up, the logs ended with the message:

Traceback (most recent call last):
  File "runserver.py", line 22, in <module>
    from pogom.app import Pogom
  File "/app/pogom/app.py", line 17, in <module>
    from .models import Pokemon, Gym, Pokestop, ScannedLocation, MainWorker, WorkerStatus
  File "/app/pogom/models.py", line 22, in <module>
    from .customLog import printPokemon
  File "/app/pogom/customLog.py", line 5, in <module>
    args = get_args()
  File "/app/pogom/utils.py", line 38, in wrapper
    rv = function(*args)
  File "/app/pogom/utils.py", line 263, in get_args
    args.accounts.append({'username': username, 'password': args.password[i], 'auth_service': args.auth_service[i]})
IndexError: list index out of range

I suspect that the app is looking for the account info in a different way due to a recent PR merge. Can you look into this please?

Develop is broken

Develop now has lots of new flags. Container no longer runs (breaking changes)

Should also add env vars and arguments for external database support.

develop branch arguments changed?

I am assuming there is active development on the branch, especially due to the recent parsing error.

when I run docker logs on the container, the end of it says

Done, without errors.
usage: runserver.py [-h] [-a AUTH_SERVICE] [-u USERNAME] [-p PASSWORD]
                    [-l LOCATION] [-st STEP_LIMIT] [-sd SCAN_DELAY]
                    [-ld LOGIN_DELAY] [-lr LOGIN_RETRIES] [-sr SCAN_RETRIES]
                    [-dc] [-H HOST] [-P PORT] [-L LOCALE] [-c] [-d] [-m] [-ns]
                    [-os] [-nsc] [-fl] -k GMAPS_KEY [-C] [-D DB] [-cd] [-np]
                    [-ng] [-nk] [--db-type DB_TYPE] [--db-name DB_NAME]
                    [--db-user DB_USER] [--db-pass DB_PASS]
                    [--db-host DB_HOST] [--db-port DB_PORT]
                    [--db-max_connections DB_MAX_CONNECTIONS]
                    [-wh [WEBHOOKS [WEBHOOKS ...]]]
runserver.py: error: unrecognized arguments: —-auth-service ptc —-step-limit 5

More detailed instructions for Docker newbies?

Hi, I believe I am successfully running the container; however I cannot access the website the container/app should be presenting. I am running a docker machine at the standard 192.168.99.100 ip. However I'm missing something with address/port translation. Maybe I just don't know what to type in the browser, maybe I need to give docker run another argument like -p?

Is this something general enough to put in the README? I am on Mac in case it matters.

Faster Scanning possible?

Hey Ashex, wrote you on Twitter :-)

In the DockerHub you wrote

I've got 9 workers running right now with the no-server flag passed to them.

and I would like to know how you did this and how I can improve my map. I got the container running, but we are currently 10 to 20 people who are using this map and it would be awesome if we can improve the scanning speed. Maybe you could help me out with this?

That would be awesome - But thanks anyway for your smooth working docker-container !

Kind regard,
Tom

Maintaining arguments sucks

Having to update the image everytime develop gets a new flag is cumbersome and sucks for end users.

a single config.ini is now supported, change things to write variables matching a pattern to it.

Volume Declaration

Needs volumes declared so it can run in multi-instance mode via shared database

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.