Problem with metadata ?

Hi,

I can’t get metadata now !!

It’s normal ? Warzone firefight involved ?

I get this:

curl -X GET “https://www.haloapi.com/metadata/h5/metadata/enemies” -H “Ocp-Apim-Subscription-Key: xxxxxxx” --data-ascii “{body}”

ŗAo�7
[7 ����U,��D�
0;
;P�x�?����G’��x��l�b�0_�!_��o͆��r3����m��I����l����w����]wm��{��t�Z���d���m3�_�B?lW�����n�v>�ӽN��[YmZ�n�f=_k_�er��������ޑ[���.��\��s�t���š�#����������i�q�!���ps7-L�n-���� ~݈}t(US �)�1 ��R��&#�H��\�N���?\��%{��!� �W�����B�c>#���2e12b94Ǿ���R��T*��~����k��LJ�'^qh��*��+֜8S�CUb��'YG\0������)Z/��j$�%���g�3Zu@�Щ�w��T��Go�(��~唉�}�ՕX��P��ʇ���4
P�c�$�
�RV��Er�Ęj͵�����rJ��3X"��d5�}�q
�q��|����Ws�ۇ��F�2��MdA$$�rN����'YGX��m�H^��PQ��M:4�@�_�2 ��2�3X�c�qu=(:L�->s�v��Z�+|�Wٷ۫���X���v�[N{�ZB��-[�y���u�Q��d_l�^���D��&�51��)��]k�.��q� ]��8[Π��X��
��ض�t5`��/�a�L��F��^�2����(I��x=�:��8�4�Fe�Zc@��z�^a�

��a)!��,hDu(�;Nԝy}��z;�]{��l��^ ���� ������7Xlcq��@����t)PO��F�z��ZǶV�Rc�/Ae
!�g�H{�����G���/ց����/n�oW���P�����a�/p�2*S��yI��b�U�Vֈ ~\U��?:U�����U��~AID��,8RH��b����J��L�/F��W�/�U_^me��?OV@k�bn���J�:����������#��Q��f�P
��r�m�Yk}���%'�Pt>[l��D���y`��-K�BT���3����UQ�j

Working mine for me bro! At least using the try it on the website.

Only thing i can think is, in the curl documentation, it uses -v in the line and you do not.

-v is just for verbose output…

I try with -v… Same problem, this morning everything working…

Check the response headers ‘Content-Encoding’. Some (not all) responses are encoded/compressed (gzip).

You’re looking at a compressed response.

Even if you set the request header ‘Accept-Encoding’, you’re not guaranteed to get a compressed response. This means that when using curls --compressed flag to decompress, you might still run into issues.

> –compressed
>
> - (HTTP) Request a compressed response using one of the algorithms curl supports, and save the uncompressed document. If this option is used and the server sends an unsupported encoding, curl will report an error.

This morning everything work…
Yet I didn’t touch anything…
Fine, it’s cool :smiley:

> 2533274794179133;5:
> This morning everything work…
> Yet I didn’t touch anything…
> Fine, it’s cool :smiley:

It’ll be back :slight_smile:

Yes, i know, i’ve make modification like you say in your last post :wink:

Thks bro :smiley: