Rapid account: Adriano Massimo

Adriano Massimo / SAdrian

דיונים

88
Title
Created at (Click to sort ascending)
A
3
We have done a little research, and you got two types of errors : 502 -> { "messages": "The API is unreachable, please contact the API provider", "info": "Your Client (working) ---> Gateway (working) ---> API (not working)" } This is due to our server limits, since this api is free we run it on a medium server that some times is not enough when there is a lot of requests in a short time. 500 -> { "error": "multiplanner encountered a failure while selecting best plan :: caused by :: operation exceeded time limit", "stack": "?", "results": null } This is due to a complex request that the server can't responde in 5 seconds. This are not limits of the api itself but more of infrastructure limits. Thanks, AM Tue 8:04 3/10/23
A
1
Hi, You can try increasing the limit parameter, max limit is 50. The short answer is no, because you can end up with thousands of title in one response, and that will be to heavy. Searching with exact=false can produce results like this with 1-3 characters, it is a bug of the current implementation of the search. We have this on our fix list together with case insensitivity with exact=true and pre sorting results with exact=false based on title popularity. Thanks, AM Mon 7:11 25/9/23
A
2
Or another method to solved the second problem is using the property "isAdult" that returns a boolean. This property is also not included in some info structure so you will have to make another search with “info”=“isAdult”. Sun 6:24 24/9/23
A
3
We have done a little research, and you got two types of errors : 502 -> { "messages": "The API is unreachable, please contact the API provider", "info": "Your Client (working) ---> Gateway (working) ---> API (not working)" } This is due to our server limits, since this api is free we run it on a medium server that some times is not enough when there is a lot of requests in a short time. 500 -> { "error": "multiplanner encountered a failure while selecting best plan :: caused by :: operation exceeded time limit", "stack": "?", "results": null } This is due to a complex request that the server can't responde in 5 seconds. This are not limits of the api itself but more of infrastructure limits. Thanks, AM Tue 8:04 3/10/23
A
2
Or another method to solved the second problem is using the property "isAdult" that returns a boolean. This property is also not included in some info structure so you will have to make another search with “info”=“isAdult”. Sun 6:24 24/9/23
A
1
Hi, We do not know what "pincode" is... Thanks, AM Thu 5:59 21/9/23