8000 Calculator example gives ENOENT error with MicroPython · Issue #107 · invent-framework/invent · GitHub
[go: up one dir, main page]

Skip to content
Calculator example gives ENOENT error with MicroPython #107
Closed
@mhsmith

Description

@mhsmith

It shows this in the console, but I don't see any indication of what file wasn't found:

{
    "name": "ErrnoError",
    "errno": 44,
    "code": "ENOENT",
    "message": "No such file or directory"
}

Ln @ custom.js:167
await in Ln (async)
define @ custom.js:251
(anonymous) @ core.js:291
Promise.then (async)
(anonymous) @ core.js:164

If I change type="mpy" to type="py", then it works fine.

It looks like this problem was introduced by #104, as the previous main branch commit (7ccfed1) works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0