Hi everyone, I have custom script that run UiPath Assistant in hidden mode. That’s mean that UI inside UiPath Assistant doesn’t load, and this is freezing all initialization.
It was working fine with UiPath 2022.4, but I don’t use my script for a while, and I try to use it again on new version UiPath 2024.10.
I guess that angular or/and electron cant run in hidden mode or without GUI (For example when I connect to my Windows computer via ssh, and system doesn’t render any GUI at all)
This is UiPath Assistant 2024.10 logs:
{"name":"Injector index (entry)","startTime":335.1694999933243,"delta":335.1694999933243}
{"name":"main.ts after imports","startTime":336.1384000778198,"delta":0.9689000844955444}
{"name":"Bootloader initialize","startTime":378.8208000063896,"delta":42.682399928569794}
{"name":"Bootloader start","startTime":445.56819999217987,"delta":66.74639999866486}
{"name":"Bootloader start after _getWindowOptions","startTime":464.1917999982834,"delta":18.623600006103516}
{"name":"Shell waiting for Electron ready","startTime":466.47809994220734,"delta":2.286300003528595}
{"name":"main window create","startTime":464.7348999977112,"delta":0.07050001621246338}
{"name":"main window loadURL","startTime":512.45849990844726,"delta":47.723599910736084}
{"name":"pre Angular ready","startTime":628.14860010147095,"delta":115.69010019302368}
{"name":"Shell ready-to-show","startTime":689.6208999156952,"delta":61.47229981422424}
{"name":"Angular ready","startTime":1789.9800065422,"delta":1125.471899986267}
Then initialization freezing and I opened UiPath Assistant mannualy with GUI:
{"name":"Shell ready-to-show","startTime":77975.53250002861,"delta":77985.54359996319}
so…
I can’t understand at this moment why it’s work on 2022.4 but not working in 2024.10?
It’s changing inside UiPath Assistant or its BUG and UiPath team don’t want to do this?
Here are logs from UiPath Assistant 2022.4:
{"name":"Before imports","duration":271.32599997520447}
{"name":"Bootloader initialize","duration":319.30629992485046}
{"name":"Electron Ready","duration":425.217200009346}
{"name":"Sentry-init","duration":0}
{"name":"Sentry","duration":70.4179996929169}
{"name":"Shell waiting for Electron ready","duration":567.5671999454498}
{"name":"Checking if we run from /Applications","duration":567.6412999629974}
{"name":"Creating Main Window","duration":567.654699921608}
{"name":"Angular ready","duration":1556.1019999980927}
{"name":"Shell ready-to-show","duration":1591.1607999801636}
Thanks in advance for any kind of help!