cheat.sh icon indicating copy to clipboard operation
cheat.sh copied to clipboard

Some languages reported as unknown even though they're suggested

Open TeMPOraL opened this issue 7 years ago • 3 comments

Observe:

  temporal@galactica~> curl cht.sh/lisp
  Unknown topic.
  Do you mean one of these topics may be?
  
      * lisp/ 100
      * elisp/ 89
      * alias 67

Changing the URL to cht.sh/alias correctly gives a list of examples, while lisp and elisp are always reported as unknown. My guess is, something somewhere is storing those tokens with forward slash in the name, whereas the HTTP handling code strips it out from request.

TeMPOraL avatar Jul 11 '18 08:07 TeMPOraL

Yes, it's true, we are experiencing too high load now, and that it the root of the problem. We are working on it and as soon as it will be fixed, everything should work fine.

Please try, whether curl cht.sh/lisp/:list works for you.

chubin avatar Jul 11 '18 08:07 chubin

Yes, :list works. It returns :learn. :learn returns a Lisp guide.

Thanks, I'll keep an eye on it and play some more once the load goes down :).

TeMPOraL avatar Jul 11 '18 09:07 TeMPOraL

Yes, I will write about it in this issue, as soon as the problem is fixed/mitigated.

chubin avatar Jul 11 '18 10:07 chubin