tjferry14 / My-Pythonista-Projects

Some random side projects of mine for Pythonista. Most of these are WIP. Also everything was designed on an iPad. Feel free to use and take whatever you need!
26 stars 8 forks source link

Speech: Pressing 'Take Photo or Video' crashes Pythonista #8

Closed tjferry14 closed 10 years ago

cclauss commented 10 years ago

I am struggling to understand this code. get_unused_filename() and do_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"?

tjferry14 commented 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.

cclauss commented 10 years ago

What is supposed to happen after the user clicks "Use Video"?

tjferry14 commented 10 years ago

The video saves to the same directory as the script.

cclauss commented 10 years ago

Does current code still crash your system or is this issue closed?

tjferry14 commented 10 years ago

The current code still crashes my Pythonista app.

tjferry14 commented 10 years ago

This might be an iOS 8 Beta issue, I will check on an iOS 7 device.

tjferry14 commented 10 years ago

OK, This is an iOS 8 Beta Bug.