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

Issue with "Remote End Closed Connection..." #80

Closed
aakar opened this issue Dec 15, 2020 · 3 comments
Closed

Issue with "Remote End Closed Connection..." #80

aakar opened this issue Dec 15, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@aakar
Copy link

aakar commented Dec 15, 2020

I created a bug a few months ago: #22 and then sadly I disappeared. I've retried running a GH Action and am still seeing the same timeout. So I decided to try and install the local version and run it manually with "--debug".

The browser loads and it eventually gets to the download dialog and downloads the file, however, the script crashes before it finishes downloading. It raises the following error response:
raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response

This is the start of the stacktrace. Happy to provide more but didn't want to muddy the waters:
`Traceback (most recent call last):

File "/Users/aakar/.local/bin/roam-to-git", line 8, in
sys.exit(main())
│ │ └ <function main at 0x1112604c0>
│ └
└ <module 'sys' (built-in)>
File "/Users/aakar/.local/pipx/venvs/roam-to-git/lib/python3.9/site-packages/roam_to_git/main.py", line 76, in main
scrap(markdown_zip_path, json_zip_path, config)
│ │ │ └ <roam_to_git.scrapping.Config object at 0x11125b5e0>
│ │ └ PosixPath('/var/folders/6h/q5_s8mlj73q23kzbzbd80pd40000gn/T/tmp4pq8o75v')
│ └ PosixPath('/var/folders/6h/q5_s8mlj73q23kzbzbd80pd40000gn/T/tmpgif50_go')`

@aakar aakar added the bug Something isn't working label Dec 15, 2020
@everruler12
Copy link
Contributor

You're not using a Google account for logging in, correct? Can you try re-entering your Secrets?

@aakar
Copy link
Author

aakar commented Dec 17, 2020

Nope. I reverted from a Google account to creating my own password and using that account.

@MatthieuBizien
Copy link
Owner

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.

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

3 participants