ninthday / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

ImageMediaProbe: Crash with "Not all required values specified" #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
BasicPipeline + ImageMediaProbe

What is the expected output? What do you see instead?
Crash on save

What version of the product are you using? On what operating system?
Nexus 4
Android 4.4.2
Funf 0.4.2

Please provide any additional information below.

Log output:

03-12 15:03:36.934  11444-11470/at.tugraz.knowcenter.uiprototype E/Funf﹕ 
Unable to save data.  Not all required values specified. 0.0 
edu.mit.media.funf.probe.builtin.ImageMediaProbe - 
{"_display_name":"{\"ONE_WAY_HASH\":\"5f149ee5ed7a8af9eb6b6b50c73e68627074d49d\"
}","_id":"91045","_size":0,"bucket_display_name":"{\"ONE_WAY_HASH\":\"4da9c9af96
31e294961d5a16fdc681ca3d84f508\"}","bucket_id":"-1739773001","date_added":139455
7072,"date_modified":0,"datetaken":1394557072370,"description":"{\"ONE_WAY_HASH\
":\"\"}","isprivate":0,"latitude":0.0,"longitude":0.0,"mime_type":"image/jpeg","
mini_thumb_magic":1328604911,"orientation":0,"timestamp":0.0,"title":"{\"ONE_WAY
_HASH\":\"93396f16730e740307d3bf1674cf31ea7fb9b935\"}"}
03-12 15:03:36.934  11444-11470/at.tugraz.knowcenter.uiprototype W/dalvikvm﹕ 
threadid=12: thread exiting with uncaught exception (group=0x41559ba8)
03-12 15:03:36.934  11444-11470/at.tugraz.knowcenter.uiprototype 
E/AndroidRuntime﹕ FATAL EXCEPTION: edu.mit.media.funf.pipeline.BasicPipeline
    Process: at.tugraz.knowcenter.uiprototype, PID: 11444
    android.database.SQLException: Not all required fields specified.
            at edu.mit.media.funf.pipeline.BasicPipeline.writeData(BasicPipeline.java:152)
            at edu.mit.media.funf.pipeline.BasicPipeline$1.handleMessage(BasicPipeline.java:120)
            at android.os.Handler.dispatchMessage(Handler.java:98)
            at android.os.Looper.loop(Looper.java:136)
            at android.os.HandlerThread.run(HandlerThread.java:61)

Original issue reported on code.google.com by markus.p...@gmail.com on 12 Mar 2014 at 2:08

GoogleCodeExporter commented 9 years ago
Looks like the same problem as in Issue 105

Original comment by markus.p...@gmail.com on 12 Mar 2014 at 2:20