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

Traceback when compiling #39

Closed
muelli opened this issue Feb 27, 2020 · 1 comment
Closed

Traceback when compiling #39

muelli opened this issue Feb 27, 2020 · 1 comment

Comments

@muelli
Copy link

muelli commented Feb 27, 2020

I can't compile any more and Setzer complains like this:

Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7fa953339320>
Traceback (most recent call last):
  File "/usr/lib/python3.7/tempfile.py", line 448, in __del__
    self.close()
  File "/usr/lib/python3.7/tempfile.py", line 444, in close
    unlink(self.name)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmplyo6cwen/tmp0qgwyfdt.tex'
Traceback (most recent call last):
  File "/app/bin/document/build_system/build_system.py", line 53, in change_code_loop
    observer.change_notification(change_code['change_code'], self, change_code['parameter'])
  File "/app/bin/document/document_builder.py", line 61, in change_notification
    self.document.view.build_widget.reset_timer()
AttributeError: 'DocumentView' object has no attribute 'build_widget'
Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7fa953339320>
Traceback (most recent call last):
  File "/usr/lib/python3.7/tempfile.py", line 448, in __del__
    self.close()
  File "/usr/lib/python3.7/tempfile.py", line 444, in close
    unlink(self.name)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpwt2f5id3/tmpegdc1sxr.tex'

Unfortunately, I couldn't obtain any more logging information.

It looks like attribute access is assuming too much, i.e. the existence of "build_widget".

@cvfosammmm
Copy link
Owner

Should be fixed in latest master.

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

2 participants