All I get is Error code: R-122 and
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:
RequestError: unable to verify the first certificate
at ClientRequest.<anonymous> (/opt/shadow-tech/resources/app.asar/release/main/main.js:127:230900)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:525:35)
at ClientRequest.emit (node:domain:489:12)
at e.emit (/opt/shadow-tech/resources/app.asar/release/main/main.js:381:110948)
at TLSSocket.socketErrorListener (node:_http_client:502:9)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at TLSSocket.onConnectSecure (node:_tls_wrap:1543:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at TLSSocket._finishInit (node:_tls_wrap:962:8)
at TLSWrap.onhandshakedone (node:_tls_wrap:746:12)
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:
RequestError: unable to verify the first certificate
at ClientRequest.<anonymous> (/opt/shadow-tech/resources/app.asar/release/main/main.js:127:230900)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:525:35)
at ClientRequest.emit (node:domain:489:12)
at e.emit (/opt/shadow-tech/resources/app.asar/release/main/main.js:381:110948)
at TLSSocket.socketErrorListener (node:_http_client:502:9)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at TLSSocket.onConnectSecure (node:_tls_wrap:1543:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at TLSSocket._finishInit (node:_tls_wrap:962:8)
at TLSWrap.onhandshakedone (node:_tls_wrap:746:12)
Using https://gitlab.com/aar642/shadow-repackaged too now, that one works fine.
Pinned Comments
tionis commented on 2023-02-12 14:37 (UTC)
I'm not really using this package anymore, as I migrated to use https://gitlab.com/aar642/shadow-repackaged directly, but I don't want to change the upstream AppImage to shadow-repackaged as this may disrupt other users of this repo. I will continue to update the PKGBUILD until someone else wants to take over.
LinuxLoverForeve commented on 2022-11-12 22:51 (UTC) (edited on 2022-11-12 22:55 (UTC) by LinuxLoverForeve)
Finally got my issue resolved. None of the packages that got pinned after I unsubscribed helped. (although they motivated me to resubscribed and try again) I reached out to shadow support and said that they officially support Ubuntu but I couldn't get that working in a VM. (which was true) The person who responded directed me to a repo that helped a lot. https://gitlab.com/aar642/shadow-repackaged
In my case my issue was you can't run plex and shadow at the same time and once I stopped the plex service it worked like a charm. (Note: the Stable version over there didn't work for me but the Beta and Alpha work fine as well the package in this repo. @tionis I highly recommend pinning the link to that gitlab as it has a bunch of possible issues listed with workarounds for a lot of the popular branches. (Arch among others)
pychuang commented on 2022-02-05 00:57 (UTC) (edited on 2022-02-05 00:58 (UTC) by pychuang)
Some notes:
Some dependencies may be required and were reported by other users. They are not in PKGBUILD because I personally haven't had any issue running Shadow without these packages. I need more users' reports to confirm they are really required before putting them into PKGBUILD. So please try the following dependencies if you encounter errors, and please report here if these dependencies do resolve your errors.
libldap24
from AURnet-tools
xdg-utils
flatpak