Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open TablePlus button doesn't work if /tmp/mysql.sock doesn't exist #11

Closed
bgturner opened this issue Mar 29, 2021 · 3 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bgturner
Copy link

This is related to #9 , so if we want to merge these two issues we can.

While doing QA of the 1.0.3 version, I noticed that the button didn't respond. Looking at the console errors within Local, it looks like if the /tmp/mysql.sock doesn't exist, the button doesn't work.

The specific error looks like:

Uncaught Error: ENOENT: no such file or directory, unlink '/tmp/mysql.sock'

image

@aubreypwd
Copy link
Owner

aubreypwd commented Mar 29, 2021

I can validate this, and it is separate from #9 since the file not existing should create the file....

@aubreypwd aubreypwd added the bug Something isn't working label Mar 29, 2021
@aubreypwd aubreypwd self-assigned this Mar 29, 2021
@aubreypwd
Copy link
Owner

https://github.com/aubreypwd/local-tableplus/releases/tag/v1.0.4 Thanks @bgturner hopefully this fixes the issue you found...

@bgturner
Copy link
Author

Just tested and looks good! Thanks for the quick fix!

@aubreypwd aubreypwd added this to the v1.0.5 milestone May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants