In one of Cole’s youtubes he mentioned that it can happen that the preview/code window doesn’t show up & gave a fix for it. Can someone point me to that youtube or just the fix (because that’s what I’m seeing).
Ottodev is producing code, but the code/preview is cool, so I’d like to get it working.
Thanks …
Usually this means the LLM hallucinated a bad command or bad code. Which model are you using?
Are you running the latest version that has the recently added terminal? You should be able to see the errors from there.
I am, but I’m not seeing errors. I suppose this is a reason for me to start understanding the code, so I can figure it out.
Thanks, Beth
I changed to the Qwen-2.5-Coder-32b model, but so far no luck. I’ll keep looking into it.
Thanks & also, many thanks for organizing the project.
Beth
You bet, Beth!!
I’m surprised it still isn’t working for you - are you getting an error message or still no?
No error message, but today is the job, so I haven’t had much time to look into it. I expect I’m doing something wrong, so I’ll look into the code.
I’ll post when I figure it out.
Thanks, Beth
If you’re missing an index.html at root with a React project, this might indicate that the React app isn’t setup correctly based on the LLM response. That index.html must exist, with a script include of the main.tsx file in src. Another place to check would be the “scripts” section of package.json to ensure there is a “dev” script in place.
Time allowing, there will be some discussion and changes in the near future to address some of these initial issues.
Now it works. I don’t know what changed – I did install the latest chrome update, the latest mac os update & rebooted the machine. Maybe it just needed to be kicked a bit.
Thanks, Beth
I was using chrome, but I think I need to use canary instead. That seems to work better