UPDATE: Fixed the issue, no clue what caused it.
Arround 3am UTC my app stopped getting a empty statuses var in the json request, I checkt but there should really be statuses in the json request.
This is the response I got at 3:15 am CET:
{
"1" : {
"statuses" : [],
"search_metadata" : {
"completed_in" : 0.016,
"max_id" : 4.0118271720044e+17,
"max_id_str" : "401182717200437248",
"query" : "gr2014+OR+gemeenteraadsverkiezingen+OR+gemeenteraadsverkiezing+OR+%40GR2014Onderzoek",
"refresh_url" : "?since_id=401182717200437248&q=gr2014%20OR%20gemeenteraadsverkiezingen%20OR%20gemeenteraadsverkiezing%20OR%20%40GR2014Onderzoek&result_type=recent&include_entities=1",
"count" : 100,
"since_id" : 4.0117822216104e+17,
"since_id_str" : "401178222161035264"
}
}
}
And this at 3:00 am CET (were there is still data)
{
"1" : {
"statuses" : [{
"metadata" : {
"result_type" : "recent",
"iso_language_code" : "nl"
},
"created_at" : "Fri Nov 15 02:41:56 +0000 2013",
"id" : 4.0117822216104e+17,
"id_str" : "401178222161035264",
"text" : "Maxim van Luttikhuizen unaniem benoemd tot lijsttrekker gemeenteraadsverkiezingen 2014. Gefeliciteerd, Maxim!",
"source" : "<a href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\">Twitter for iPhone<\/a>",
"truncated" : false,
"in_reply_to_status_id" : null,
"in_reply_to_status_id_str" : null,
"in_reply_to_user_id" : null,
"in_reply_to_user_id_str" : null,
"in_reply_to_screen_name" : null,
"user" : {
"id" : 718429880,
"id_str" : "718429880",
"name" : "Annelies Futselaar",
"screen_name" : "annelies_SP",
"location" : "",
"description" : "Fractievoorzitter SP Enschede",
"url" : null,
"entities" : {
"description" : {
"urls" : []
}
},
"protected" : false,
"followers_count" : 168,
"friends_count" : 439,
"listed_count" : 3,
"created_at" : "Thu Jul 26 17:44:42 +0000 2012",
"favourites_count" : 3,
"utc_offset" : null,
"time_zone" : null,
"geo_enabled" : true,
"verified" : false,
"statuses_count" : 72,
"lang" : "nl",
"contributors_enabled" : false,
"is_translator" : false,
"profile_background_color" : "C0DEED",
"profile_background_image_url" : "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https" : "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile" : false,
"profile_image_url" : "http:\/\/pbs.twimg.com\/profile_images\/2435534765\/small_annelies_normal.jpg",
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/2435534765\/small_annelies_normal.jpg",
"profile_link_color" : "0084B4",
"profile_sidebar_border_color" : "C0DEED",
"profile_sidebar_fill_color" : "DDEEF6",
"profile_text_color" : "333333",
"profile_use_background_image" : true,
"default_profile" : true,
"default_profile_image" : false,
"following" : false,
"follow_request_sent" : false,
"notifications" : false
},
"geo" : null,
"coordinates" : null,
"place" : null,
"contributors" : null,
"retweet_count" : 0,
"favorite_count" : 0,
"entities" : {
"hashtags" : [],
"symbols" : [],
"urls" : [],
"user_mentions" : []
},
"favorited" : false,
"retweeted" : false,
"lang" : "nl"
}
],
"search_metadata" : {
"completed_in" : 0.053,
"max_id" : 4.0117822216104e+17,
"max_id_str" : "401178222161035264",
"query" : "gr2014+OR+gemeenteraadsverkiezingen+OR+gemeenteraadsverkiezing+OR+%40GR2014Onderzoek",
"refresh_url" : "?since_id=401178222161035264&q=gr2014%20OR%20gemeenteraadsverkiezingen%20OR%20gemeenteraadsverkiezing%20OR%20%40GR2014Onderzoek&result_type=recent&include_entities=1",
"count" : 100,
"since_id" : 4.0117516719741e+17,
"since_id_str" : "401175167197409280"
}
}
}
If there are no changes to the API then the problem is in the app but that would be wierd since the app suddenly stoped working and I did not update or change it. Over night I know there are not much tweets related to the search but this morning there have been and now the response is also empty.