I use apt installed HUB, but i can’t use it.He will be stuck on the Logo interface.
When I start him in shell it shows the following error:
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
ConnectionLost: Timeout! Cannot connect to Licensing Client within 60000ms
at Function.fromType (/opt/unityhub/resources/app.asar/node_modules/ @licensing /licensing-sdk/lib/core/ipc/licensingIpc.js:51:16)
at LicensingIpc.waitForConnection (/opt/unityhub/resources/app.asar/node_modules/ @licensing /licensing-sdk/lib/core/ipc/licensingIpc.js:118:152)
at LicensingSdk.getMachineId (/opt/unityhub/resources/app.asar/node_modules/ @licensing /licensing-sdk/lib/core/licensingSdk.js:68:37)
at Object. (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:118:86)
at Generator.next ()
at /opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:31:71
at new Promise ()
at __awaiter (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:27:12)
at Object.getMachineId (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:117:16)
at Object. (/opt/unityhub/resources/app.asar/build/main/services/cloudAnalytics/cloudAnalytics.js:96:56)
^CThis error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: this.ipc.server.stop is not a function
at UnityIPCServer.closeSockets (/opt/unityhub/resources/app.asar/build/main/common/ipc/UnityIPCServer.js:51:25)
at HubIPCService.stop (/opt/unityhub/resources/app.asar/build/main/services/localIPC/hubIPCService.js:42:24)
at App. (/opt/unityhub/resources/app.asar/build/main/app.js:340:33)
at Generator.next ()
at /opt/unityhub/resources/app.asar/build/main/app.js:7:71
at new Promise ()
at __awaiter (/opt/unityhub/resources/app.asar/build/main/app.js:3:12)
at App.quitApp (/opt/unityhub/resources/app.asar/build/main/app.js:334:16)
at App.quitGracefully (/opt/unityhub/resources/app.asar/build/main/app.js:309:14)
at App.before-quit (/opt/unityhub/resources/app.asar/build/main/app.js:74:26)