Problem still happens (9.7.0-1). Even if i reinstall postman-bin, by removing it with -Rns. Still stuck on "Preparing your workspaces..."
Search Criteria
Package Details: postman-bin 11.21.0-1
Package Actions
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: | 292 |
Popularity: | 4.61 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2024-11-27 20:55 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 22 Next › Last »
renxzen commented on 2021-12-29 20:55 (UTC)
j.taala commented on 2021-12-29 01:52 (UTC)
Thanks @renxzen, pretty strange re it working after running from terminal. Cheers for reporting back - glad it's working for you now.
Jay.
renxzen commented on 2021-12-28 23:34 (UTC)
@j.taala wasn't working at first. then i ran "postman" on terminal to check some logs and it ended up working again.
j.taala commented on 2021-12-28 09:54 (UTC)
@piotrv and @renxzen,
Can you try the latest release (9.7.0) here and report back if you're still experiencing the stuck on "Preparing your workspaces" stage?
Cheers,
Jay.
renxzen commented on 2021-12-27 14:49 (UTC)
I'm having the same issue as @piotrv. New release (9.6.1-1) is stuck on "Preparing your workspaces". Even if i uninstall and delete .config files the problem still persists. I had to install postman (v8) from snap so it could work again.
aminvakil commented on 2021-12-22 08:03 (UTC)
new release (9.6.1-1) works fine for me.
j.taala commented on 2021-12-21 22:49 (UTC) (edited on 2021-12-21 22:57 (UTC) by j.taala)
Thanks @piotrv - anyone else seeing this?
I'm not seeing this. @piotrv, to check whether it's an upstream issue - can you try moving your ~/.config/Postman folder somewhere else and restart Postman?
e.g.
mv ~/.config/Postman ~/.config/Postman-old
then report back if it starts up normally.
P.S. you can restore your old profile by moving it back:
rm -rf .config/Postman
mv ~/.config/Postman-old ~/.config/Postman
Cheers.
piotrv commented on 2021-12-21 22:30 (UTC)
Latest release (postman-bin 9.6.1-1) issue after building package and application run: application stuck at "Preparring your workspaces" ... No issue with previous release
vagelis commented on 2021-10-02 18:05 (UTC)
@j.taala issue fixed
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