Open doughsay opened 8 months ago
Please paste the full Docker command(s) used to execute shaka-packager.
Please paste the full Docker command(s) used to execute shaka-packager.
I'm not using Docker to execute shaka-packager, I'm using podman to run a custom app where the image happens to contain the shaka-packager binary inside it. I gave the command I'm executing above (from within the running container). I could maybe try and reproduce with the official shaka-packager docker images, but I have not done so yet...
@doughsay, please try with official images. We don't control whatever other image you're using and can't fix it if the problem is something inside that environment. If the issue exists with our official images, we will do what we can. But you'll need to provide detailed instructions for repro. Thanks!
This issue is also reproducible in the official Docker images..
On Mon, 15 Apr 2024, 21:18 Joey Parrish, @.***> wrote:
@doughsay https://github.com/doughsay, please try with official images. We don't control whatever other image you're using and can't fix it if the problem is something inside that environment. If the issue exists with our official images, we will do what we can. But you'll need to provide detailed instructions for repro. Thanks!
— Reply to this email directly, view it on GitHub https://github.com/shaka-project/shaka-packager/issues/1383#issuecomment-2057534415, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR7NBZPSPCDSK7UWJAUBH3Y5QKX3AVCNFSM6AAAAABFOV62M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJXGUZTINBRGU . You are receiving this because you commented.Message ID: @.***>
@Brainiarc7 can you provide any details on how you were able to reproduce? I haven't had the time yet to try, but I can look into it soon unless you have something that'll make it easier/clearer
@doughsay I faced same issue today. I tried all past versions till 3.0.0. It has same issue. For versions before 3.0.0, this issue doesn't come. The workaround to solve this issue is to give complete path of mpd file in the command as new code expects mpd file name has filepath mentioned along with file name. Maybe this can be marked as bug as this change was not intentional. As I see, you have also not mentioned filepath. Check if this works for you.
Correct.
On Thu, 25 Apr 2024 at 11:23, mkcdot @.***> wrote:
@doughsay https://github.com/doughsay I faced same issue today. I tried all past versions till 3.0.0. It has same issue. For versions before 3.0.0, this issue doesn't come. The workaround to solve this issue is to give complete path of mpd file in the command as new code expects mpd file name has filepath mentioned along with file name. Maybe this can be marked as bug as this change was not intentional. As I see, you have also not mentioned filepath. Check if this works for you.
— Reply to this email directly, view it on GitHub https://github.com/shaka-project/shaka-packager/issues/1383#issuecomment-2076639089, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR7NB5X2H755CG2RLIISNTY7C4PPAVCNFSM6AAAAABFOV62M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGYZTSMBYHE . You are receiving this because you were mentioned.Message ID: @.***>
Thanks @mkcdot, I've confirmed that using the full path for mpd file instead of a relative path doesn't cause the issue to occur.
System info
Operating System: Alpine 3.19.1 container running through Podman 3.4.4 on Ubuntu 22.04.4 host Shaka Packager Version: v3.0.4-ceeb378-release
Issue and steps to reproduce the problem
Packager Command:
Extra steps to reproduce the problem?
sshfs#user@x.x.x.x:/sshfs /mnt/nas fuse delay_connect,_netdev,idmap=user,allow_other,IdentityFile=/home/user/.ssh/id_rsa,reconnect 0 0
What is the expected result?
It works fine without the complicated container + volumes + sshfs setup
What happens instead?
Instead it seems to work, but fails to move the tmp files created during packaging to the current directory:
without knowing what
error: generic:18
means, I'm kinda stuck...NOTE: It works with shaka-packager 2.6.1, for my use-case this appears to be a regression in 3.x