Backup failed by ValueError: too many values to unpack
See original GitHub issueDescribe the bug Github Action backup failed by ValueError: too many values to unpack after 80 successful successful Github actions
To Reproduce Steps to reproduce the behavior: Either allow Git Action to run as scheduled or manual run Git Action
Expected behavior Expected github actions successful with roam file commit
Traceback File “/opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py”, line 151, in _download_rr_archive output_type_elem, = await document.querySelectorAll(“.bp3-text-overflow-ellipsis”) │ └ <function Page.querySelectorAll at 0x7fd2e8a1a700> └ <pyppeteer.page.Page object at 0x7fd2e8329370>
https://gist.github.com/xiaofeng1986/9691f3e701bff322ac095ad5961ff3ba
Run roam-to-git --debug notes/
and report what you get.
Not quite sure how to do this
Please complete the following information:
- OS: MacOS
- Do you use Github Action? Yes
- Do you use multiple Roam databases? No
- Does roam-to-git use to work for you? Yes
- When precisely did it stopped to work? 10 hours ago
- Does some backup runs are still working? All backup runs fail
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:9 (3 by maintainers)
Apparently, the breaking change is that Roam introduced a third backup method, EDN. Mehedi Bakht worked on this earlier today at #59. So his PR should also work.
Same here. It might be related to FIrebase outage today as discussed in Roam slack here. However, the outage should be over.