You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly the debugger can help. But I fail to get anything more useful than implementing one of the above things without changing the code. Anyway, redirect stdout: python3 -m pdb ./xxx/theCodeToDebug.py
(pdb) !import sys
(pdb) !sys.stderr = open("~/fuse_debug.txt", "w")
c
The debugger is left when main() is called, and I know no possibility to avoid this.
Started using this library:
but it crashes in non-debug mode, and in debug mode no errors. catching exception does not help.
how to get logs out of the problem?
In that example, crash can be avoided by not using any plex server related in
section_types
methodthis still crashes even faulti part is catch'ed:
tl;dr: crashes on macos in normal mode. does not crash under -f, does not crash under -d, and under -d no known exception is thrown.
The text was updated successfully, but these errors were encountered: