question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Backup failed by ValueError: too many values to unpack

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TDHTTTTcommented, Oct 21, 2020

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.

1reaction
TDHTTTTcommented, Oct 21, 2020

Same here. It might be related to FIrebase outage today as discussed in Roam slack here. However, the outage should be over.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ValueError: too many values to unpack (expected 2)
This error occurs when the number of variables doesn't match the number of values. As a result of the inequality, Python doesn't know...
Read more >
Cbbackup - ValueError: too many values to unpack
I am running Couchbase Community Edition 6.0 and I am trying to backup a bucket using the cbbackup command. There are a series...
Read more >
too many values to unpack (expected 2)" - Stack Overflow
It is caused by wrong arguments you passed to sg.Text . layout = [ [sg.Text('When will it start?', start)], [sg.Text('When will it end?...
Read more >
Python valueerror: too many values to unpack (expected 2)
The “valueerror: too many values to unpack (expected 2)” error occurs when you do not unpack all the items in a list. This...
Read more >
Skeleton ValueError too many values to unpack (expected 2)
I fixed it so that it was only two each, I now have labelled images with the skeleton but attempting to analyze the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found