Giter VIP home page Giter VIP logo

Comments (3)

wagnered avatar wagnered commented on July 19, 2024

I was wrong about Vorbis comments. According to to xiph.org specs, the encoding must be utf8. So evidently, the FLAC files were either corrupted or improperly encoded.

I confirmed that the FLAC files were the problem by examining an mp3 file with Vdebug while stepping through the code, so I will close this issue.

Vdebug is a great vim plugin. Along with the ALE plugin, I have a very effective IDE with only 3 gb ram on a Samsung tablet.

Thanks

from vdebug.

wagnered avatar wagnered commented on July 19, 2024

I repeated the testwith the mp3 file. On second attempt to reproduce , it also didplayed the same AttributeError.

from vdebug.

artfulrobot avatar artfulrobot commented on July 19, 2024

I get this error when trying to inspect most variables (occasionally it works, haven't figured out the pattern, though!)

- [ERROR] {Fri 13 2021 08:16:26} An error occured: <class 'AttributeError'>                                                                                                                                        
Traceback (most recent call last):                                                                                                                                                                                 
  File "/home/rich/.local/share/nvim/plugged/vdebug/python3/vdebug/event.py", line 784, in dispatch_event                                                                                                          
    Dispatcher.events[name](self.__session_handler).run(*args)                                                                                                                                                     
  File "/home/rich/.local/share/nvim/plugged/vdebug/python3/vdebug/event.py", line 411, in run                                                                                                                     
    self.ui.windows.watch().accept_renderer(rend)                                                                                                                                                                  
  File "/home/rich/.local/share/nvim/plugged/vdebug/python3/vdebug/ui/vimui.py", line 619, in accept_renderer                                                                                                      
    self.write(renderer.render())                                                                                                                                                                                  
  File "/home/rich/.local/share/nvim/plugged/vdebug/python3/vdebug/ui/vimui.py", line 910, in render                                                                                                               
    properties = self.response.get_context()                                                                                                                                                                       
  File "/home/rich/.local/share/nvim/plugged/vdebug/python3/vdebug/dbgp.py", line 150, in get_context                                                                                                              
    self.create_properties(EvalProperty(c, code, self.api.language))                                                                                                                                               
AttributeError: 'NoneType' object has no attribute 'isdigit'                    

It also blows up if I try to get back to the context window:

:python debugger.get_context()
Error detected while processing function provider#python#Call:                                                                                                                                                     
line   18:                                                                                                                                                                                                         
Error invoking 'python_execute' on channel 19 (python2-script-host):                                                                                                                                               
Traceback (most recent call last):                                                                                                                                                                                 
  File "<string>", line 1, in <module>                                                                                                                                                                             
NameError: name 'debugger' is not defined 

Is this related?

I'm on nvim 0.5.0 and vdebug 2.0.0

from vdebug.

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.