Top "Superagent" questions

TypeError: str.charCodeAt is not a function

I updated to node version 6 today and that might've broke something. I tried to get back to node 5.10 but the …

javascript node.js v8 superagent
Ensuring Express App is running before each Mocha Test

I am working on developing a REST API using ExpressJS, NodeJS, Mongoose and Mocha. The thing is that I have …

node.js express mongoose mocha.js superagent
Cannot read property 'parent' of undefined - Node.js

I was trying to employ superagent and cheerio to crawl data from kijiji for learning, while I got an error …

javascript node.js cheerio superagent
Read response output buffer/stream with supertest/superagent on node.js server

I am trying to write a test that checks whether an API route outputs a ZIP file with the correct …

node.js zip mocha.js superagent supertest
Mocha Test: Uncaught TypeError: Cannot read property 'status' of null

Learning TDD and my first simple test for my "Hello World" server response is failing in Mocha. I'm using Mocha.…

javascript node.js mocha.js superagent expect.js
Trying to post multipart/form-data with node.js supertest

I was trying to use Node.js supertest to test some REST API I had written. I need to send …

javascript node.js supertest superagent
Promises es6 and superagent

I'm attempting to use es6 promises with superagent. I'm attempting to call a function that has a superagent request wrapped …

ecmascript-6 superagent es6-promise
Unexpected end of MIME multipart stream. MIME multipart message is not complete. Web API and superagent

I have a problem with uploading files from client to web api. I am getting this error "Unexpected end of …

c# reactjs file-upload superagent
How do I send a request with superagent that uses the same query parameter

I am trying to make a request against a php server that is constructing the url like this: website.com/?…

javascript node.js superagent
React/Redux + super agent, first call gets terminated

I am writing a react-redux app where I am making some service calls in my middlewares using superagent. I have …

javascript reactjs redux superagent