-
Notifications
You must be signed in to change notification settings - Fork 3
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
'Bad Request' for https://warpcast.com/~/channel/sop #4
Comments
you should you parent_url like this "https://feeds.fcstr.xyz/json/channel?url=chain://eip155:1/erc721:0xfd8427165df67df6d7fd689ae67c8ebf56d9ca61" |
https://feeds.fcstr.xyz/rss/channel?url=https://warpcast.com/~/channel/sop |
Thank you very much. I still have some questions. If they are not appropriate, please ignore them:
Thanks again! |
curl 'https://api.warpcast.com/v1/channel?channelId=welcome' | jq
|
same for rss also dont know when it will work 'i am also trying to get api that fetch latest channel cast' |
feeds.fcstr.xytz gets the casts directly from a hub, so I'm not sure why some channels would be working while others are not. Looks like there is already an open issue for this in the relevant repo farcasterxyz/hub-monorepo#2126 You can see that the parent URL |
i got api to get recent feed of channel |
Thank you very much for all the info. I wanted to subscribe via RSS to the channel https://warpcast.com/~/channel/sop I'm not even sure if this project is appropriate because the reponses are plain text (stringified JSON), and I don't think RSS readers like that. If this is not the place to ask about this, please close the issue. |
This project is appropriate for subscribing to channels via RSS readers! The response may look like plain text but it is a valid format for RSS readers. It's just an upstream hub issue causing the error for specific channels for some reason. |
This RSS Feed does not work, it sasy "Bad Request":
https://feeds.fcstr.xyz/rss/channel?url=https://warpcast.com/~/channel/sop
This one works (found here):
https://feeds.fcstr.xyz/json/channel?url=https://warpcast.com/~/channel/farcastles
Thanks
The text was updated successfully, but these errors were encountered: