Thread: Can not open Postgre SQL 17.1 after update
I have a Macbook Air. After updating on my Mac. SQL gives this error and doesn't open after this. Tried to delete and download again but the problem is still there.
_LSOpenURLsWithCompletionHandler() failed with error -54. (1)
On Thu, Nov 21, 2024 at 3:21 AM Большой Сэм <samattreasure@gmail.com> wrote: > I have a Macbook Air. After updating on my Mac. SQL gives this error and doesn't open after this. Tried to delete and downloadagain but the problem is still there. > > _LSOpenURLsWithCompletionHandler() failed with error -54. (1) Other reports say that this is coming from pgadmin4, not PostgreSQL, and it started happening with the upgrade to Sequoia 15.1. No one seems to really know why. That's an undocumented API accessed indirectly via other libraries, so who knows, but maybe it's -54 = permError? But apparently some people fixed it by installing a different (newer?) build of pgadmin4. If I had to take a wild guess, I might wonder if it has something to do with the code signing stuff that they have been changing, but IDK. https://github.com/pgadmin-org/pgadmin4/issues/8079