reddit-mode
reddit-mode copied to clipboard
Lisp nesting exceeds `max-lisp-eval-depth'
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'
Looks like it happens when I have a comments window open while trying to open a new one.
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.