Open
Description
When using queued=True
the client doesn't send the create_bucket request to the server.
Steps to reproduce:
-
Start aw-server in testing mode:
aw-server --testing --verbose
-
Run following python script:
from aw_client import ActivityWatchClient
client = ActivityWatchClient("test-client", True)
client.create_bucket('test-bucket_{}'.format(client.hostname), event_type='test-event-type', queued=True)
Expected behaviour
A bucket is created.
Context
- Ubuntu 18.04 LTS
- python3
- Versions: unknown (can look up if necessary)
Metadata
Assignees
Labels
No labels