Help: OttoMator hanging

I’ve just installed Ottomator and now when I try to generate code (using OpenAI 4o) a lot of the time is just hangs and the ‘in progress’ circles/loaders don’t resolve the code. And it just hangs.

image

Does anyone have any ideas how this can be fixed?

I’ve also started to see this error:

[plugin:vite:esbuild] Transform failed with 1 error:
/home/project/src/pages/AccountPage.jsx:32:3: ERROR: Expected identifier but found “/”
/home/project/src/pages/AccountPage.jsx:32:3
Expected identifier but found “/”
30 |
31 | export default AccountPage;
32 | </boltAction
| ^
at failureErrorWithLog (/home/project/node_modules/esbuild/lib/main.js:1639:15)
at eval (/home/project/node_modules/esbuild/lib/main.js:837:29)
at responseCallbacks. (/home/project/node_modules/esbuild/lib/main.js:693:9)
at handleIncomingPacket (/home/project/node_modules/esbuild/lib/main.js:752:9)
at Socket.readFromStdout (/home/project/node_modules/esbuild/lib/main.js:669:7)
at Socket.emit (node:events:30:10899)
at addChunk (node:internal/streams/readable:225:3685)
at readableAddChunk (node:internal/streams/readable:225:3393)
at Readable.push (node:internal/streams/readable:225:4971)
at _0x376914.onStreamRead (node:internal/stream_base_commons:211:2596
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.

[ I installed Ottomator via Docker ].

Many thanks
Ryan

Hey @nayrsllew, thanks for posting!

Looking at the error message, it appears the LLM outputted a bad “BoltAction” artifact, so it tried to run a command but didn’t output the correct format which is why nothing is working.

Could you try using a different model like Claude 3.5 Sonnet and see if that helps? GPT-4o usually does fine, but LLMs are random sometimes so you never know what it can do haha