Skip to content
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

Instapaper not working #109

Open
guiambros opened this issue Jun 29, 2013 · 9 comments
Open

Instapaper not working #109

guiambros opened this issue Jun 29, 2013 · 9 comments

Comments

@guiambros
Copy link

Since last month, saving articles to Instapaper suddenly stopped working. The exact same user/pass that works fine via a browser, receives an "Unable to Authenticate. Make sure your username and password are correct" error message.

I tested in 3 different iOS devices (one iPhone 5 with 6.1, another with 6.1.4, and an iPad Mini with 6.1). Also tried using different Instapaper accounts and even created a fresh one just to test. Same error message in all cases.

I sniffed the connection with Charles Proxy [1], and I can see the connection being made to GET /api/authenticate, but strangely there is no username or password being appended to the query string.

I looked at the source code, more specifically InstapaperAuthenticator.m, beginAuthentication(), and seems fine to me. Besides, the code was last touched more than 4 months ago, and for sure it worked for me after this.

The only thing I can think of is some change in Instapaper's side, but this wouldn't explain why user/pass is not being passed in the query string. I already ruled out the OAUTH, as the Simple API method (which is used by newsyc) is still working properly.

Is Instapaper still working for any of you? Any ideas how to troubleshoot?

Thanks a lot.

debug newsyc

@newsyc
Copy link
Contributor

newsyc commented Jun 29, 2013

I'll take a look this weekend.

Sent from my iPhone

On Jun 29, 2013, at 10:56 AM, guiambros [email protected] wrote:

Since last month, saving articles to Instapaper suddenly stopped working.
The exact same user/pass that works fine via a browser, receives an "Unable
to Authenticate. Make sure your username and password are correct" error
message.

I tested in 3 different iOS devices (one iPhone 5 with 6.1, another with
6.1.4, and an iPad Mini with 6.1). Also tried using different Instapaper
accounts and even created a fresh one just to test. Same error message in
all cases.

I sniffed the connection with Charles Proxy [1], and I can see the
connection being made to GET /api/authenticate, but strangely there is no
username or password being appended to the query string.

I looked at the source code, more specifically InstapaperAuthenticator.m,
beginAuthentication(), and seems fine to me. Besides, the code was last
touched more than 4 months ago, and for sure it worked for me after this.

The only thing I can think of is some change in Instapaper's side, but this
wouldn't explain why user/pass is not being passed in the query string. I
already ruled out the OAUTH, as the Simple API method (which is used by
newsyc) is still working properly.

Is Instapaper still working for any of you? Any ideas how to troubleshoot?

Thanks a lot.

[image: debug newsyc]https://f.cloud.github.com/assets/205000/726273/72093a0a-e0e4-11e2-9b7c-c42587875038.png


Reply to this email directly or view it on
GitHubhttps://github.com//issues/109
.

@shedd
Copy link

shedd commented Jul 14, 2013

I'm also running into this issue on my iPhone 4 (iOS 6.1.3) and iPad 3 (iOS 6.1.3).

I get an "Error saving" error when trying to save to Instapaper.

I went into Settings to force the Instapaper logout and tried to log in again, and get the authentication error as described. However, the username/password works on the web site. I also uninstalled and reinstalled the app to no avail.

@grp
Copy link
Owner

grp commented Jul 14, 2013

Yes, this appears to be an issue on Instapaper's end. I haven't received any response from them so far.

@shedd
Copy link

shedd commented Jul 24, 2013

Still nothing from Instapaper on this?

@amitm
Copy link

amitm commented Aug 2, 2013

Hey Guys,

I handle instapaper's backend right now and I took a look. It doesn't look like the client is posting any sort of login information to the authenticate method.

@grp
Copy link
Owner

grp commented Aug 2, 2013

I got a pull request recently to fix it; I was hitting the API without a "www." before instapaper.com. I haven't pushed the update to the App Store though.

@shedd
Copy link

shedd commented Sep 1, 2013

Thanks so much for fixing this. When might the App Store update get pushed?

@grp
Copy link
Owner

grp commented Sep 1, 2013

Once I have some time to add iOS 7 support, probably.

@shedd
Copy link

shedd commented Jan 10, 2014

This issue appears to be fixed now! Thanks!

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

No branches or pull requests

5 participants