Package Details: postman-bin 11.45.2-1

Git Clone URL: https://aur.archlinux.org/postman-bin.git (read-only, click to copy)
Package Base: postman-bin
Description: Build, test, and document your APIs faster
Upstream URL: https://www.getpostman.com
Licenses: custom
Conflicts: postman
Provides: postman
Submitter: claudiodangelis
Maintainer: j.taala
Last Packager: j.taala
Votes: 298
Popularity: 3.55
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-05-15 21:59 (UTC)

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.:

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin

Edit the PKGBUILD file with whatever editor you like: edit line 4 to be pkgver=8.11.1 or whatever version you like, then save and exit out of the editor and run

updpkgsums
makepkg -sif

updpkgsums will download the file and update sha for file in PKGBUILD so it will install with makepkg

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »

j.taala commented on 2024-11-27 20:29 (UTC)

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)?

ll931217 commented on 2024-08-29 08:23 (UTC) (edited on 2024-09-10 01:55 (UTC) by ll931217)

I am having a very strange issue recently, whenever I start it from rofi (Wayland fork), the postman app doesn't start up. I looked around the internet and saw that people requested the coredump (Unfortunately I don't know how to get the full coredump, postman just terminates whenever it launches.

However, I have discovered that whenever I open a new terminal and immediately launch postman from /usr/bin/postman, it starts up normally without any issues.

Looking at the coredump, the signal that caused the crash is SEGV or signal 11. I am not sure how to fix this issue, could the electron of this postman installation trying to access some unavailable memory?

Here is the output of journalctl:

Aug 29 16:21:31 BaoArch sudo[63062]: ll931217 : TTY=pts/13 ; PWD=/home/ll931217 ; USER=root ; COMMAND=/usr/bin/nvim /usr/share/appl
ications/postman.desktop
Aug 29 16:21:53 BaoArch systemd-coredump[63189]: Process 63112 (postman) of user 1000 terminated abnormally with signal 11/SEGV, pr
ocessing...
Aug 29 16:21:54 BaoArch systemd-coredump[63190]: Process 63112 (postman) of user 1000 dumped core.

Seems fixed in v11.10.0 EDIT: nevermind, its not

Last commented on 2024-02-26 03:00 (UTC)

@j.taala I removed the yay cache and the installation was successful then. Thanks for your suggestion:) @aminvakil Thanks as well :)

aminvakil commented on 2024-02-25 22:23 (UTC)

@j.taala No, I didn't have an issue.

@Last please try without an AUR helper.

j.taala commented on 2024-02-25 20:56 (UTC)

Hey @Last, I just reinstalled and haven't run into this issue. Anyone else seeing this?

Please try removing the yay cache and try reinstalling:

rm -rf .cache/yay/postman-bin/
yay -S postman-bin

If that fails, try a manual install of the package:

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin
updpkgsums
makepkg -sif

Cheers.

Last commented on 2024-02-25 02:26 (UTC)

Hi, I got the following message when trying to upgrade/install postman-bin:

 yay -S postman-bin
AUR Explicit (1): postman-bin-10.23.5-1
:: (0/1) Failed to download PKGBUILD: postman-bin
 -> error fetching postman-bin: There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> main 
    context: exit status 1

Anyone has any idea about what's going on?

j.taala commented on 2023-09-07 08:38 (UTC)

On a sidenote, just tested and the latest version is connecting fine to various public API I've tested.

j.taala commented on 2023-09-07 08:34 (UTC)

@blight - AUR we just package the application (as is). You'll need to seek support upstream for issues.

blight commented on 2023-09-07 08:20 (UTC)

can't connect to servers after update.

j.taala commented on 2023-02-22 11:16 (UTC)

Thanks @bradpitcher! I'll implement this shortly and if you could test it that would be great!