Closed tjferry14 closed 10 years ago
The code is from Ole's File Transfer script. When Take Photo or Video is pressed it is supposed to start recording.
What is supposed to happen after the user clicks "Use Video"?
The video saves to the same directory as the script.
Does current code still crash your system or is this issue closed?
The current code still crashes my Pythonista app.
This might be an iOS 8 Beta issue, I will check on an iOS 7 device.
OK, This is an iOS 8 Beta Bug.
I am struggling to understand this code.
get_unused_filename()
anddo_POST()
never get called.do_GET()
only gets called once with self.path set to '/'.What is supposed to happen after the user clicks "Use Video"?