Giter Site home page Giter Site logo

Comments (7)

kevinsawicki avatar kevinsawicki commented on July 22, 2024

If you open up the dev tools before the error occurs, it should include the entire stack trace which might make it easier to track down.

from text-buffer.

akonwi avatar akonwi commented on July 22, 2024

I was looking for the entire stack trace but I'm not seeing it.

Here is what I get in the console
screen shot 2014-04-24 at 2 06 50 pm

from text-buffer.

kevinsawicki avatar kevinsawicki commented on July 22, 2024

Were the dev tools already open before the error occurred? They need to be for the entire stack trace to display.

from text-buffer.

akonwi avatar akonwi commented on July 22, 2024

Ahh! I've got it. Here is the relevant section:

Uncaught TypeError: Cannot read property 'length' of undefined    
  /Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:154
module.exports.TextBuffer.lineLengthForRow     
  /Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:154
module.exports.Editor.lineLengthForBufferRow  
  /Applications/Atom.app/Contents/Resources/app/src/editor.js:429
module.exports.FuzzyProvider.lastTypedWord 
  fuzzy-provider.coffee:104
module.exports.FuzzyProvider.addLastWordToList 
  fuzzy-provider.coffee:81
module.exports.FuzzyProvider.onChanged 
  fuzzy-provider.coffee:73
(anonymous function) 
  fuzzy-provider.coffee:1

length is being accessed at L198 in text-buffer.coffee inside lineLengthForRow.
And the row variable is coming from FuzzyProvider.

I fiddled around with it and the error occurs only when a new line is not inserted into the file.

from text-buffer.

kevinsawicki avatar kevinsawicki commented on July 22, 2024

I don't think FuzzyProvider is included with Atom, could this be from a package you've installed?

from text-buffer.

akonwi avatar akonwi commented on July 22, 2024

Yep, it's in the autocomplete-plus package. I just disabled it and there are no problems. I'll take this over there then.

Thanks!

from text-buffer.

kevinsawicki avatar kevinsawicki commented on July 22, 2024

You are welcome, thanks for letting me know.

from text-buffer.

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.