From 448b635d5a9938d980ff88bca5b840892b873e07 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 28 Jan 2024 23:27:02 +1100 Subject: [PATCH] updating BUGS --- BUGs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index a6e0fe5..9c00598 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,4 @@ -### Next: 125 +### Next: 126 BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?) = /photos/2012/20120414-damien/IMG_8467.JPG BUG-106: cant add trudy /pat? as refimgs via FaceDBox @@ -27,7 +27,14 @@ Traceback (most recent call last): File "/code/states.py", line 92, in __init__ self.url = pref.orig_url AttributeError: 'NoneType' object has no attribute 'orig_url' + -- should be much more defensive on this now - no more crashes, just persistent errors BUG-123: pa_job_manager crashed with timeout on connection (probably when I turned off traefik for a bit?). Regardless, should be more fault tolerant --> maybe offer to restart pa_job_manager IF its crashed? + this definitely happened also, when I shutdown the DB back-end mid job, and it was able to be restarted, so could get f/e to at least suggest a restart of the contianer, or auto-restart job_mgr? BUG-124: pa_job_manager output has no timestamp in logs + +BUG-125: when an image is highlighted, then post the contextmenu on a different image - the highlight does not move to the new image + and the selected menu function processes the original or the new depending on the way the code works. + There is a chance we need to change the document on click to a mouse down (or whatever the context menu + uses for default), rather than just fix the highlight