Kaleido Startup Failed due to Pipes

I opened this issue

But I’m wondering if anyone here might have a clue as to what is going on.

I installed PlotlyKaleido.jl and ran the PlotlyKaleido.start() which yielded:

ERROR: Kaleido startup failed.
Stacktrace:
 [1] error(s::String)
   @ Base .\error.jl:35
 [2] start(; plotly_version::Missing, kwargs::@Kwargs{})
   @ PlotlyKaleido C:\Users\mrufsvold\.julia\packages\PlotlyKaleido\gfUAu\src\PlotlyKaleido.jl:72       
 [3] start()
   @ PlotlyKaleido C:\Users\mrufsvold\.julia\packages\PlotlyKaleido\gfUAu\src\PlotlyKaleido.jl:26       
 [4] top-level scope
   @ c:\Users\mrufsvold\Projects\DIL-price-transparency-scraper\TableCompressor.jl\docs\src\index.md:40 

Clicking through the Stacktrace, it looks like Kaleido captures Pipes like stdin and stdout and is having trouble doing this upon startup. I’m stumped as to why that might be.

Looking at your issue, I unfortunately cannot reproduce on Julia Version 1.10.0-beta2, OS: Windows (x86_64-w64-mingw32) and PlotlyKaleido v2.1.0, nor other OSes and Julia versions.
Are you able to reproduce on other similar or different systems?