Advertisement
VincentOostelbos

AnkiCollab error message

Feb 22nd, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Error
  2. An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
  3. If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
  4. When you've discovered the add-on that is causing the problem, please report the issue to the add-on author.
  5. Debug info:
  6. Anki 2.1.54 (b6a7760c) Python 3.9.7 Qt 5.15.2 PyQt 5.15.5
  7. Platform: Windows 10
  8. Flags: frz=True ao=True sv=2
  9. Add-ons, last update check: 2023-02-22 11:11:32
  10.  
  11. Exception in thread Thread-4:
  12. Traceback (most recent call last):
  13. File "threading", line 973, in _bootstrap_inner
  14. File "threading", line 910, in run
  15. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\main.py", line 75, in request_update
  16. handle_pull(None)
  17. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\import_export.py", line 77, in handle_pull
  18. deck.save_to_collection(aqt.mw.col, import_config=config)
  19. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\crowd_anki\representation\deck.py", line 140, in save_to_collection
  20. self.save_decks_and_notes(collection=collection,
  21. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\crowd_anki\representation\deck.py", line 163, in save_decks_and_notes
  22. note.save_to_collection(collection, self, model_map_cache, import_config=import_config)
  23. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\crowd_anki\representation\note.py", line 119, in save_to_collection
  24. self.handle_model_update(collection, model_map_cache)
  25. File "C:\Users\whats\AppData\Roaming\Anki2\addons21\1957538407\crowd_anki\representation\note.py", line 76, in handle_model_update
  26. collection.models.change(self.note_type(),
  27. File "anki.models", line 407, in change
  28. File "anki.collection", line 328, in mod_schema
  29. File "anki.hooks_gen", line 607, in __call__
  30. File "aqt.main", line 1496, in onSchemaMod
  31. Exception: not in main thread
  32. Exception in threading.excepthook:
  33. Exception ignored in thread started by: <bound method Thread._bootstrap of <Thread(Thread-4, started 18040)>>
  34. Traceback (most recent call last):
  35. File "threading", line 930, in _bootstrap
  36. File "threading", line 975, in _bootstrap_inner
  37. File "threading", line 1244, in invoke_excepthook
  38. AttributeError: 'ErrorHandler' object has no attribute 'flush'
  39. Exception ignored in sys.unraisablehook: <built-in function unraisablehook>
  40. AttributeError: 'ErrorHandler' object has no attribute 'flush'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement