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

issue on updating the html section in webapp.py #239

Open
jeretc opened this issue Feb 24, 2024 · 5 comments
Open

issue on updating the html section in webapp.py #239

jeretc opened this issue Feb 24, 2024 · 5 comments

Comments

@jeretc
Copy link

jeretc commented Feb 24, 2024

Describe the bug
something strange, having updated the html section on webapp.py to include css within the html renders the pico pi from working. As in AP does not show up and also does not execute payload. Nothing happens.

To Reproduce
Steps to reproduce the behavior:

  1. edit update secrets.py to change AP name.
  2. edit update the html section of webapp.py
  3. remove pico and plug it in and nothing happens.

Expected behavior
Should be able to see the new AP, able to see the updated webpage and execute payload.

Screenshots
If applicable, add screenshots to help explain your problem.

Debug info
If possible, include debug serial data.
On Windows, use PuTTY, connect to the debug serial port (commonly COM3, but could vary)

On Linux, use minicom (minicom -b 115200 -o -D /dev/ttyACM0, where ttyACM0 corresponds to your device)

Additional context
I can provide the html section if required. Appreciate if you could help on what i need to check and fix.

@dbisu
Copy link
Owner

dbisu commented Feb 25, 2024

I would need to see your changes for any idea on what might not be working.

@jeretc
Copy link
Author

jeretc commented Feb 25, 2024

@dbisu , I replaced this section of the code in the webapp.py file:
https://justpaste.it/dpoam

@dbisu
Copy link
Owner

dbisu commented Mar 7, 2024

What errors are you getting in the debug serial?

@jeretc
Copy link
Author

jeretc commented Mar 12, 2024

@dbisu , i'm not too sure what you meant by debug serial? How do i get the info..

@dbisu
Copy link
Owner

dbisu commented Mar 13, 2024

Instructions here.

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

No branches or pull requests

2 participants