porunov/xiaomi_gdrive

Config Issues

mfizz1 opened this issue · 4 comments

I am having trouble configuring the gdrive.

Every time i try to configure it comes back with an error saying illegal insturction. The grep is unable to read a response from the response folder.

What version of the camera do you use?

I am using 47us, I have used a fork of your project by bobi, to my eyes it looks the same except for the gdrive paths are now in tmp/sd/

I believe the issue is with the way curl is being called. As it says illegal operation to whenever I type curl in console

Seems that you call the default curl of your camera. Not the curl which is included in this project. But I am not sure of it. I have been writing these scripts for my local camera (12CN). I cannot guarantee that it will work with any other camera.

I will try replacing the files with your version of curl, and see if that makes a difference.