question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Output file on decoding is always "file.bin"

See original GitHub issue

Whenever I run this script to decode a video it generated, the output file is file.bin. I tried renaming the extension to match the original file I encoded but it didn’t work. Morevover, this file.bin is lighter than the original file.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:30 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
AlfredoSequeidacommented, Oct 8, 2020

@KasperSvendsenGit Maybe try the same thing I just suggested to see if anything changes for you. On my end its working fine. @ThatIsAPseudo Something else that I can think might be the issue is maybe one of the dependencies is not working. Either ffmpeg or libmagic.

Thank you guys for pointing out these issues, it’s really helpful and interesting to see how other people are experiencing different things. Also, the program keeps changing pretty rapidly since people are contributing to the code base, so even though those parts of the program have not changed much, it might be helpful to make sure you’re on the latest git version, which is currently ahead of the PyPi version.

You can download/clone the repo, navigate to the program downloaded directory (unzip if necessary), and install that like this:

pip3 install .

0reactions
ThatIsAPseudocommented, Nov 17, 2020

I just tried (sorry for the delay), I wipped my install then reinstalled everything and it works perfectly !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu Manpage: xdeview - a powerful decoder for binary files
If you decode this file, the output data will be corrupt and usually unusable. No Begin The file doesn't have a beginning. The...
Read more >
Decoding Error when reading license file. · Issue #35 - GitHub
I ran pip-licenses inside a docker container of mine, and got the following exception: Traceback (most recent call last): File ...
Read more >
Why do i get binary output using curl - Unix Stack Exchange
The first is from redirection, the second from final output. Pipe to type to inspect the binary data type (file-type):. curl -k -L...
Read more >
10 ways to analyze binary files on Linux - Opensource.com
The file command will help you identify the exact file type that you are dealing with. $ file /bin/ls /bin/ls: ELF 64-bit LSB...
Read more >
MySQL Bugs: #37610: character set choice for output file
A user expect that the files will be encoded to the encoding of the file system. Means, when I configured my operating system...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found