We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we setup the listen-options, then errors are always shown, because python api is expecting JSON data:
The text was updated successfully, but these errors were encountered: