Open buch11 opened 6 years ago
event 4006 is a property change, this is harmless and unrelated
the 1008 getobjecthandle is the real error as you write . It is weird, we get told that the new object is there via the c101 event, but it does not seem to be there :/ here is the second occurence: 6.366640 camera_nikon_capture (2): event.Code is c101 / param 2b000001 6.366650 camera_nikon_capture (2): event.Code is c102 / param d10b 6.366658 camera_nikon_capture (2): event.Code is 4006 / param d10b
Oh, right! My wild guess would be maybe cache is not being overwritten fast-enough?
so how do we proceed on this? Is there is a nikon specific guide of some sort that talks about the events and how to handle them?
Hi!
I am using gphoto CLI on ubuntu with Nikon D5500.
I am trying to test timelapse my alternate images are failing with below error. I have seen many posts about this error but my debug log shows something else.
And after first image is written to LRU FSCACHE, i am seeing below error so many times in debug logs :
And after a few times of above lines a final error :
I tried googling event code 4006 but nothing comes up. Attaching full debug log as well. debug.log
Let me know if any more details are needed.