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

AsynK web broken? #134

Open
ghost opened this issue Sep 27, 2020 · 1 comment
Open

AsynK web broken? #134

ghost opened this issue Sep 27, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 27, 2020

Hello!

The link to AsynK web on https://asynk.io/app seems to lead to a python exception.

Traceback (most recent call last):
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in __call__
    rv = self.handle_exception(request, response, e)
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__
    return handler.dispatch()
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch
    return self.handle_exception(e, self.app.debug)
  File "/base/alloc/tmpfs/dynamic_runtimes/python27g/4a2384f6b69cef45/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
    return method(*args, **kwargs)
  File "/base/data/home/apps/s~karra-asynk/5.405417662136639504/asynk.py", line 412, in get
    params = self._get()
  File "/base/data/home/apps/s~karra-asynk/5.405417662136639504/asynk.py", line 375, in _get
    mp_did = self.get_mp_distinct_id()
  File "/base/data/home/apps/s~karra-asynk/5.405417662136639504/asynk.py", line 307, in get_mp_distinct_id
    return token['distinct_id']
TypeError: string indices must be integers, not str
@skarra
Copy link
Owner

skarra commented Sep 30, 2020

Hi; sorry yes the webapp is a bit broken; and I have not been able to find the time to look into it. Thanks for your interest!

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

1 participant