You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Nothing gets entered into the postgresql database. The postgresql log does not even register a connection. I have tried instrumenting couchwarehouse using console.log() to no avail (no output). I know little of JavaScript, so I'm stuck.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
postgresql is version 12.
DEBUG=* couchwarehouse -r --url http://donaldduck:[email protected]:5984 --db tripe --databaseType postgresql
couchwarehouse Getting last change from CouchDB +0ms
follow-redirects options {
protocol: 'http:',
maxRedirects: 21,
maxBodyLength: 10485760,
path: '/tripe/_changes?since=now&limit=1',
method: 'GET',
headers: {
Accept: 'application/json, text/plain, /',
'User-Agent': 'axios/0.19.2'
},
agent: undefined,
agents: { http: undefined, https: undefined },
auth: 'rmason:B103SCaCC',
hostname: '127.0.0.1',
port: '5984',
nativeProtocols: {
'http:': {
_connectionListener: [Function: connectionListener],
METHODS: [Array],
STATUS_CODES: [Object],
Agent: [Function],
ClientRequest: [Function: ClientRequest],
IncomingMessage: [Function: IncomingMessage],
OutgoingMessage: [Function: OutgoingMessage],
Server: [Function: Server],
ServerResponse: [Function: ServerResponse],
createServer: [Function: createServer],
validateHeaderName: [Function: hidden],
validateHeaderValue: [Function: hidden],
get: [Function: get],
request: [Function: request],
maxHeaderSize: [Getter],
globalAgent: [Getter/Setter]
},
'https:': {
Agent: [Function: Agent],
globalAgent: [Agent],
Server: [Function: Server],
createServer: [Function: createServer],
get: [Function: get],
request: [Function: request]
}
}
} +0ms
couchwarehouse Initalise database +33ms
Nothing gets entered into the postgresql database. The postgresql log does not even register a connection. I have tried instrumenting couchwarehouse using console.log() to no avail (no output). I know little of JavaScript, so I'm stuck.
The text was updated successfully, but these errors were encountered: