Every time I try to get top N rankers by date calling
scoreBoardService.getTopNRankers(gameName, startDate, endDate, maxNumberOfRankings, new App42CallBack(){...})
I get Exception :com.shephertz.app42.paas.sdk.android.App42Exception: Can not parse String : 504 GATEWAY_TIMEOUT
Other calls like scoreBoardService.getTopNRankings() are working. Even:
scoreBoardService.getTopRankings(gameName, startDate, endDate, new App42CallBack(){...})
is working as well. In the end I could just get it work using this method, still this should be fixed.