Skip to content
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

Feedly.com not accepting it #62

Closed
fabionolasco opened this issue Aug 6, 2017 · 5 comments
Closed

Feedly.com not accepting it #62

fabionolasco opened this issue Aug 6, 2017 · 5 comments

Comments

@fabionolasco
Copy link

Hi, first of all thank you for the plugin! It is very nice!

So, I made an implementation of the feed plugin, and it seemed to be working well. However, once I tried to use it on Feedly.com, it did not accept it. It gave me a red error alert saying "Error".

You can replicate it by creating a feedly account and trying to add either the RSS or Atom feed.

Feed List:
http://fabionolasco.com:3322/

RSS:
http://fabionolasco.com:3322/rss

Atom:
http://fabionolasco.com:3322/atom

Implementation (source code):
https://github.com/fabionolasco/fire-feed

@jpmonette
Copy link
Owner

@fabionolasco Do you have more details about why this is returning an error?

@fabionolasco
Copy link
Author

So, I just "inspected element" on Feedly while trying to add my feed there... and here is what the Feedly front end code received from Feedly back end:

{
"errorCode":404, 
"errorId":"ap8int-sv2.2017080608.1396554", 
"errorMessage":"dead or invalid feed"
}

The request payload was (which I do not have control, since it is sent by feedly):

{"id":"feed/http://fabionolasco.com:3322/rss","title":"Fabio Nolasco - Front End Development","categories":[{"id":"user/b1233c15-f42b-427b-b8f8-30f2f7d76a3c/category/cool","streamId":"user/b1233c15-f42b-427b-b8f8-30f2f7d76a3c/category/cool","label":"cool","LABEL":"cool","count":2,"uri":"category/cool","unreadCount":0}]}

@ogrosko
Copy link

ogrosko commented Oct 25, 2017

@fabionolasco I'm getting same error
Did you find solution where was the problem?
thx

@smithrobs
Copy link

smithrobs commented Jan 27, 2018

Feedly does not currently let you add feeds with non-standard ports (e.g. 3322). It finds the feed via search just fine. When you try to add it to your feeds you will get a 404 error and the "dead or invalid feed" message. I had to change to the standard 80/443 to get my valid feed accepted by feedly.

@jpmonette
Copy link
Owner

So it seems like it's not related to jpmonette/feed package. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants