wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
759 stars 45 forks source link

"the open source status of your project could not be verified." #2891

Closed ghost closed 2 years ago

ghost commented 2 years ago

Issue description or question

Trying to get wallaby running, I have an OSS license, I run start, and get "Wallaby.js has been stopped because the open source status of your project could not be verified."

Running in this repo: https://github.com/VoiceNGO/root in VSCode via an SSH connection

Wallaby diagnostics report

This report is during startup. "Copy diagnostics report" doesn't work after it shuts itself down

{
  editorVersion: '1.63.2',
  pluginVersion: '1.0.322',
  editorType: 'VSCode',
  osVersion: 'linux 5.4.0-77-generic',
  nodeVersion: 'v16.13.0',
  coreVersion: '1.0.1203',
  checksum: 'YzA5MmQ3NWM3MTIzZDExMDgwNTEwZjQ1NDJlZTMxMzIsMTY0MDk5NTIwMDAwMCww',
  config: {},
  packageJSON: {
    dependencies: undefined,
    devDependencies: {
      '@tsconfig/node16': '^1.0.2',
      '@types/jest': '^27.0.3',
      eslint: '^8.2.0',
      'eslint-config-prettier': '^8.3.0',
      'eslint-plugin-jest': '^25.2.4',
      'eslint-plugin-prettier': '^4.0.0',
      'eslint-plugin-voice': 'link:./src/misc/eslint-plugin-voice',
      expect: '^27.3.1',
      husky: '^7.0.4',
      'lint-staged': '^12.0.2',
      prettier: '^2.4.1',
      'tsconfig-paths': '^3.11.0',
      tslib: '^2.3.1',
      typescript: 'next',
      'yarn-workspace-sync-deps': '^0.3.2'
    }
  },
  fs: { numberOfFiles: 0 },
  debug: [
    '2021-12-27T14:22:35.739Z extended-core Validating Open Source License\n',
    '2021-12-27T14:22:35.743Z extended-core Remotes:  [\n' +
      "  'https://github.com/VoiceNGO/root/',\n" +
      "  'https://github.com/VoiceNGO/path-resolve/',\n" +
      "  'https://github.com/VoiceNGO/promise-repeat/',\n" +
      "  'https://github.com/VoiceNGO/event-chains/',\n" +
      "  'https://github.com/VoiceNGO/memoized-decorator/',\n" +
      "  'https://github.com/VoiceNGO/timer-decorator/',\n" +
      "  'https://github.com/VoiceNGO/javascript-vle-integers/',\n" +
      "  'https://github.com/VoiceNGO/protobufs/',\n" +
      "  'https://github.com/VoiceNGO/seams/',\n" +
      "  'https://github.com/VoiceNGO/gif-encoder/',\n" +
      "  'https://github.com/VoiceNGO/node-incoming/'\n" +
      ']\n',
    '2021-12-27T14:22:35.745Z extended-core License refresh required: false undefined\n',
    '2021-12-27T14:22:35.745Z extended-core Wallaby.js is validating the open-source status of your project.\n'
  ]
}
smcenlly commented 2 years ago

As a part of validating the OSS status of your project, Wallaby checks your git remotes and had an upper limit of 10 remotes as a part of its check. It seems that your repository root has more remotes than this, which was causing problems. If you were to clone to a fresh directory, it should work for you.

We have increased our server-side limit of 10 remotes and it should now work for you if you try to start Wallaby again.