Hi,
I hope this isn't a stupid question - upon starting the bot core, I get StatusCodeError: 403 - "Forbidden".
I have just installed GB and configured the first pair. This is the same error I got on MacOS and a Linux VPS; so I suspect it is license or configuration? Both v18.8.8
Any guidance is appreciated.
Thanks-Aug
---
Loading config...
info - socket.io started
GUI Server Deployed:
http://localhost:5000{ StatusCodeError: 403 - "Forbidden"
at new StatusCodeError (/snapshot/v18build/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.module.exports.plumbing.callback (/snapshot/v18build/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/snapshot/v18build/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.init.self.callback (/snapshot/v18build/node_modules/request/request.js:185:22)
at Request.emit (events.js:159:13)
at Request.<anonymous> (/snapshot/v18build/node_modules/request/request.js:1161:10)
at Request.emit (events.js:159:13)
at IncomingMessage.<anonymous> (/snapshot/v18build/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:254:19)
at IncomingMessage.emit (events.js:164:20)
at endReadableNT (_stream_readable.js:1054:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
name: 'StatusCodeError',
statusCode: 403,
message: '403 - "Forbidden"',
error: 'Forbidden',
options:
{ body: '[truncated]',
method: 'POST',
uri: '
http://api.gunthy.org:5000/licenseV2',
headers: { 'content-type': 'text/plain' },
callback: [Function: RP$callback],
transform: undefined,
simple: true,
resolveWithFullResponse: false,
transform2xxOnly: false },
response:
IncomingMessage {
[truncated]