Skip to content

Cannot create_bucket with queued=True #37

@Otto-AA

Description

@Otto-AA

When using queued=True the client doesn't send the create_bucket request to the server.

Steps to reproduce:

  1. Start aw-server in testing mode: aw-server --testing --verbose

  2. 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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions