-
Notifications
You must be signed in to change notification settings - Fork 26
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
qStudio 3.0.2 on macOS gives "Problem sending query to server" #44
Comments
Released fix in 3.03: https://www.timestored.com/qstudio/download |
That procedure looks correct, though I will need to look into making it nicer. Thanks for letting me know. That error seems to suggest prqlc is not on your path. It looks the same as the error I had when I purposefully renamed prqlc.
If this fails let's either have a zoom call when suits you OR I will add PATH logging to the log output. |
@ryanhamilton Good news. Your hint suggesting I am closing this report, and will write up another set of other observations/questions. THANK YOU! |
Brilliant, glad it worked! |
I'm using qStudio PRO 3.0.2 and Java 16.0.1 on macOS 12.7.5. I have
prqlc
0.11.3 installed in /usr/local/bin/prqlc which is on my path. When I attempt to run a PRQL query, I see an error message "Problem sending query to server".Some things are working:
I opened a SQLite database, made a new query and used Cmd-E to execute
select * from ScrapedData
and the result pane shows the expected results, and the Console shows the correct number of rows.prqlc seems to be on the path:
echo 'from employees | filter has_dog | select salary' | prqlc compile
displays the expected SQL commands.I opened a new query, and typed a short PRQL query and saved it as junk.prql. That worked fine.
When I used Query -> Query Current Statement, I get the Problem sending query... message
What other troubleshooting information could I provide? Many thanks for this cool project!
The text was updated successfully, but these errors were encountered: