python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.3k stars 580 forks source link

Hi! I have some errors with eel.js #599

Open Bomjdeveloper opened 2 years ago

Bomjdeveloper commented 2 years ago

I connect eel.js. But browser show me some errors. This error: Uncaught TypeError: Cannot read properties of undefined (reading 'length') at Object._mock_py_functions (eel.js:35:46) at Object._init (eel.js:107:13) at eel.js:165:5

ZJUAlexChen commented 1 year ago

I got the same issue too, did u fix it?

dstricks commented 1 year ago

I need more information to help. Can you start by providing some system information:

Also, do you have small example code snippets which can reproduce this issue?