Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to initialize Pyodide #78

Open
rgr03 opened this issue Aug 19, 2024 · 0 comments
Open

failed to initialize Pyodide #78

rgr03 opened this issue Aug 19, 2024 · 0 comments

Comments

@rgr03
Copy link

rgr03 commented Aug 19, 2024

I am new to programming and cannot understand if this message is due to a error on my part:

Failed to initialize Pyodide: PythonError: Traceback (most recent call last):
File "/lib/python3.8/asyncio/tasks.py", line 661, in ensure_future
task = loop.create_task(coro_or_future)
File "/lib/python3.8/site-packages/pyodide/webloop.py", line 212, in create_task
task = asyncio.tasks.Task(coro, loop=self, name=name)
File "/lib/python3.8/asyncio/tasks.py", line 164, in init
self._loop.call_soon(self.__step, context=self._context)
File "/lib/python3.8/site-packages/pyodide/webloop.py", line 104, in call_soon
return self.call_later(delay, callback, *args, context=context)
File "/lib/python3.8/site-packages/pyodide/webloop.py", line 145, in call_later
setTimeout(create_once_callable(h._run), delay * 1000)
JsException: TypeError: Illegal invocation

I could run my codes smoothly a few days back but this error message keeps popping up now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant