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

No manifest_url provided in config, aborting! #118

Closed
milkywade opened this issue Dec 9, 2022 · 2 comments · Fixed by #119
Closed

No manifest_url provided in config, aborting! #118

milkywade opened this issue Dec 9, 2022 · 2 comments · Fixed by #119
Assignees
Labels
bug Something isn't working

Comments

@milkywade
Copy link

Hi. I'm using 0.2.6.

I am running the HTTP example and when I execute the following call in the loop function:

bool updatedNeeded = esp32FOTA.execHTTPcheck();

...I receive the message error in the issue title.

There is well a manifest_url variable:

const char *manifest_url = "http://192.168.1.100/ota/fota.json";

...and this variable is the one referenced by the following call in the setup() function:

esp32FOTA.setManifestURL( manifest_url );

Any ideas ?

Thanks !

@apppie123
Copy link

Yep, same issue here.

It seems that the last release of 2 days ago has broken this library.

I also see that a lot has changed in the HTTPS examples. They're suddenly all the same..

@tobozo
Copy link
Collaborator

tobozo commented Dec 10, 2022

sorry about that, I pushed this release a bit too fast, working on a fix now

@tobozo tobozo mentioned this issue Dec 10, 2022
@tobozo tobozo self-assigned this Dec 10, 2022
@tobozo tobozo added the bug Something isn't working label Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants