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

Bunch of error logs when using filters #59

Open
trib0r3 opened this issue Nov 3, 2020 · 0 comments
Open

Bunch of error logs when using filters #59

trib0r3 opened this issue Nov 3, 2020 · 0 comments

Comments

@trib0r3
Copy link

trib0r3 commented Nov 3, 2020

When we setup the listen-options, then errors are always shown, because python api is expecting JSON data:

listen_options = {
    "filter-channels": [
        {"name": "name": "bot,myname"}
    ]
}
INFO:root:
DEBUG:root:executing command: ['keybase', 'chat', 'api-listen', '--filter-channels', '[{"name": "bot,myname"}]']
ERROR:root:Unable to decode JSON output: b'Message filtering is active with 1 filters\n'
ERROR:root:Unable to decode JSON output: b'filter 0: <REDACTED>\n'
ERROR:root:Unable to decode JSON output: b'Listening for chat notifications. Config: {showLocal:false showNewConvs:false hideExploding:false}, subscribeDevChannels: false\n'
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