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

Failure due to partially removed --utf8 argument #4

Open
martonmiklos opened this issue Feb 23, 2022 · 4 comments
Open

Failure due to partially removed --utf8 argument #4

martonmiklos opened this issue Feb 23, 2022 · 4 comments

Comments

@martonmiklos
Copy link

Hello,

The recent master failing at me with the following error:

mm@lapos:~/Projektek/standards$ pdfoutliner "Part 3-01 Dispenser Application v2.33.txt" --inpdf "Part 3-01 Dispenser Application v2.33.pdf" 
Traceback (most recent call last):
  File "/home/mm/.local/bin/pdfoutliner", line 8, in <module>
    sys.exit(main())
  File "/home/mm/.local/lib/python3.8/site-packages/pdfoutliner/__main__.py", line 152, in main
    if args.utf8:
AttributeError: 'Namespace' object has no attribute 'utf8'

For me it looks like that half of the #3 PR have been removed from the master in cfd2d91

@alexispurslane
Copy link

Also having this issue.

@dangbert
Copy link

Also an issue with the latest version I just installed with pip (pdfoutliner==0.0.4)

@hychn
Copy link

hychn commented Aug 19, 2023

same.

@notevenaperson
Copy link

notevenaperson commented Dec 20, 2023

The last working revision is 09e19d9.
I built upon that version to fix another issue that I found against certain filenames.

For anyone that just wants to get pdfoutliner to work, you can install it with this command:

git clone -b shell-injection-fix https://github.com/notevenaperson/pdfoutliner.git

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

5 participants