dazzag24

Results 24 comments of dazzag24

Take a look at this pull request. https://github.com/simonw/csvs-to-sqlite/pull/45 I was having similar issues and implemented something that solved my problem.

Same problem here.

I was having the same issue on MacOS when running the headless.ipynb notebook in VSCode. Since my main browser is Firefox I decided to see if using Firefox instead of...

> @dazzag24 Have you done here any progress? I think [Aman123lug](https://github.com/Aman123lug) volunteered to work on this.

@JeffersGlass Thanks for the heads up. I attempted to add your exception handler to my example. It didn't result in any extra info in the output or in the console.

> This is definitely a pyscript problem. If you do the following in Pyodide: > > ```js > await pyodide.loadPackage(["micropip", "numpy"]); > let micropip = pyodide.pyimport("micropip"); > await micropip.install(["pydicom"]) >...

Same behavior here. Just upgraded to wiki.js version 2.5.201 and I still see the issue. ![image](https://user-images.githubusercontent.com/1055831/121004793-ff6fe380-c786-11eb-835c-1e52dc0b965a.png)

Adding my vote for this.