addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

in all requests that use api token should try to catch a token error.. #82

Open addshore opened 11 years ago

addshore commented 11 years ago

If we detect a token error we should attempt to get a new token (a limited number of times)

addshore commented 11 years ago

https://github.com/addwiki/addframe/commit/1ba22b138814f1b36c0b3a87f0e8d628d6172a12

This adds logging of such errors. We should probably try the request again with a fresh token if it failed first time around! If it fails after that we probably want to give up...

Related to issue #139