Skip to content

[MicroBoard] Error raised after re-executing the code #5

Description

@yeyeto2788

After successfully running the code for the first time, then upload changes on the code and error is raised on the part of the code from the MicroBoard/releases/MicroBoard.py file in the s.bind(addr) method call.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "MicroBoard.py", line 109, in <module>
  File "MicroBoard.py", line 88, in main
OSError: [Errno 98] EADDRINUSE

It might be due to not resetting the AP when the script starts.

More investigation is needed in order to clarify a possible solution in here.

More info:

>>> import os
>>> os.uname()
(sysname='esp8266', nodename='esp8266', release='2.0.0(5a875ba)', version='v1.9.3-8-g63826ac5c on 2017-11-01', machine='ESP module with ESP8266')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions