Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with deploy-infra action on 3.2.4 due to missing ffmpeg #215

Closed
conantp opened this issue Sep 30, 2022 · 1 comment
Closed

Issue with deploy-infra action on 3.2.4 due to missing ffmpeg #215

conantp opened this issue Sep 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@conantp
Copy link
Contributor

conantp commented Sep 30, 2022

Describe the Bug

After merging in the PRs for 3.2.4, I'm receiving an error on the deploy-infra action due to missing ffmpeg:

Traceback (most recent call last):
[16](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:17)
  File "/opt/hostedtoolcache/Python/3.10.7/x64/bin/get_cdp_infrastructure_stack", line 5, in <module>
[17](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:18)
    from cdp_backend.bin.get_cdp_infrastructure_stack import main
[18](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:19)
  File "/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/cdp_backend/bin/get_cdp_infrastructure_stack.py", line 12, in <module>
[19](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:20)
    from cdp_backend.database import DATABASE_MODELS
[20](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:21)
  File "/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/cdp_backend/database/__init__.py", line 9, in <module>
[21](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:22)
    from . import models
[22](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:23)
  File "/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/cdp_backend/database/models.py", line 12, in <module>
[23](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:24)
    from ..utils import file_utils
[24](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:25)
  File "/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/cdp_backend/utils/file_utils.py", line 14, in <module>
[25](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:26)
    import ffmpeg
[26](https://github.com/sunshine-request/cdp-asheville/actions/runs/3160571018/jobs/5145176005#step:9:27)
ModuleNotFoundError: No module named 'ffmpeg'

Expected Behavior

Successful execution of deploy-infra action.

Reproduction

I'm not sure if there's anything specific to my instance, but I think you could probably reproduce this behavior by setting up an instance at 3.2.3, applying the PRs generate for 3.2.4, and watching the "Action" results.

Environment

https://github.com/sunshine-request/cdp-asheville

@conantp conantp added the bug Something isn't working label Sep 30, 2022
@evamaxfield
Copy link
Member

Nice catch!!! Thank you! Will fix and release a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants