arduino-fetch icon indicating copy to clipboard operation
arduino-fetch copied to clipboard

'FetchClient' does not name a type

Open eslavko opened this issue 2 years ago • 7 comments

Something is broken here.. compiling aborted in second line with message:

'FetchClient' does not name a type

eslavko avatar Jul 22 '22 18:07 eslavko

Hi, I have the same issue. Did you resolve it ?

ben25belot avatar Aug 23 '22 15:08 ben25belot

sadly not

eslavko avatar Aug 24 '22 06:08 eslavko

Hey @eslavko & @ben25belot, I'm sorry I've been off for a while. Can you tell me on what boards you faced this issue?

instanceofMA avatar Dec 26 '22 10:12 instanceofMA

ESP8266 (ESP01 module)

eslavko avatar Dec 26 '22 16:12 eslavko

@eslavko I'm unable to reproduce this. If you have the code snippet that you ran, please share.

instanceofMA avatar Dec 26 '22 17:12 instanceofMA

Sadly I don't have the code as I delete it (not working) and then used other library.

Will try it again over holidays if I get some spare time.

eslavko avatar Dec 27 '22 09:12 eslavko

I've just hit this problem in PlatformIO and it was because both the PlatformIO and Arduino library managers only have v0.1.1 which doesn't have that type. I'm using the synchronous version for now.

Response response = fetch("some-url", options);

It would be great if this could be updated!

matthewturner avatar Oct 20 '23 18:10 matthewturner