Git Product home page Git Product logo

Comments (2)

blakmatrix avatar blakmatrix commented on June 4, 2024

I am currently on a family emergency in Alaska and have limited internet,
please record as much as you can. I welcome any Pull Request.

On Friday, January 31, 2014, Roman Nesterov [email protected]
wrote:

Sometimes have error. I didn't catch url or body, but if i will i write
here.

TypeError: Cannot read property 'next_page' of undefined

TypeError: Cannot read property 'next_page' of undefined
at www/node_modules/node-zendesk/lib/client/client.js:179:22
at Request._callback (www/node_modules/node-zendesk/lib/client/client.js:155:5)
at Request.self.callback (www/node_modules/node-zendesk/node_modules/request/main.js:127:22)
at Request.EventEmitter.emit (events.js:98:17)
at Request. (www/node_modules/node-zendesk/node_modules/request/main.js:767:16)
at Request.EventEmitter.emit (events.js:117:20)
at IncomingMessage. (www/node_modules/node-zendesk/node_modules/request/main.js:729:14)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickDomainCallback (node.js:459:13)

Reply to this email directly or view it on GitHubhttps://github.com//issues/15
.

Farrin A. Reid
Software Engineer
Phone: (907)460-6713
http://www.linkedin.com/in/farrinreid

from node-zendesk.

drobern avatar drobern commented on June 4, 2024

Hi rhrn

I just created an issue for this as well but had a proposed solution. See issue #18

Basically I have put

 if (! result)
         return callback("Result is NULL");
    if (result)
         nextPage = result.next_page;  

Where I see

nextPage = result.next_page;

I'll create a Pull request for this

Dave

from node-zendesk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.