Closed Belka-kate closed 4 months ago
You need to run your backend with poetry run uvicorn main:app --reload --port 7001 in a separate console tab
Thank you. What should I do to fix this problem?
You need to run your backend with poetry run uvicorn main:app --reload --port 7001 in a separate console tab
Same problem
This happens because ffmpeg isn't installed isn't on your system. I think you can remove the videopy dependency if you don't need to use video to code. Or you can install ffmpeg. Let me know if that fixes your issue.
I have ffmpeg
Ah I think, for you @Web3Worlds this is the issue with the tempfile saving. More context but don't have a solution at the moment: https://github.com/abi/screenshot-to-code/issues/311
This happens because ffmpeg isn't installed isn't on your system. I think you can remove the videopy dependency if you don't need to use video to code. Or you can install ffmpeg. Let me know if that fixes your issue.
It fixed the issue but there is news one. Error is the same :(
![Uploading Снимок экрана 2024-07-19 в 23.40.59.png…]()
Is your Anthropic API key correct? It seems like Anthropic is responding with "Request not allowed"
same problem
@pymdashen Please open a new issue and share your logs so I can help you.
As I mentioned, please open a new issue to avoid derailing this issue.
Is your Anthropic API key correct? It seems like Anthropic is responding with "Request not allowed"
I fixed it and now it works, thank you <3
Hello. I'm trying to upload something but it writes "User Error generating code. Check the Developer Console AND the backend logs for details. Feel free to open a Github issue". I attach screenshots of console (maybe it will help but not sure) and some more, but I don't know how to open backend logs (I'm running from Mac version 12.0.1 if it is important). Please help to do something with that, thank you