Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'FetchClient' does not name a type #5

Open
eslavko opened this issue Jul 22, 2022 · 7 comments
Open

'FetchClient' does not name a type #5

eslavko opened this issue Jul 22, 2022 · 7 comments
Assignees

Comments

@eslavko
Copy link

eslavko commented Jul 22, 2022

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

'FetchClient' does not name a type

@ben25belot
Copy link

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

@eslavko
Copy link
Author

eslavko commented Aug 24, 2022

sadly not

@instanceofMA instanceofMA self-assigned this Dec 25, 2022
@instanceofMA
Copy link
Owner

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

@eslavko
Copy link
Author

eslavko commented Dec 26, 2022

ESP8266 (ESP01 module)

@instanceofMA
Copy link
Owner

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

@eslavko
Copy link
Author

eslavko commented Dec 27, 2022

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.

@matthewturner
Copy link

matthewturner commented Oct 20, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants