gopro-py-api icon indicating copy to clipboard operation
gopro-py-api copied to clipboard

problem on getPhotoInfo

Open fitzchevaleri opened this issue 5 years ago • 2 comments

Hi, when I try to use function "getPhotoInfo", like this goproCamera.getPhotoInfo('h','the url give by take_photo'), I have the error "raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder. JSONDecodeError : Expecting value: line1 column 1 (char 0)"

So I read thing where they say the problem is that the variable is a string and not a json object. But I don't really understand where is the problem.

thank you

fitzchevaleri avatar Aug 28 '19 12:08 fitzchevaleri

What camera?

KonradIT avatar Aug 28 '19 19:08 KonradIT

gopro hero 7 black

fitzchevaleri avatar Aug 29 '19 07:08 fitzchevaleri