Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Does not work with postgresql. #27

Open
sprock opened this issue Aug 8, 2020 · 0 comments
Open

Does not work with postgresql. #27

sprock opened this issue Aug 8, 2020 · 0 comments

Comments

@sprock
Copy link

sprock commented Aug 8, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant