Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - auggieK

Pages: [1]
1
Beginners & Help / Re: Error 403 (reproduced on 2 separate servers)
« on: June 26, 2020, 09:30:36 PM »
Wanted to document the solution for others...

@Aitor figured it out - my Gunthy wallet was not properly registered with the license system.

(TY Aitor)


2
Beginners & Help / Re: Error 403 (reproduced on 2 separate servers)
« on: June 25, 2020, 03:06:25 AM »
Also tried to go back to 18.3 (saw that there were some Kraken problems) but no change....

3
Beginners & Help / Re: Error 403 (reproduced on 2 separate servers)
« on: June 25, 2020, 02:26:45 AM »
Hi - Thanks for the response. I'm connecting to Kraken from the US, so that's not the problem - and I get the same response from 2 separate IPs means that it likely wasn't locked out..

any other ideas?

4
Beginners & Help / Error 403 (reproduced on 2 separate servers)
« on: June 25, 2020, 01:34:19 AM »
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]

Pages: [1]