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

--data-path gives AssertionError #97

Open
brunakov opened this issue May 19, 2021 · 0 comments
Open

--data-path gives AssertionError #97

brunakov opened this issue May 19, 2021 · 0 comments

Comments

@brunakov
Copy link

Describe the bug
Using the --data-path switch gives the following error:

DEBUG: pantalaimon: UI loop received message UpdateUsersMessage(server='local-matrix', user_id='@test:test.com', device_id='FEWFFFEWT')
Error handling request
Traceback (most recent call last):
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
    resp = await self._request_handler(request)
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
    resp = await handler(request)
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/pantalaimon/daemon.py", line 680, in login
    await self.start_pan_client(
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/pantalaimon/daemon.py", line 629, in start_pan_client
    self.store.save_access_token(
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/nio/store/database.py", line 40, in inner
    return fn(self, *args, **kwargs)
  File "/home/test/matrix-pantalaimon/venv/lib/python3.8/site-packages/pantalaimon/store.py", line 395, in save_access_token
    assert account
AssertionError

To Reproduce
Steps to reproduce the behavior:
run pantalaimon with pantalaimon --data-path some_path

Desktop (please complete the following information):
Ubuntu 20.04 server

Additional context
pantalaimon, version 0.9.3

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