wallabyjs / public

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

Atom: Open source status of your project could not be verified. #2535

Closed geofflee closed 4 years ago

geofflee commented 4 years ago

Issue description or question

Wallaby in Atom was previously working fine for my project (https://github.com/geofflee/screeps-ai), but today, it started displaying the follow error:

Wallaby.js has been stopped because the open source status of your project could not be verified.

Wallaby diagnostics report

module.exports = function (wallaby) {
  return {
    trace: true,

    files: [
      'src/**/*.js'
    ],

    tests: [
      'test/**/*.test.js'
    ],

    env: {
      type: 'node'
    },
  };
};
Wallaby Console: Atom plugin v1.0.61
Wallaby Console: Core v1.0.972
Wallaby Console: 2020-10-07T06:41:45.987Z extended-core Validating Open Source License
Wallaby Console: 2020-10-07T06:41:45.988Z extended-core Remotes:  [ 'https://github.com/geofflee/screeps-ai/' ]
Wallaby Console: 2020-10-07T06:41:46.178Z project Wallaby Node version: v14.12.0
Wallaby Console: 2020-10-07T06:41:46.178Z project Wallaby config: C:\Users\Snorlax\Desktop\screeps-ai\wallaby.js
Wallaby Console: Started Wallaby.js Core v1.0.972
Wallaby Console: 2020-10-07T06:41:46.206Z fs File added: src/cmd.js
Wallaby Console: 2020-10-07T06:41:46.206Z fs File added: src/CreepControl.js
Wallaby Console: 2020-10-07T06:41:46.207Z fs File added: src/CreepControl.test.js
Wallaby Console: 2020-10-07T06:41:46.208Z fs File added: src/CreepPlan.js
Wallaby Console: 2020-10-07T06:41:46.208Z fs File added: src/CreepPlan.test.js
Wallaby Console: 2020-10-07T06:41:46.209Z fs File added: src/main.js
Wallaby Console: 2020-10-07T06:41:46.209Z fs File added: src/role.harvester.js
Wallaby Console: 2020-10-07T06:41:46.210Z fs File added: src/role.upgrader.js
Wallaby Console: 2020-10-07T06:41:46.210Z fs File added: src/RoomPlanner.js
Wallaby Console: 2020-10-07T06:41:46.216Z fs File added: src/testing/globals.js
Wallaby Console: 2020-10-07T06:41:46.217Z fs File added: src/testing/TestCreep.js
Wallaby Console: 2020-10-07T06:41:46.217Z fs File added: src/testing/TestCreep.test.js
Wallaby Console: 2020-10-07T06:41:46.218Z fs File added: src/testing/TestSource.js
Wallaby Console: 2020-10-07T06:41:46.219Z fs File added: src/testing/TestSpawn.js
Wallaby Console: 2020-10-07T06:41:46.220Z fs File added: src/testing/TestSpawn.test.js
Wallaby Console: 2020-10-07T06:41:46.220Z fs File added: src/util/deepFreeze.js
Wallaby Console: 2020-10-07T06:41:46.221Z fs File added: src/util/deepFreeze.test.js
Wallaby Console: 2020-10-07T06:41:46.222Z fs File added: src/util/defaultArray.js
Wallaby Console: 2020-10-07T06:41:46.222Z fs File added: src/util/has.js
Wallaby Console: 2020-10-07T06:41:46.223Z fs File added: src/util/makeProto.js
Wallaby Console: 2020-10-07T06:41:46.224Z fs File added: src/util/makeProto.test.js
Wallaby Console: 2020-10-07T06:41:46.224Z fs File added: src/util/runOnce.js
Wallaby Console: 2020-10-07T06:41:46.225Z fs File added: src/util/runOnce.test.js
Wallaby Console: 2020-10-07T06:41:46.225Z fs File added: src/util/typeOf.js
Wallaby Console: 2020-10-07T06:41:46.226Z fs File added: src/util/typeOf.test.js
Wallaby Console: 2020-10-07T06:41:46.617Z extended-core Wallaby.js has been stopped because the open source status of your project could not be verified (err:1010).
Wallaby Console: 2020-10-07T06:41:46.618Z project Stopping wallaby.js
Wallaby Console: 2020-10-07T06:41:46.618Z project Killing 0 spawned process(es)
Wallaby Console: 2020-10-07T06:41:46.618Z project Stopping test runner
smcenlly commented 4 years ago

Thanks for reporting the problem and for providing your console log. If you restart Wallaby now, it should work for you.