ValueError on importing 1st repo
Hey MarcelSimon your migration script looks pretty neat.
I've tried to migrate my repo's from Gitlab, detection and API calls are working fine. However on the migration of the first repo I am getting this error:
Migrating project git@********.nl:PetervdPerk/GLT-Assign2.git to project GLT-Assign2 now.
Do you want to continue? (please answer yes or no) yes
Traceback (most recent call last):
File "migrate_gitlab_to_gogs.py", line 107, in
It seems there was a problem with creating a repository. Maybe it already exists in gogs? The ValueError seems to occur when printing the error message, not sure why this happens though. Are the API keys correct? Maybe check that again