You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gus, having an issue here and has no clue when I try to download a media file from gopro
import requests
url = "http://172.29.141.51:8080/videos/DCIM/100GOPRO/GX010519.MP4"
response = requests.request("GET", url)
print(response.text)
When I use the above code python just crashed. I was wondering where will this file save to, because there is no directry input to let the gopro know where to save the file, e.g d:/goprofiles/ something like that.
Thanks for the help.
The text was updated successfully, but these errors were encountered:
Hi gus, having an issue here and has no clue when I try to download a media file from gopro
import requests
url = "http://172.29.141.51:8080/videos/DCIM/100GOPRO/GX010519.MP4"
response = requests.request("GET", url)
print(response.text)
When I use the above code python just crashed. I was wondering where will this file save to, because there is no directry input to let the gopro know where to save the file, e.g d:/goprofiles/ something like that.
Thanks for the help.
The text was updated successfully, but these errors were encountered: