Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Bad Request (400) error: "No client id specified" #28

Closed
TheRPunkt opened this issue Nov 25, 2016 · 4 comments
Closed

Bad Request (400) error: "No client id specified" #28

TheRPunkt opened this issue Nov 25, 2016 · 4 comments

Comments

@TheRPunkt
Copy link

Hello,
I was trying a bit around with this API and just wanted to get information of a specific user.
I used:

@twitch = Twitch.new(client_id: @client_id)
@twitch.user "day9tv"

so this code returns this:

{:body=>{"error"=>"Bad Request", "status"=>400, "message"=>"No client id specified"}, :response=>400}

Sooo I do not really know what I'm doing wrong. However I think that I missed something. Can somebody help?

@RKushnir
Copy link

Just got this myself. From the code, this is not implemented. The only place where client_id is used is authentication.

@TheRPunkt
Copy link
Author

Alright, so I have to find another solution for that. Thank you :)

@RKushnir
Copy link

@TheRPunkt You can try your luck with this branch #26

@TheRPunkt
Copy link
Author

@RKushnir Thanks, I will look into it

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

No branches or pull requests

2 participants