Troubleshooting Pinterest Module Output Errors

Hello. I am a newbie user who recently came across Make

I’m posting a question due to an error in the output from the Pinterest module.

Let me briefly explain my scenario:
blueprint (4).json (16.6 KB)

  1. It output the image address (webp), title, and contents text from the Google Sheet module.

  2. The Pinterest module (create pin) uploads the image from the URL to Pinterest.

  3. The new image URL uploaded to Pinterest, along with URLs of images in various sizes and their information, is saved back to a Google Sheet.

Now, let me describe the error I found:

  1. First, I set the limit to 5 and ran the scenario 5 times.

  2. Errors appeared during the 3rd and 4th operations.

[
    {
        "creative_type": "REGULAR",
        "title": "Discovery 3 Logo Minimalist",
        "created_at": "2024-02-25T11:52:18.000Z",
        "board_owner": {
            "username": "Jisu_Potos_Burger"
        },
        "note": "",
        "alt_text": null,
        "id": "965881451322438458",
        "is_owner": true,
        "link": null,
        "parent_pin_id": null,
        "description": "logo, land rover discovery 3, vector graphics, minimalism, simple lines, white background, like pixar studio --v 6   ",
        "product_tags": [],
        "media": {
            "media_type": "image",
            "images": {
                "150x150": {
                    "width": 150,
                    "height": 150,
                    "url": "https://i.pinimg.com/150x150/83/f0/b1/83f0b1ef4ccc3afefeae0a86744c2075.jpg"
                },
                "400x300": {
                    "width": 400,
                    "height": 300,
                    "url": "https://i.pinimg.com/400x300/83/f0/b1/83f0b1ef4ccc3afefeae0a86744c2075.jpg"
                },
                "600x": {
                    "width": 564,
                    "height": 564,
                    "url": "https://i.pinimg.com/564x/83/f0/b1/83f0b1ef4ccc3afefeae0a86744c2075.jpg"
                },
                "1200x": {
                    "width": 1200,
                    "height": 1200,
                    "url": "https://i.pinimg.com/1200x/83/f0/b1/83f0b1ef4ccc3afefeae0a86744c2075.jpg"
                }
            }
        },
        "is_standard": true,
        "pin_metrics": null,
        "board_id": "965881520022437817",
        "board_section_id": "5348365361047717687",
        "dominant_color": null,
        "has_been_promoted": false
    }
]
[
    {
        "id": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0004\u0003��Mo\u001b!\u0010��\n��:f?Xo��VU���(�ǡ�Vc\u0018���\u0002�q�(��plɽDʉA���2/π3\u000fLG���繀��h\u0006p\u0014��}��p!��M��γO��}\u001c)�K\u0001�s^�\u0002&LÖ�\r!��3\u0019�w8'*��!1:��@�qO\u0017J\"�ֻ�\u001a�A�MW��nK�l6��6pҞ��*4�t�!ˠ��#�\u0013!Z�dD��)\n�\u0013?���\u000e8�\u0013w~�\u0002���\u001c\u000b\u001cѺ�\u0002\u0005G\"��\b\u0014#2\u0015�шl\u001fI���\n�x��\u0014�B\" 3E�\n�'� ���k\u001f�\n\u0011m�c�0\u0015b�y��Q!�3����2���Q�B\b�8?9�mUו�����zӕ�p�nX����Ғٺ�K\u001d0��!��g��,Do��\u0007�1A��O\u0001\u000b\u0019���b৐�d\u0017\u001c)?j\u001eS^.�<�J��`\rOЗJ\u00160�\u001d'>O�q�\u001e&�����\u0004��2�h����*��n]��U��[���L])m��Ӧ�k�Ay�7�96���Z^s\u001byŭ��\r�Y�~n+��ʬj�+�R�oRU�\u001cߏ,���]�^1\u001b�6�~/��\u0000\u001d\t�̀\f=T�jV�ZU�{%{U�U\r\u0005��9����O�)b����\u0013A\u0001�/֡�A���K֮�ۨ���횶�3�>�%m�������\u001e^�\u0001\u0000\u0000��\u0003\u0000�\u00007�e\u0004\u0000\u0000"
    }
]

  1. The Values, where there should be an image URL, are filled with strange symbols and patterns of characters. It’s easy to spot when comparing with the content of other operation bundles that were outputted correctly.

  1. The incorrect values were saved back to the Google Sheet, and upon checking, I found that they were not normal URLs, and other values were missing as well.

  1. Oddly, when checking the uploaded images and content on the Pinterest board, everything was uploaded correctly.

  1. Also, if I set the limit to 1 and repeatedly use ‘Run once’, this problem does not occur. If I specify a number greater than 1, the probability of this issue occurring increases significantly.

I tried using the sleep tool to solve this problem, but the result was the same.

I’ve checked other community posts about this issue, but I couldn’t understand the fundamental error since the uploaded image format was different.

If there’s any additional information I need to provide, please let me know.