MatthieuBizien / roam-to-git

Automatic RoamResearch backup to Git
MIT License
550 stars 133 forks source link

Backups failing to run - please help! #75

Closed karisgriley closed 3 years ago

karisgriley commented 3 years ago

Describe the bug A clear and concise description of what the bug is. I've just set up a Roam-Git workflow yesterday (first time user). I've deleted my GitHub account to start over 3 times, and created new google passwords for my Roam account 3 times. The backups continue to fail.

When I click on press/re-run jobs, I still get either: AssertionError: All roads leads to Roam, but that one is too long. Try again when Roam servers are faster. 108

Or

ERROR | main::33 - An error has been caught in function '', process 'MainProcess' (XXXX), thread 'MainThread' (XXXXXXXXXXXXXXX): [I HAVE DELETED THE NUMBERS]

OR

Error: Process completed with exit code 1.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Traceback Please use http://gist.github.com/ or similar, and report the last line here. Where do I find this?

Run roam-to-git --debug notes/ and report what you get. It should open a Chrome front-end, an do the scrapping. The repository content will not be modified. If applicable, add screenshots to help explain your problem.

Please complete the following information:

Additional context Add any other context about the problem here.

How long should title pages on Roam be? I have removed every / from every title page in Roam as Erik Newhard advised.

I have followed this: NB: as of October 21st 2020, this code is broken because of a change at Roam. Github user mbakht has created a temporary fix: locate the following line in the code: pip install git+https://github.com/MatthieuBizien/roam-to-git.git and replace it with: pip install git+https://github.com/mbakht/roam-to-git.git@patch-1

And I have followed this: Note: As of October 1st, the default branch name for new repos was changed from "master" to "main". The branch name here needs to match your repo's branch name

everruler12 commented 3 years ago

I've been getting the same error every so often (more so recently), but not every hour.

How long should title pages on Roam be?

Less than 255 characters should prevent any problems with the markdown export.

I have removed every / from every title page in Roam as Erik Newhard advised.

Note that / is only an issue as the first character in a page title (and probably double // anywhere in the title). Slashes are useful for namespacing.

karisgriley commented 3 years ago

Thanks! I will try this and see how it goes. It's backing up now, for some reason....

KARIS GRACE

On Fri, 4 Dec 2020 at 02:11, Erik Newhard notifications@github.com wrote:

I've been getting the same error every so often (more so recently), but not every hour.

How long should title pages on Roam be?

Less than 255 characters should prevent any problems with the markdown export.

I have removed every / from every title page in Roam as Erik Newhard advised.

Note that / is only an issue as the first character in a page title (and perhaps double //). Slashes are useful for namespacing https://forum.roamresearch.com/t/namespaces-how-do-they-work/276.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MatthieuBizien/roam-to-git/issues/75#issuecomment-738510716, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR7EJUYFMA6EOMSR6MWFFP3STBALVANCNFSM4ULZ3MNQ .

MatthieuBizien commented 3 years ago

The backup errors should be fixed by #92 🍾.

I'm closing that issue, but feel free to re-open it if you get new errors.