updating BUGS
This commit is contained in:
9
BUGs
9
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
|
||||
|
||||
Reference in New Issue
Block a user