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

Cant run app as described in readme #9

Open
skorphil opened this issue Feb 26, 2023 · 2 comments
Open

Cant run app as described in readme #9

skorphil opened this issue Feb 26, 2023 · 2 comments

Comments

@skorphil
Copy link

Hi, after trying docker run -ti --rm -v pwd:/temp dodeeric/pdf2epubex pdf2epubEX myfile.pdf on mac M1 I got:

docker: invalid reference format: repository name must be lowercase.

@malikbenkirane
Copy link

Is this still happening? I was not able to reproduce your issue.

@neontomo
Copy link

neontomo commented Jun 6, 2024

I had this issue too. For me there were three things I needed to fix.

  1. Rename folders that the file is in to lowercase (even parent folders to the parent folder).
  2. Rename the PDF itself to be lowercase.
  3. Rename the parent folder to not include any spaces (otherwise I get docker: invalid reference format)

Example steps to fix

mv "Folder Name" "foldername" # lowercase and no spaces
cd "foldername"
mv "My Book.pdf" "my book.pdf" # lowercase
docker run -ti --rm -v `pwd`:/temp dodeeric/pdf2epubex pdf2epubEX "my book.pdf"

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