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

catching errors for traceback serialization #19

Open
jakubjezek001 opened this issue Aug 22, 2023 · 1 comment
Open

catching errors for traceback serialization #19

jakubjezek001 opened this issue Aug 22, 2023 · 1 comment

Comments

@jakubjezek001
Copy link

All details can be found in the traceback.

Traceback:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/service/processor/__main__.py", line 10, in <module>
    sys.exit(syncsketch_processor.start_processing())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/service/processor/processor.py", line 120, in start_processing
    log_traceback(str(err))
                  ^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/ftrack_api/exception.py", line 43, in __str__
    return str(self.message.format(**keys))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: "u'default_projections'"
@torsdag
Copy link
Contributor

torsdag commented Oct 9, 2023

Hi @jakubjezek00,

sorry for the slow reply, would you be able to provide a minimal reproducible example?

cheers

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