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

Consistent failure: download_rr_archive - ValueError: not enough values to unpack #9

Closed
Stvad opened this issue Apr 18, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Stvad
Copy link

Stvad commented Apr 18, 2020

Starting this night it consistently fails with the following error:

Launch popup
Traceback (most recent call last):
  File "/Users/sitalov/.local/bin/roam-to-git", line 8, in <module>
    sys.exit(main())
  File "/Users/sitalov/.local/pipx/venvs/roam-to-git/lib/python3.8/site-packages/roam_to_git/__main__.py", line 68, in main
    scrap(markdown_zip_path, json_zip_path, config)
  File "/Users/sitalov/.local/pipx/venvs/roam-to-git/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 188, in scrap
    asyncio.get_event_loop().run_until_complete(asyncio.gather(*tasks))
  File "/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/Users/sitalov/.local/pipx/venvs/roam-to-git/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 95, in download_rr_archive
    export_all, = [b for b in divs_pb3 if await get_text(document, b) == 'export all']
ValueError: not enough values to unpack (expected 1, got 0)
@MatthieuBizien
Copy link
Owner

Can you try with --debug?

@MatthieuBizien MatthieuBizien added the bug Something isn't working label Apr 18, 2020
@Stvad
Copy link
Author

Stvad commented Apr 18, 2020

It seems to have started working properly after your recent commits :) Gonna close this for now

@Stvad Stvad closed this as completed Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants