We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently error messages show as follows:
Error: pq: rpc error: code = Unknown desc = IPSTACK_TOKEN environment variable must be set
Clean up the display to be something like
Error:IPSTACK_TOKEN environment variable must be set
also look at including context information where appropriate (see #111)
The text was updated successfully, but these errors were encountered:
initial implementation: remove pq: and rpc error: code = Unknown desc = from all errors
pq:
rpc error: code = Unknown desc =
Sorry, something went wrong.
Tidy db error message. Ensure all panics are recovered. Closes #118
2951076
eca156b
Add CHANGELOG for v0.7.0 closes turbot#118
80ee062
binaek
Successfully merging a pull request may close this issue.
currently error messages show as follows:
Clean up the display to be something like
also look at including context information where appropriate (see #111)
The text was updated successfully, but these errors were encountered: