reddit-mode icon indicating copy to clipboard operation
reddit-mode copied to clipboard

Lisp nesting exceeds `max-lisp-eval-depth'

Open spratt opened this issue 13 years ago • 2 comments

Most of the time when I try to open comments, I receive these errors:

error in process filter: json-peek: Lisp nesting exceeds 'max-lisp-eval-depth' error in process filter: Lisp nesting exceeds 'max-lisp-eval-depth'

spratt avatar Jul 12 '11 18:07 spratt

Looks like it happens when I have a comments window open while trying to open a new one.

spratt avatar Jul 12 '11 19:07 spratt

I was not able to reproduce it, but it looks like a bug in the JSON library. If you can reproduce it yourself, it would be a good first step to dump the JSON textual representation (by adding code to `reddit-parse', say) to a file in order to better understand it.

death avatar Jul 13 '11 22:07 death