mde-pach
mde-pach
FYI, here is our current implementation: ```php function get_sidebars_by_post($post_id) { global $wpdb; $meta_key = '_ca_post_type'; $query_condition = $wpdb->prepare(" SELECT post_id FROM {$wpdb->postmeta} WHERE meta_value = %d AND meta_key = %s...
Hello guys, same thing here with Jumpcloud website Version of Zen: 1.15.4b (Firefox 142.0.1) (aarch64)
Indeed, there is a premise in the way the package is managing such errors. Here https://github.com/meilisearch/meilisearch-python/blob/127b47805f92f6b26fa420e8f59b8de26cd05007/meilisearch/errors.py#L28 And here https://github.com/meilisearch/meilisearch-python/blob/127b47805f92f6b26fa420e8f59b8de26cd05007/meilisearch/_httprequests.py#L137 We can see that every errors are intended to be `MeilisearchApiError`...
If the data is not JSON decodable `response.json()` will still raise a `requests.exceptions.JSONDecodeError` The main point for this issue is to: - Identify when the data is not in an...
> Hi folks! > > I was discussing with @curquiza and the team that we should change the content types of these errors in our Meilisearch Cloud infra. You got...