Skip to content
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

can't run auth: TypeError: port must be an integer #2

Open
otmezger opened this issue May 26, 2018 · 1 comment
Open

can't run auth: TypeError: port must be an integer #2

otmezger opened this issue May 26, 2018 · 1 comment

Comments

@otmezger
Copy link

otmezger commented May 26, 2018

Hi,

I'm running python 3.6.5 with anaconda on Mac OS X.

I'm having trouble authenticating.

(base) bash-3.2$ geotagger auth
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/Users/olmo/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/Users/olmo/anaconda3/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/olmo/anaconda3/lib/python3.6/site-packages/geotagger/core.py", line 190, in serve
    app.run(port=settings.WEBAPP_PORT)
  File "/Users/olmo/anaconda3/lib/python3.6/site-packages/flask/app.py", line 843, in run
    run_simple(host, port, self, **options)
  File "/Users/olmo/anaconda3/lib/python3.6/site-packages/werkzeug/serving.py", line 748, in run_simple
    raise TypeError('port must be an integer')
TypeError: port must be an integer

Any idea what could have gone wrong?
Happy to provide more info if required.

@Martin-Downey
Copy link

Martin-Downey commented May 26, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants