-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging process for elfeed? #520
Comments
The *elfeed-log* buffer lists errors from fetching feeds. In this case it
lists HTTP 404 for that URL because the path component should be singular
"feed", not "feeds".
Errors aren't louder because fetch errors are common but temporary, and
usually go away on their own. Adding a new feed is an exception and such
errors likely permanent (e.g. wrong URL, or rejecting Elfeed as a user
agent). Perhaps the first fetch of a feed should have loud errors.
|
Thanks, I'll look into that.
…On Thu, Jul 11, 2024 at 7:03 AM Christopher Wellons < ***@***.***> wrote:
The *elfeed-log* buffer lists errors from fetching feeds. In this case it
lists HTTP 404 for that URL because the path component should be singular
"feed", not "feeds".
Errors aren't louder because fetch errors are common but temporary, and
usually go away on their own. Adding a new feed is an exception and such
errors likely permanent (e.g. wrong URL, or rejecting Elfeed as a user
agent). Perhaps the first fetch of a feed should have loud errors.
—
Reply to this email directly, view it on GitHub
<#520 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGZCLSBZU4NPMTYZ7KVSSDZL2GEPAVCNFSM6AAAAABKWBUI66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRTGAZDKOBWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
David Masterson
Programmer at Large
|
Whoops. I still need help. I mis-typed it as "feeds" above, but I typed it as "feed" in my .emacs setup. When I run 'elfeed, I get a elfeed-search buffer, but no elfeed-log buffer. The search buffer has a strange message on the first line that I can't seem to copy/paste. It says: Database empty. Use elfeed-add-feed, or elfeed-load-opml, or elfeed-update. What am I missing? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get elfeed to work, but I'm getting nowhere. I set:
(setq elfeed-feeds '("http://nullprogram.com/feeds"))
Then try to 'elfeed to test it, but all I get is an empty database with the suggestion to run 'elfeed-update (which doesn't seem to do anything). I tried switching to url-retrieve instead of curl, but nothing changed.
I've been around Emacs for quite a while (40 years off and on), so I'm not a newbie, but I'm not a Lisp programmer either (I can hack the basics). I'm looking for any documentation on where to start in debugging this further.
The text was updated successfully, but these errors were encountered: