imdb-rename icon indicating copy to clipboard operation
imdb-rename copied to clipboard

Transport endpoint is not connected

Open davidpcahill opened this issue 1 year ago • 1 comments

I know the repo is older but would appreciate any help.

cargo # version 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.20.04

Using any command in imdb-rename on Ubuntu 20.04 results in the following error:

fetch@fetch:~/imdb-rename$ ./target/release/imdb-rename --update-data INFO: downloading https://datasets.imdbws.com/title.akas.tsv.gz to /tmp/imdb-rename/title.akas.tsv https://datasets.imdbws.com/title.akas.tsv.gz: error trying to connect: Transport endpoint is not connected (os error 107)

I am able to wget the URL fine from the same system.

I tried to get around this by manually copying the file and even using the --index-dir flag but the binary always wants to connect first with no flag to disable it. Do you have a workaround?

davidpcahill avatar Mar 18 '23 19:03 davidpcahill

Update My workaround was to download the pre-compiled version onto Ubuntu 20.04. I also created /etc/apt/sources.list.d/xenial-security.list and added the following line: deb http://security.ubuntu.com/ubuntu xenial-security main then ran: sudo apt-get install libssl1.0.0 libssl-dev rm -r /tmp/imdb-renamer The downloaded binary then works!

davidpcahill avatar Mar 18 '23 19:03 davidpcahill