Server listening on port 3000 Error occurred: error: ������������ "PC" �� ������ �������� ����������� (�� ������) at Parser.parseErrorMessage (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:287:98) at Parser.handlePacket (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:126:29) at Parser.parse (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:39:38) at Socket. (D:\practice_2_course\www\node_modules\pg-protocol\dist\index.js:11:42) at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { length: 114, severity: '�����', code: '28P01', detail: undefined, hint: undefined, position: undefined, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: 'auth.c', line: '329', routine: 'auth_failed' } I have this error, what is mean?
You need to change password in "script.js" where you create a Postgres connection
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Server listening on port 3000
Error occurred: error: ������������ "PC" �� ������ �������� ����������� (�� ������)
at Parser.parseErrorMessage (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:287:98)
at Parser.handlePacket (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:126:29)
at Parser.parse (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:39:38)
at Socket. (D:\practice_2_course\www\node_modules\pg-protocol\dist\index.js:11:42)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
length: 114,
severity: '�����',
code: '28P01',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'auth.c',
line: '329',
routine: 'auth_failed'
}
I have this error, what is mean?
You need to change password in "script.js" where you create a Postgres connection