Skip to content

fix httpserver imports. print errors if they occur #2339

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

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

FoamyGuy
Copy link
Collaborator

This PR: adafruit/Adafruit_CircuitPython_HTTPServer#25 changed the way imports for this library need to be coded. This PR changes to the new import syntax for the only current Learn project that uses the library.

I've also added a print statement to print errors if they are caught so that they won't be silently consumed. This can make it easier to troubleshoot if something has gone wrong.

@FoamyGuy
Copy link
Collaborator Author

@BlitzCityDIY if you get a chance can you try this out? The httpserver library was updated after this project was published and the code needs tweaked slightly to work with the new one. I tested a minimal version, but I don't have the full project set up to try it out in the real environment.

@BlitzCityDIY
Copy link
Collaborator

hihi @FoamyGuy - thanks so much! just tested and everything is working great.

@BlitzCityDIY BlitzCityDIY merged commit 82c29fc into adafruit:main Nov 28, 2022
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 this pull request may close these issues.

2 participants