How to get single channel feed post

Hi guys,

im currently facing some issues with the GET /feed/:channel/posts/:id API node.
I always get

{"error":"Internal Server Error","status":500,"message":"uninitialized constant ChannelFeedAdapter::GetPostReuqest"}

I tried post id 1 (In my understanding the first object)

https://api.twitch.tv/kraken/feed/zaflu/posts/1?oauth_token=XYZ"

and

https://api.twitch.tv/kraken/feed/zaflu/posts/97683771461252077?oauth_token=XYZ"

The 97683771461252077 is one of my post ids from GET /feed/:channel/posts/ and i have no clue whats wrong :confused: Any ideas? Something broken on API side?

Likely, even if you try and link to a post that is past the first 10 in your list you will get an error.

Ex:
https://www.twitch.tv/george/p/130741459764458
https://api.twitch.tv/kraken/feed/george/posts/130741459764458

Mmmmh ok.

I tried a bit with the 10 posts. Looks like you need a min. of 10 posts to get a single post from API. weird :smile:

So can we confirm that as an bug? Should i report it to github?

Seems to be fixed now.

oh yes your right. Looks fixed now. ty m8

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.