You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this code for almost a year now. It has worked great up until a few months ago. I started getting the error message below. It seems like its having trouble with a specific commit but I can't tell. Has anyone seen or reported something like this before?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Users\Matthew.Hiebing\Documents\1_GitHubRepos\BitbucketCommits\Contributions-Importer-For-Github\run_script.py", line 22, in
importer.import_repository()
File "c:\Users\Matthew.Hiebing\Documents\1_GitHubRepos\BitbucketCommits\Contributions-Importer-For-Github\git_contributions_importer\Importer.py", line 104, in import_repository
self.content.save()
File "c:\Users\Matthew.Hiebing\Documents\1_GitHubRepos\BitbucketCommits\Contributions-Importer-For-Github\git_contributions_importer\Content.py", line 33, in save
with open(full_path, 'w') as f:
OSError: [Errno 9] Bad file descriptor
(bitbucketToGitHub)
The text was updated successfully, but these errors were encountered:
Hello,
I've been using this code for almost a year now. It has worked great up until a few months ago. I started getting the error message below. It seems like its having trouble with a specific commit but I can't tell. Has anyone seen or reported something like this before?
The text was updated successfully, but these errors were encountered: