KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.38k stars 211 forks source link

ERROR: HTTP Error 500: Internal Server Error when trying to download images #201

Open tvial-tagheuer opened 1 year ago

tvial-tagheuer commented 1 year ago

Describe the bug Error 500 when downloading images from a Gopro Hero 4.

To Reproduce Steps to reproduce the behavior:

  1. Use the script provided in examples: https://github.com/KonradIT/gopro-py-api/blob/master/examples/dump_sdcard.py
  2. Error 500 will appear

Expected behavior Files to be downloaded correctly without error.

Screenshots

$ python gopro-download-all.py
HERO4 Silver
HD4.01.05.00.00
Camera successfully connected!
filename: GOPR0006.JPG
ERROR: HTTP Error 500: Internal Server Error
filename: GOPR0007.JPG
ERROR: HTTP Error 500: Internal Server Error
filename: GOPR0008.JPG
ERROR: HTTP Error 500: Internal Server Error

Desktop (please complete the following information):

Additional context