docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

tableplus error: No application knows how to open URL #84

Open mdyoung3 opened 2 years ago

mdyoung3 commented 2 years ago

Recently, I've been getting this error when I run fin tableplus mysql:

No application knows how to open URL mysql://user:user@sitename.docksal.site:127.0.0.1:55001/default?statusColor=007F3D&enviroment=local&name=sitename (Error Domain=NSOSStatusErrorDomain Code=-10814 "kLSApplicationNotFoundErr: E.g. no application claims the file" UserInfo={_LSLine=1489, _LSFunction=runEvaluator}).

I tried specifying which application the open command should use, thus:

open -a /Applications/TablePlus.app "mysql://${USER}:${PASS}@${HOST}:${PORT}/${DB}?statusColor=007F3D&enviroment=local&name=${NAME}"

It errors out with application starting.

Screen Shot 2022-06-14 at 11 02 59 AM

I think it has something to do with the new domain naming convention of *.docksal.site.

mdyoung3 commented 2 years ago

One thing I noticed: If I rm the containers and run `fin init, it will work for a while, and then stop later in the day.