You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the _StitcherService, an error occurs, because the hashed audiofile is searched for in the directory media/voiceovers/media/voiceovers instead of media/voiceovers.
How to reproduce the issue
Since the error lies in the search of an audiofile, the most basic example reproduces the error.
Description of bug / unexpected behavior
When using the
_StitcherService
, an error occurs, because the hashed audiofile is searched for in the directorymedia/voiceovers/media/voiceovers
instead ofmedia/voiceovers
.How to reproduce the issue
Since the error lies in the search of an audiofile, the most basic example reproduces the error.
Code for reproducing the problem
Additional media files
Images/GIFs
System specifications
irrelevant
Additional comments
The error can be fixed as follows: replace line 150 in stitcher.py by
The text was updated successfully, but these errors were encountered: