Request rtm.tasks.getList failed. Status: 105, reason: Service currently unavailable.

45 views
Skip to first unread message

Maxim Welikobratov

unread,
Jun 17, 2018, 10:13:32 PM6/17/18
to Remember The Milk API
After many iteration I'v figure out that rtm.tasks.getList return "Status: 105, reason: Service currently unavailable." because of some bugs that don't return repeatable tasks or any list that contains it.

I try filter:
"status:incomplete AND dueBefore:10/06/18 AND dueAfter:05/06/18" - for API: Status 105; web-app: return 3 task (1 is repeatable)
"name:word AND status:incomplete AND dueBefore:10/06/18 AND dueAfter:05/06/18 " - for API: Status 105; web-app: return 1 repeatable task contained "word" in name
"not name:word AND status:incomplete AND dueBefore:10/06/18 AND dueAfter:05/06/18 " - for API: return 2 task; web-app: return 2 task (0 is repeatable)
"status:incomplete AND dueBefore:10/06/18 AND dueAfter:05/06/18 AND isRepeating:true" - for API: Status 105; web-app: return 1 repeatable task
"status:incomplete AND dueBefore:10/06/18 AND dueAfter:05/06/18 AND isRepeating:false " - for API: return 2 task; web-app: return 2 task (0 is repeatable)

may be problem is in "repeatable" property or count of completed instance of this kind of tasks. I don't know. but it's fact that any request don't return this kind of tasks

I use RTM API Community Edition

Rehan Khwaja

unread,
Feb 26, 2019, 2:44:49 PM2/26/19
to Remember The Milk API
I see this too, when searching for a single task by name which happens to be repeating

Alexey Palazhchenko

unread,
Apr 10, 2019, 6:36:03 PM4/10/19
to Remember The Milk API
Any update on this?

Omar Kilani

unread,
Apr 10, 2019, 10:25:34 PM4/10/19
to remembert...@googlegroups.com
Hi Alexey, Maxim, Rehan,

Hmmm.... it could be some sort of account specific issue.

Would you be willing to provide the exact API call you're using to us through the support system? Or alternatively an API call to a test account which exhibits the issue?

Thanks!

Regards,
Omar

On Wed, Apr 10, 2019 at 3:36 PM Alexey Palazhchenko <alexey.pa...@gmail.com> wrote:
Any update on this?

--

---
You received this message because you are subscribed to the Google Groups "Remember The Milk API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rememberthemilk...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Omar Kilani

unread,
Apr 11, 2019, 11:40:48 AM4/11/19
to remembert...@googlegroups.com
Hi,

This should be fixed now.

Thanks!

Regards,
Omar

Alexey “AlekSi” Palazhchenko

unread,
Apr 11, 2019, 11:40:48 AM4/11/19
to remembert...@googlegroups.com
Hi,

I was able to easily reproduce that problem on my testing account by just adding a recurring task.

POST /services/rest/?api_key=XXX&api_sig=YYY&auth_token=ZZZ&method=rtm.tasks.getList&v=2 HTTP/1.1
Host: api.rememberthemilk.com
Content-Length: 0
Accept-Encoding: gzip

HTTP/2.0 200 OK
Content-Length: 114
Cf-Ray: 4c5a4dd2888c8e91-DME
Date: Thu, 11 Apr 2019 04:44:13 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Set-Cookie: __cfduid=XXX; expires=Fri, 10-Apr-20 04:44:12 GMT; path=/; domain=.rememberthemilk.com; HttpOnly; Secure
Strict-Transport-Security: max-age=15552000; preload
X-Content-Type-Options: nosniff

<?xml version='1.0' encoding='UTF-8'?><rsp stat="fail"><err code="105" msg="Service currently unavailable"/></rsp>

Just sent you a personal email with all tokens and exported JSON data.

–-–
Alexey «AlekSi» Palazhchenko

Reply all
Reply to author
Forward
0 new messages