Skip to content

silently fails in case of wrong twitter app tokens #40

Description

@mef

Under some conditions, tuiter will fail to work, without ever notifying of any error.

Steps to reproduce

  1. instantiate Tuiter object with wrong twitter application keys
  2. use a streaming API endpoint

Expected result

An error thrown (e.g. { errors: [ { code: 215, message: 'Bad Authentication data.' } ] } )

Observed result

No error is thrown, the application continues to runm although not ever returning any tweet, obviously.

using DEBUG=tuiter does not notify of an authentication problem either.

workaround is to perform a REST API request, in order to have an error to be thrown...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions