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

not enough values to unpack #55

Closed
dmalan opened this issue Jul 25, 2019 · 0 comments
Closed

not enough values to unpack #55

dmalan opened this issue Jul 25, 2019 · 0 comments
Assignees
Labels

Comments

@dmalan
Copy link
Member

dmalan commented Jul 25, 2019

Traceback (most recent call last):
  File "/usr/local/bin/render50", line 531, in <module>
    main()
  File "/usr/local/bin/render50", line 275, in main
    write(output, documents)
  File "/usr/local/bin/render50", line 506, in write
    documents[0].copy(pages).write_pdf(output)
  File "/usr/local/lib/python3.7/site-packages/weasyprint/document.py", line 645, in write_pdf
    bookmarks = self.make_bookmark_tree()
  File "/usr/local/lib/python3.7/site-packages/weasyprint/document.py", line 499, in make_bookmark_tree
    for level, label, (point_x, point_y), state in page.bookmarks:
ValueError: not enough values to unpack (expected 4, got 3)

Kozea/WeasyPrint#902

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

No branches or pull requests

1 participant