-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Comments
@fabionolasco Do you have more details about why this is returning an error? |
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}]} |
@fabionolasco I'm getting same error |
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. |
So it seems like it's not related to jpmonette/feed package. Closing. |
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
The text was updated successfully, but these errors were encountered: