You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the pocket API kind of always returns "success" for pocket_modify actions.
For example, even if the item id does not exist, the returned list looks like this:
There is another weird behaviour. When you are doing the pocket_add() with multiple links (or only with one, it doesn't matter), it only works if you put an http://www in front of your link. But if you don't, no error message is returned by the HTTP request.
Possible solution: Check if string of URL starts with http:// or https:// and add it otherwise. Dipslay warning, too.
Fixed problem for pocket_add() by adding a helper function that compares the URLs desired for adding with the list of URLs in the Pocket and prompts a warning if some of them have not been added.
the pocket API kind of always returns "success" for pocket_modify actions.
For example, even if the item id does not exist, the returned list looks like this:
Other weird behaviour is not known but could exist (do further probing?)
Options are:
The text was updated successfully, but these errors were encountered: