Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

fatal error - ""could not find associated master data #133

Open
lasergoat opened this issue Nov 16, 2017 · 0 comments
Open

fatal error - ""could not find associated master data #133

lasergoat opened this issue Nov 16, 2017 · 0 comments

Comments

@lasergoat
Copy link

Thank you for taking the time to report your feedback!

steps:

  1. create an axios request to some webservice
  2. set a timeout on the axios config
  3. get the below error...

example code:

const axios = require("axios");


axios.get('someurl`, {timeout: 10000})
  • The version of Node that you are experiencing the problem on.
    • v6.2.2
  • The operating system, browser and browser version you are experiencing the problem on.
    • high sierra 10.13.1
  • Any pertinent error information you can give, including error message, stack trace, etc.
/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/inspectors/ClientRequestInspector.js:246
            throw new Error('Internal error: could not find associated master data');
            ^

Error: Internal error: could not find associated master data
    at ClientRequestInspector.onRequestError (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/inspectors/ClientRequestInspector.js:246:19)
    at Object.listeners._a.(anonymous function) [as listener] (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/inspectors/ClientRequestInspector.js:139:96)
    at Tracing.publish (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/tracing/Tracing.js:31:26)
    at HttpClientProxy.publishRequestErrorEvent (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/tracing/module_instrumentors/HttpClientProxy.js:26:27)
    at ClientRequest.<anonymous> (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/tracing/module_instrumentors/HttpClientProxy.js:142:26)
    at ClientRequest.wrappedCallback (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/async-track/async-track.js:346:33)
    at emitOne (events.js:101:20)
    at ClientRequest.emit (events.js:188:7)
    at Socket.socketCloseListener (_http_client.js:284:9)
    at Socket.wrappedCallback (/Users/daniel/Projects/terminalservice/node_modules/@glimpse/glimpse-agent-node/release/async-track/async-track.js:346:33)
[nodemon] app crashed - waiting for file changes before starting...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant