I was trying to create a basic custom node that used Adobe PDF Services API to take an input non-PDF document and convert it to PDF. I tried over and over but the farthest I was able to get was getting this error which I could never get past:
Error: Conversion request failed: {“error”: {“code”: “Not Found”, “message”: “Oops. Something went wrong. Check your URI and try again.”, “details”: { “error_code”: “404404” } } }
I tried every possible URL endpoint /convert /createpdf etc… and tried finding answers from other models like Perplexity Deep Research…
I was inspired by the Gumloop videos I had seen on youtube and wanted so badly to be able to use this tool well but if I can’t even do something this basic maybe I need to move to a less technical tool with maybe less customizability…
I don’t actually know what did it, I was going in circles and circles until one time I tried a new set of code generated by ChatGPT and it was successful. Should I share the working code (minus the keys) for people trying to create the same kind of functionality?
I don’t think sharing the code is necessary but thank you for sharing how you resolved the issue. It can take a bit of trial and error sometimes for complex codes to work, sorry you had to go back and forth for a couple hours.
FYI the AI in the custom node builder has context to the code so you can ask it to edit the code or paste in errors to fix.
That was actually one of the things I tried and I think is something that got me closer, I pasted in the Adobe documentation for what I was trying to do to reset the code and then tried inputting the errors for the AI to correct but it wasn’t doing a great job so I took the code and errors and inputted into ChatGPT and iterated there until it worked