Skip to content

Tries to upload non-existent weather and messages module #72

@thyttan

Description

@thyttan

Noticed in the Brave browser console output that the app loader tries to load weather and messagesmodule that doesn't exist. This was during an install of confthyttan default config. It didn't stop the collection of apps to be installed correctly.

So not a big problem.

Starting on line 7898 of confthyttan-upload-web-console.txt:

espruinotools.js:145 Loading modules
espruinotools.js:8828 loadModule(weather)
espruinotools.js:6783  GET https://espruino.github.io/BangleApps/modules/weather.min.js 404 (Not Found)

[...]

espruinotools.js:6783  GET https://espruino.github.io/BangleApps/modules/weather.js 404 (Not Found)

[...]

/BangleApps/?q=thy:1 Access to XMLHttpRequest at 'https://www.espruino.com/modules/weather.js' from origin 'https://espruino.github.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

line 1978:

 espruinotools.js:6783  GET https://espruino.github.io/BangleApps/modules/messages.js 404 (Not Found)

Some other ones:

Font7x11Numeric7Seg is not in the modules folder:

espruinotools.js:6772 getURL("https://espruino.github.io/BangleApps/modules/Font7x11Numeric7Seg.js") error : HTTP 404

Recorder:

espruinotools.js:6783  GET https://espruino.github.io/BangleApps/modules/recorder.js 404 (Not Found)

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