leaningtech / cheerpj-meta

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.
https://labs.leaningtech.com/cheerpj
459 stars 21 forks source link

CheerpJ works with Node's http-server but not with Python's http.server #175

Closed kolovos closed 9 months ago

kolovos commented 9 months ago

To reproduce this issue:

00:16:42.398 Uncaught (in promise) TypeError: cb is not a function
    onData https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:791
    ddlOnData https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:393
    promise callback*ddlOnData https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:367
    ddlOnData https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:399
    promise callback*ddlOnData https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:367
    ddlOnLoad https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:323
    ddlSend https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:444
    promise callback*ddlSend https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:443
    webReadAsyncLoop https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:801
    webReadAsync https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:741
    cheerpOSRead https://cjrtnc.leaningtech.com/3.0rc1/cheerpOS.js:2183
    Ke https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    abl https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    GT https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    vd https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    y6 https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    vd https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    ws https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    <anonymous> https://cjrtnc.leaningtech.com/3.0rc1/cj3.js line 1 > eval:9
    dk https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    Wr https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    <anonymous> https://cjrtnc.leaningtech.com/3.0rc1/cj3.js line 1 > eval:1
    BQ https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    Bw https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    uC https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    MK https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    R5 https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    Wt https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    adC https://cjrtnc.leaningtech.com/3.0rc1/cj3.js:1
    cj3LoadImpl https://cjrtnc.leaningtech.com/3.0rc1/cj3loader.js:80
    promise callback*cj3LoadImpl/< https://cjrtnc.leaningtech.com/3.0rc1/cj3loader.js:66
    promise callback*cj3LoadImpl https://cjrtnc.leaningtech.com/3.0rc1/cj3loader.js:64
    cheerpjInit https://cjrtnc.leaningtech.com/3.0rc1/cj3loader.js:274
    <anonymous> http://localhost:8080/:5
cheerpOS.js:791:6
alexp-sssup commented 9 months ago

Does this Web server support HTTP byte ranges? It is a basic HTTP feature and it's required for CheerpJ

kolovos commented 9 months ago

Many thanks for the quick response. No, it doesn't seem to support range requests https://github.com/python/cpython/issues/86809