Can't open hub on Linux(pop OS)

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)

Try the Flatpak version if you haven’t already. Even on Ubuntu 22.04 it was the only one I could get working: Install Unity Hub on Linux | Flathub

(Keep in mind Flatpaks are sandboxed, so if you run into issues with things not being detected down the line it could be related to that)