Cannot open load file for json-rpc #76
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dickmao/nnreddit#76
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I couldn't load nnreddit, so I followed the instruction to run make test-run-interactive, and finally gave me a Lisp error:
Apparently, nnreddit cannot fine json-rpc. But I found in my emacs elpa folder that json-rpc-20200417.1629 folder has been created already.
I've tried to put the following in my init.el file:
But I got the same error. I am very new to Emacs community, any help will be appreciated, thanks!
Diagnostic:
It should say "all good" at the end.
Thanks for the help!
Running your diagnostic give me "all good gemer" at the end.
However, when entering gnus, minibuffer shows nnreddit rpc timeout, and then shows the following:
If I call "nnreddit-goto-group" to enter a group, say r/emacs, it says "nnreddit-goto-group: failed canonical_spelling of emacs"
Well, I think you need to go back to
make test-run-interactive
and work out why the Reddit API daemon process (written in Python) fails to launch.M-x list-processes
shows the stdout and stderr of the daemon.