Hey all, after updating this package to 11.21.0
I'm now getting a crash on startup:
[jay@m16 ~]$ postman
The disableGPU setting is set to undefined
Not disabling GPU
Main: Starting cleanup of stale files
Main: Cleanup of stale files completed
Main~createDefaultWorkingDir - Default working dir creation already attempted
Main~booting: Failed TypeError: _this._getProxy is not a function
at new HTTPSTransport (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/transports/https.js:13:27)
at NodeBackend._setupTransport (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/backend.js:55:16)
at NodeBackend.BaseBackend (/opt/postman/app/resources/app/node_modules/@sentry/core/dist/basebackend.js:19:32)
at new NodeBackend (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/backend.js:15:42)
at NodeClient.BaseClient (/opt/postman/app/resources/app/node_modules/@sentry/core/dist/baseclient.js:53:25)
at new NodeClient (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/client.js:33:24)
at Object.initAndBind (/opt/postman/app/resources/app/node_modules/@sentry/core/dist/sdk.js:28:18)
at Object.init (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/sdk.js:117:12)
at Object.init (/opt/postman/app/resources/app/services/CrashReporter.js:47:16)
at Array.<anonymous> (/opt/postman/app/resources/app/main.js:324:19)
LeaderSelection: Error while initializing TypeError: Cannot read properties of undefined (reading 'channel')
at Object.initialize (/opt/postman/app/resources/app/services/LeaderSelection.js:16:48)
at onEndSeries (/opt/postman/app/resources/app/main.js:434:19)
at asyncSeries (/opt/postman/app/resources/app/main.js:1301:3)
(node:8469) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'channel')
at module.exports (/opt/postman/app/resources/app/common/services/AppBootListener.js:11:31)
at onEndSeries (/opt/postman/app/resources/app/main.js:438:3)
at asyncSeries (/opt/postman/app/resources/app/main.js:1301:3)
(Use `postman --trace-warnings ...` to show where the warning was created)
(node:8469) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
Has anyone else seen this on the latest postman (11.21.0)?
Pinned Comments
j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)
@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).
P.S. postman are pretty bad at updating their release notes page (even after a new version is out).
If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:
Edit the
PKGBUILD
file with whatever editor you like: edit line 4 to bepkgver=8.11.1
or whatever version you like, then save and exit out of the editor and runupdpkgsums
will download the file and update sha for file in PKGBUILD so it will install with makepkg