We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi i try npm test and i have an error:
{ Error: Request failed with status code 404 at createAxiosError (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/utils.js:147:15) at Object.settle (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/utils.js:126:9) at handleRequest (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/handle_request.js:67:13) at /home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/index.js:26:9 at new Promise (<anonymous>) at MockAdapter.<anonymous> (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/index.js:25:14) at dispatchRequest (/home/dario/binance-traderBot/node_modules/axios/lib/core/dispatchRequest.js:59:10) at <anonymous> isAxiosError: true, config: { transformRequest: { '0': [Function: transformRequest] }, transformResponse: { '0': [Function: transformResponse] }, timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, validateStatus: [Function: validateStatus], headers: { Accept: 'application/json, text/plain, */*', 'X-MBX-APIKEY': 'APIKEY' }, method: 'get', baseURL: 'https://www.binance.com/', params: { symbol: 'ETHBTC' }, url: 'https://www.binance.com/api/v1/ticker/24hr', data: undefined }, response: { status: 404, data: { msg: 'error 404' }, headers: undefined, config: { transformRequest: [Object], transformResponse: [Object], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, validateStatus: [Function: validateStatus], headers: [Object], method: 'get', baseURL: 'https://www.binance.com/', params: [Object], url: 'https://www.binance.com/api/v1/ticker/24hr', data: undefined }, request: { responseUrl: 'https://www.binance.com/api/v1/ticker/24hr' } } } Error Message: error 404
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi i try npm test and i have an error:
{ Error: Request failed with status code 404 at createAxiosError (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/utils.js:147:15) at Object.settle (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/utils.js:126:9) at handleRequest (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/handle_request.js:67:13) at /home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/index.js:26:9 at new Promise (<anonymous>) at MockAdapter.<anonymous> (/home/dario/binance-traderBot/node_modules/axios-mock-adapter/src/index.js:25:14) at dispatchRequest (/home/dario/binance-traderBot/node_modules/axios/lib/core/dispatchRequest.js:59:10) at <anonymous> isAxiosError: true, config: { transformRequest: { '0': [Function: transformRequest] }, transformResponse: { '0': [Function: transformResponse] }, timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, validateStatus: [Function: validateStatus], headers: { Accept: 'application/json, text/plain, */*', 'X-MBX-APIKEY': 'APIKEY' }, method: 'get', baseURL: 'https://www.binance.com/', params: { symbol: 'ETHBTC' }, url: 'https://www.binance.com/api/v1/ticker/24hr', data: undefined }, response: { status: 404, data: { msg: 'error 404' }, headers: undefined, config: { transformRequest: [Object], transformResponse: [Object], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, validateStatus: [Function: validateStatus], headers: [Object], method: 'get', baseURL: 'https://www.binance.com/', params: [Object], url: 'https://www.binance.com/api/v1/ticker/24hr', data: undefined }, request: { responseUrl: 'https://www.binance.com/api/v1/ticker/24hr' } } } Error Message: error 404
The text was updated successfully, but these errors were encountered: