node-gitlab-2-github
node-gitlab-2-github copied to clipboard
Cannot read property 'toString' of undefined while fetching GitLab projects
Hi, I am trying to migrate some our projects from our inner enterprise GitLab to GitHub and get following:
An Error occured while fetching all GitLab projects:
TypeError: Cannot read property 'toString' of undefined
at GitlabHelper.
Any help is appreciated.
Settings are: import Settings from './src/settings';
export default {
gitlab: {
url: '<Gitlab_root>/<GitLab_subgroup>',
token: 'migrate:
@aleksey-katerov it seems your project has no id it can print. (only toString in gitlabHelper I could find)
I think you need to remove the gitlab subgroup.