PDFco module not outputting data

Hey, for some reason, my PDF module stopped outputting data and I’m unsure why.

Here’s the scenario.

Here’s the output when it works.

Here’s the output when it stopped working.

Any ideas?

Welcome to the Make community!

From your screenshots, it doesn’t show any issues.

Could you please share screenshots of the module fields and filters in question? It would really help other community members to see what you’re looking at.

You can also export the scenario blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (12.3 KB)

If possible, could you also please provide the input/output bundles of the modules by running the scenario, then clicking the bubble on the top-right of each module, taking screenshots of, and copying the contents into this discussion thread:

Screenshot_2023-08-29_100800

This will allow others to better assist you. Thanks!

3 Likes

The difference is that for the one that works, it has Data and Name outputted at the bottom. The previous module’s input and output are the exact same for both.

Output for working one

[
    {
        "status": "success",
        "message": "Success",
        "pageCount": 1,
        "url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/GLPKT5V6TWSHQGH1Z2X7AZPEEHD39PGL/Formulaire_Lithium_blank.pdf?X-Amz-Expires=3600&X-Amz-Security-Token=FwoGZXIvYXdzEHoaDFkTAN4m3X4VHJj46CKCAYRKzxUHSwW%2FeHsrkCYWULDhpgNu02IbGg350OkQDFjLZwTLavEUN7r2xaskEZhIV1CIfmd7ZTsnuk09hEBCBwrJE3nplRKqUpHRpITJiOBrkK2izGbdhpetNIMYrc%2BmTMcl%2FZPybYHLRBaTCV1uSA6SUsAs79fCPQJOfleZvERyhyYol%2BDGqAYyKEGrnfqKFfdqHlzOykZJUyRKLF612XW3NG6ANunpyJHbCQSTcDL0Nyg%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIA4NRRSZPHBVGETE7O/20230925/us-west-2/s3/aws4_request&X-Amz-Date=20230925T172934Z&X-Amz-SignedHeaders=host&X-Amz-Signature=82cd33aa7cb36d907e39970d8abf022ea69bfa97bf24cfa49a3e2b2044e02130",
        "jobId": "P0N28SG72Q9NHAVKIMOLZ2Q1P1K5LKO6--31-500",
        "credits": 2,
        "remainingCredits": 15745,
        "jobDuration": 119,
        "duration": 410,
        "data": "IMTBuffer(147719, binary, c715784404d9b3eeebd239a2df77b8ded5a8ea8b): 255044462d312e350a25b73fad3f0a312030206f626a0a3c3c2f417574686f722028766761627269656c290a2f4372656174696f6e446174652028443a32303139313232373132343031392b303127303027290a2f43726561746f722028504446437265",
        "name": "Formulaire_Lithium_blank.pdf"
    }
]

Output for not working one

[
    {
        "status": "success",
        "message": "Success",
        "pageCount": 1,
        "url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/86P1WQPYNO7E616S9LBLMS763COWWV9V/Formulaire_Lithium_blank.pdf?X-Amz-Expires=3600&X-Amz-Security-Token=FwoGZXIvYXdzEKD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDBaO0SWsarF%2BenifNSKCAZxwph7p1JEZWMsFsHTxnBgOfWiuGcVXB15voUZ%2FmAtvCXthPrqDs2%2B8wMbZoOVa8hkeMfsHkN9rCxiLWmSpigy7bm%2FqvuNryBLQErQYTWshsNel%2B0YXAor264u%2BqOB7lFPZuBKYdkA7LmNsrlI5f2wV0Zx6WkJDs1%2B10sbh2PRhj8Ioio7PqAYyKClbS71QmK7YIQAnOE4avFapOjjzDfGyrLdqVISqL8hvQ%2BTj1yEHgVA%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIA4NRRSZPHN4N5UFUP/20230927/us-west-2/s3/aws4_request&X-Amz-Date=20230927T103834Z&X-Amz-SignedHeaders=host&X-Amz-Signature=3ee5136727e5a2f53f3862c3848fa0df9af8c8bdc4fe71c3d142ca029df79d76",
        "jobId": "JUYBRAP8WF2NVFTCWU8LFJEQ7RTQPZNV--31-400",
        "credits": 2,
        "remainingCredits": 15655,
        "jobDuration": 107,
        "duration": 364
    }
]

Make responded to me. The developer is working on the issue.

1 Like

Hey there @JClay :wave:

Just wanted to step in and say thanks for sharing the additional information. We really appreciate it because this way our community stays neat and organized :pray:.

1 Like