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

Error: "Object reference not set to an instance of an object" on Linux with Docker #11

Open
pygospa opened this issue Jan 19, 2022 · 1 comment

Comments

@pygospa
Copy link

pygospa commented Jan 19, 2022

When using it with docker (Docker version 20.10.12, build e91ed5707e) on Arch Linux (5.15.13-arch1-1), with both documented variants I'll get the above error, which according to my research is a common null pointer in C#. I also tried out different flags such as the -w (whole) to see if I need some additional settings, but everything leads to the same error. My guess is that something is going wrong with the device path, as the "Scan completed successfully" is really fast.

Here is the output:

./bdinfo /dev/sr0 /home/pygospa/report
Please wait while we scan the disc...
Preparing to analyze the following:

                File           Elapsed      Remaining

Scan completed successfully.
Please wait while we generate the report...
Object reference not set to an instance of an object
@pygospa pygospa changed the title Error: Object reference not set to an instance of an object Error: "Object reference not set to an instance of an object" on Linux with Docker Jan 19, 2022
@the-hotmann
Copy link

the-hotmann commented Aug 16, 2022

Then the directory that you scan is not the proper directory.
Had the same error. I was scanning: /SOME-MOVIE/BDMV
while I should have been scanning: /SOME-MOVIE
You shall scan the folder which at least includes these directories:

  • BDMV
  • CERTIFICATE

Please also make sure, read rights are given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants