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

Use ASCII instead of UTF-8 encoding for content #1

Open
bebraw opened this issue Apr 3, 2014 · 2 comments
Open

Use ASCII instead of UTF-8 encoding for content #1

bebraw opened this issue Apr 3, 2014 · 2 comments

Comments

@bebraw
Copy link
Contributor

bebraw commented Apr 3, 2014

This should solve the issues with scandics etc.

@bebraw
Copy link
Contributor Author

bebraw commented Apr 3, 2014

Like "binary" would work. See request/request#118 .

@bebraw
Copy link
Contributor Author

bebraw commented Apr 15, 2014

This failed with osmgeocoder for some reason. Received

SyntaxError: Unexpected token u
    at Object.parse (native)
    at Request._callback (/Users/juhovepsalainen/Projects/gc/jklevents/node_modules/osmgeocoder/index.js:21:23)
    at self.callback (/Users/juhovepsalainen/Projects/gc/jklevents/node_modules/osmgeocoder/node_modules/request/request.js:129:22)
    at Request.EventEmitter.emit (events.js:95:17)
    at ClientRequest.self.clientErrorHandler (/Users/juhovepsalainen/Projects/gc/jklevents/node_modules/osmgeocoder/node_modules/request/request.js:239:10)
    at ClientRequest.EventEmitter.emit (events.js:95:17)
    at Socket.socketErrorListener (http.js:1547:9)
    at Socket.EventEmitter.emit (events.js:95:17)
    at net.js:440:14
    at process._tickCallback (node.js:415:13)

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