sachin-handiekar/jInstagram

Invalid Integer value for key: X-Ratelimit-Remaining, value :null

martinmalek opened this issue · 4 comments

Can we confirm if instagram is still using these headers. Our graphs show this not working since 16th of June.

I'm having the same problem, I do not know what to do

Hi,
we noticed that the header field "X-Ratelimit-Remaining" became
lowercase: "x-ratelimit-remaining".

I guess it's your problem.

Our dirty-solution was to use:

Map<String, String> headers = userInfo.getHeaders()

and look for

headers.get("x-ratelimit-remaining")

Bye
Santino

2016-06-28 15:59 GMT+02:00 Jefferson Araújo notifications@github.com:

I'm having the same problem, I do not know what to do


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#175 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AGLs9cTde8XbzXtObQ13qA_m89hMo1F0ks5qQSilgaJpZM4I9EfB
.

Can we have a fix that does to lowercase or similar?

I see this was actually fixed in - #160