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

feat(twitter): Add proxy support on twitter node. #243

Open
Bigous opened this issue Oct 18, 2016 · 2 comments
Open

feat(twitter): Add proxy support on twitter node. #243

Bigous opened this issue Oct 18, 2016 · 2 comments

Comments

@Bigous
Copy link

Bigous commented Oct 18, 2016

Currently almost all node-red supports proxy when you set the http_proxy environment variable.

Twitter node does not support it because it depends on oauth package and it does not support proxys (there are at least 5 pull requests to add proxy support to it, some of them from 2012 but none was accepted) so you cannot authenticate so you cannot work with it behind a proxy.

The message we receive points to clock, etc... It could be changed too (the error that came is ETIMEDOUT - it has nothing to do with clock)

My suggestion here is to depend only from request which already supports oauth.

@m69
Copy link

m69 commented Jun 8, 2017

Very frustrating!

@faisalchishtii
Copy link

Hope it is picked up soon!

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

3 participants