View Single Post
Old 07-17-2017, 05:08 PM   #3
julio:map
Member
julio:map began at the beginning.
 
Posts: 23
Karma: 12
Join Date: Jul 2011
Device: Cool-er
Quote:
Originally Posted by kovidgoyal View Post
The login for all recipes happens in get_browser() so look at that function. Probably it needs to be updated.
Thanks for your help.

get_browser does in fact login well.

The overall purpose of the recipe (pocket) formerly called "read it later" is to retrieve a set of articles that you have marked for later reading when navigating through internet, and build an ebook with them.

Well.. The list of articles collected for retrieving by the recipe is "my" list, so it has logged in correctly and retrieved the list of articles corresponding to the logged in user.

But when the recipe tries to retrieve each of those articles, using get_obfuscated_article, which in turn calls get_textview... it seems to have been logged out. (maybe, based on the comments of the author of the recipe, it has used an outdated mechanism of login in, and it has stopped working)

Maybe the problem is only with "my" user, or the specific list of articles I have tested for retrieving.

Surprisingly the author was expecting this to happen at some point of time.
julio:map is offline   Reply With Quote