question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server producing: "Unknown Cheat Sheet" for sql and psql queries.

See original GitHub issue

I’m seeing non-response from your server when searching for /sql/ or /psql/ anything, it produces:

/*
 * Unknown cheat sheet.
 * Please try to reformulate your query
 */

All of these produce the above Unknown Cheat Sheet response in browser: http://cht.sh/psql/select+from http://cht.sh/psql/rename+table http://cht.sh/psql/from table http://cht.sh/psql/renametable http://cht.sh/psql/rename http://cht.sh/psql/table statement http://cht.sh/psql/table+rename http://cht.sh/psql/table+foobar http://cht.sh/psql/table+alter http://cht.sh/psql/table+statement

Problem also occurs with other languages ‘r’ and ‘sql’: http://cht.sh/sql/table+statement http://cht.sh/sql/select+from http://cheat.sh/r/vector+permutation http://cheat.sh/r/write+file

problem also happens with curl

$ curl "cht.sh/psql/rename+table"
$ curl "cht.sh/psql/rename table"

Issue 195 was the same problem: The example octave queries named there are producing no response, suggesting this problem affects many languages. https://github.com/chubin/cheat.sh/issues/195

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
chubincommented, Jan 14, 2021

I acknowledge it. I will investigate

1reaction
sentientmachinecommented, Jan 17, 2021

Yep all the above is working again. If you need paper claims on labor to keep this project alive, post a donation link.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL Injection Cheat Sheet - Invicti
The SQL Injection Cheat Sheet is the definitive resource for all the technical details about the different variants of the well-known SQLi vulnerability....
Read more >
SQL Query Cheatsheet for Postgres - Towards Data Science
This is my personal cheat sheet for SQL, written with Postgres in mind but roughly applicable to other relational databases.
Read more >
SQL Cheat Sheet and Query Syntax - Sisense
If you are new to SQL programming, here is a handy reference guide for character operators, syntax, and more.
Read more >
How To Manage an SQL Database | DigitalOcean
This cheat sheet-style guide provides a quick reference to some of the most commonly-used SQL commands. How to Use This Guide: This guide...
Read more >
PowerUpSQL Cheat Sheet & SQL Server Queries | by Leo Pitt
This cheat sheet contains example command syntax for the functions… ... PowerUpSQL Cheat Sheet & SQL Server Queries.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found