You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi , i'm passing in the api options the proxy like that
FB.options({
accessToken: 'toekn'
, proxy: 'http://171.245.140.11:3128'
});
im getting back an error _http_client.js:73
throw new TypeError('Request path contains unescaped characters.');
^
TypeError: Request path contains unescaped characters.
at new ClientRequest (_http_client.js:73:11)
at TunnelingAgent.exports.request (http.js:49:10)
at TunnelingAgent.createSocket (C:\Solutions\Main\Investigator\Indexer - Cop
y\Indexer\node_modules\fb\node_modules\request\tunnel.js:116:25)
at TunnelingAgent.createSecureSocket [as createSocket](C:SolutionsMainIn
vestigatorIndexer - CopyIndexernode_modulesfbnode_modulesrequesttunnel.js
:188:41)
at TunnelingAgent.addRequest (C:\Solutions\Main\Investigator\Indexer - Copy
Indexer\node_modules\fb\node_modules\request\tunnel.js:80:8)
u have any idea what could be the probem ? without the proxy option , it's working well
The text was updated successfully, but these errors were encountered:
Could you try installing fb@^1.0.0-beta2 (or fb@next) and running your test again with the DEBUG=fb:req environment variable set.
The fb:req debug line outputted might give a hint to what is wrong. Alternatively it's also possible that the newer version of request may not have this bug.
hi , i'm passing in the api options the proxy like that
FB.options({
accessToken: 'toekn'
, proxy: 'http://171.245.140.11:3128'
});
im getting back an error _http_client.js:73
throw new TypeError('Request path contains unescaped characters.');
^
TypeError: Request path contains unescaped characters.
at new ClientRequest (_http_client.js:73:11)
at TunnelingAgent.exports.request (http.js:49:10)
at TunnelingAgent.createSocket (C:\Solutions\Main\Investigator\Indexer - Cop
y\Indexer\node_modules\fb\node_modules\request\tunnel.js:116:25)
at TunnelingAgent.createSecureSocket [as createSocket](C:SolutionsMainIn
vestigatorIndexer - CopyIndexernode_modulesfbnode_modulesrequesttunnel.js
:188:41)
at TunnelingAgent.addRequest (C:\Solutions\Main\Investigator\Indexer - Copy
Indexer\node_modules\fb\node_modules\request\tunnel.js:80:8)
u have any idea what could be the probem ? without the proxy option , it's working well
The text was updated successfully, but these errors were encountered: