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 running the windows binary. #9

Open
EventReplay opened this issue Mar 31, 2023 · 2 comments
Open

Error running the windows binary. #9

EventReplay opened this issue Mar 31, 2023 · 2 comments

Comments

@EventReplay
Copy link

[2023-03-31T09:58:03Z INFO discogs_load::db] Creating the tables.
thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', discogs-load\src\db.rs:229:64
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

I wanted to have a quick play so just grabbed the win binary as I had postgres on a win10 laptop and ran into this error. I notice the docker using postgres 14, I'm using 15 on my laptop, don't know if that might be an issue?

I don't use Rust but will try when I get time to run Backtrace and get a little more info but hoped it was a simple Gotca., any help would be appriciated.
Thank-you.

@DylanBartels
Copy link
Owner

Hey @EventReplay, thank you for the interest in the loader.

Could you give me the command you ran where the error originated from? It seems that the binary path argument of the discogs monthly data dump file(s) might be faulty

@EventReplay
Copy link
Author

Sorry for such a delay in responding I got diverted with other projects but haven't given up on this!

I was expecting ./discogs-load discogs_20230301_labels.xml.gz to work with both files in same folder using the windows binary, but it didn't.

I have now installed rust built myself and run using your instructions using a full path to xml and that seems to work fine, Thank-you.

It seems quickxml looks out of date so I may play a little more and try to update and learn a bit more about rust.

Thanks again

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

3 participants
@DylanBartels @EventReplay and others