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

Does not work with opencv/opencv #54

Open
kleag opened this issue May 29, 2019 · 0 comments
Open

Does not work with opencv/opencv #54

kleag opened this issue May 29, 2019 · 0 comments

Comments

@kleag
Copy link

kleag commented May 29, 2019

When trying to execute the following command, I get the stack trace below. Note that I do not own this repository:

$ offline-issues opencv/opencv

It works on my projects and other projects I do not own.

/usr/local/lib/node_modules/offline-issues/src/index.js:121
      issue.comments.forEach(function (comment) {
                     ^

TypeError: issue.comments.forEach is not a function
    at Request._callback (/usr/local/lib/node_modules/offline-issues/src/index.js:121:22)
    at Request.self.callback (/usr/local/lib/node_modules/offline-issues/node_modules/request/request.js:185:22)
    at emitTwo (events.js:126:13)
    at Request.emit (events.js:214:7)
    at Request.<anonymous> (/usr/local/lib/node_modules/offline-issues/node_modules/request/request.js:1161:10)
    at emitOne (events.js:116:13)
    at Request.emit (events.js:211:7)
    at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/offline-issues/node_modules/request/request.js:1083:12)
    at Object.onceWrapper (events.js:313:30)
    at emitNone (events.js:111:20)

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