Word doc generator error

Expected behavior: offer the user a downloadable Word document and, if they say yes, provide the download

Actual behavior
*When user says yes, bot regenerates the last response but doesn’t create the file
*Upon page refresh the file is offered but upon clicking on the file link, the following error is generated and no document is available

Here is some of the odd behavior captured on Loom: RoleRefiner: Job Description Optimizer - 10 February 2025 | Loom

1 Like

The same thing happens to me

I’m having the same issue.

Check this out @nathaniel and @dev_vlad

I just posted an issue with this, I messaged @Nathaniel and he advised me to post it here.

Hope it get resolved soon

Hmm, I just tested it again, and it worked alright for me. @sean_pope did you get the same issue with the Modal printout that @jjacoby got?

Yes very same issue that he got

Try my pickaxe here, and see what output you getting

Can you share a sample of one with the word output working

Can you please test my pickaxe and confirm if you are getting the error we are seeing, https://beta.pickaxeproject.com/axe?id=Test_python_code_C24Y7

I just tested yours and got the error again.

It appears like it created the document…

But then gives this error when I click the link…

cc: @nathaniel and @admin_mike

I think I finally figured it out, its the models, so far, if you want this action to work, only use the “Mini” Models (GPT-40-mini) or (OpenAI-03-mini).

The rest of the models are giving the error. Please try this on your end and confirm

The 40 Mini is the more stable one, the o3-mini still gives intermittent errors

Thanks for the info, Sean. It’ll be interesting to see what happens when OpenAI’s model 5 comes out, which will subsume all the others. Hopefully, this will still work with it.