api icon indicating copy to clipboard operation
api copied to clipboard

Request task and/or subtasks returns nothing or server error

Open dlavineway opened this issue 7 years ago • 0 comments

When I run my script to retrieve the tasks or subtasks I get an error code 503 with nothing in the response. I f I run a Restlet Client I once again get no content or "error":{ "type": "server_error", "translation_key": "api_error_unknown", "message": "An unknown server error occurred" }

string(68) "https://a.wunderlist.com/api/v1/tasks?list_id=6904119&completed=true" string(7) "Header:" array(3) { [0]=> string(76) "X-Access-Token: " [1]=> string(33) "X-Client-ID: " [2]=> string(30) "Content-Type: application/json" } string(171) "Response:

404 Not Found

404 Not Found


nginx
" array(22) { ["url"]=> string(68) "https://a.wunderlist.com/api/v1/tasks?list_id=6904119&completed=true" ["content_type"]=> string(9) "text/html" ["http_code"]=> int(404) ["header_size"]=> int(284) ["request_size"]=> int(243) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(19) ["redirect_count"]=> int(0) ["total_time"]=> float(5.507) ["namelookup_time"]=> float(0.016) ["connect_time"]=> float(0.016) ["pretransfer_time"]=> float(0.39) ["size_upload"]=> float(0) ["size_download"]=> float(162) ["speed_download"]=> float(29) ["speed_upload"]=> float(0) ["download_content_length"]=> float(162) ["upload_content_length"]=> float(0) ["starttransfer_time"]=> float(5.507) ["redirect_time"]=> float(0) ["certinfo"]=> array(0) { } ["redirect_url"]=> string(0) "" } string(13) "http code:404" string(68) "https://a.wunderlist.com/api/v1/tasks?list_id=6904119&completed=true" string(7) "Header:" array(3) { [0]=> string(76) "X-Access-Token: " [1]=> string(33) "X-Client-ID: " [2]=> string(30) "Content-Type: application/json" } string(9) "Response:" array(22) { ["url"]=> string(68) "https://a.wunderlist.com/api/v1/tasks?list_id=6904119&completed=true" ["content_type"]=> string(16) "application/json" ["http_code"]=> int(503) ["header_size"]=> int(299) ["request_size"]=> int(243) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(19) ["redirect_count"]=> int(0) ["total_time"]=> float(0.499) ["namelookup_time"]=> float(0.015) ["connect_time"]=> float(0.015) ["pretransfer_time"]=> float(0.374) ["size_upload"]=> float(0) ["size_download"]=> float(0) ["speed_download"]=> float(0) ["speed_upload"]=> float(0) ["download_content_length"]=> float(0) ["upload_content_length"]=> float(0) ["starttransfer_time"]=> float(0.499) ["redirect_time"]=> float(0) ["certinfo"]=> array(0) { } ["redirect_url"]=> string(0) "" } string(13) "http code:503"

dlavineway avatar Nov 06 '17 16:11 dlavineway