Template issues failing docker image build and error in camoufox template
- poetry-plugin-export and poetry missmatch
Few weeks back poetry v2 was released. Currently actor template generated docker file build will fail on poetry-plugin-export dependency resolution as it wants version two, but our poetry is locked to <2
Because no versions of poetry-plugin-export match >1.9.0,<2.0.0
2025-02-03T06:59:32.156Z and poetry-plugin-export (1.9.0) depends on poetry (>=2.0.0,<3.0.0), poetry-plugin-export (>=1.9.0,<2.0.0) requires poetry (>=2.0.0,<3.0.0).
2025-02-03T06:59:32.158Z So, because poetry-instance depends on both poetry (1.8.5) and poetry-plugin-export (^1.9.0), version solving failed.
Either migrate to poetry 2.x.x (might be too big change) or lock poetry-plugin-export <1.9.0
- Cookiecutter camoufox name
In several places incorrect project alias is used and thus wrong files are generated.
Thiscookiecutter.crawler_type == 'camoufox'should be thiscookiecutter.crawler_type == 'playwright-camoufox'