We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What has happend: npm start leads to the following error:
npm start
> spam-revenge@1.0.0 start > node src/scripts/subscribe.script.js ===INITIATE THE SERVICES=== ===VALIDATE GENERAL SETTINGS=== ===INITIATE LOCAL DATA=== TypeError: Cannot destructure property 'ipv4Address' of 'data' as it is null. at new LocalDataModel (/home/user/Downloads/spam-revenge/src/core/models/files/LocalData.model.js:4:17) at LocalService.setLocalData (/home/user/Downloads/spam-revenge/src/services/files/local.service.js:12:31) at SubscribeLogic.validateSubscription (/home/user/Downloads/spam-revenge/src/logics/subscribe.logic.js:59:28) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async SubscribeLogic.run (/home/user/Downloads/spam-revenge/src/logics/subscribe.logic.js:20:9) at async /home/user/Downloads/spam-revenge/src/scripts/subscribe.script.js:6:5
Steps to reproduce:
npm i
src/settings/settings.js
Additional information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What has happend:
npm start
leads to the following error:Steps to reproduce:
npm i
src/settings/settings.js
.npm start
Additional information:
src/settings/settings.js
to different sites which return your IPThe text was updated successfully, but these errors were encountered: