无法将数据发送到Postgres DB .....用户

时间:2018-08-29 20:49:56

标签: postgresql heroku heroku-postgres http-status-code-503

嘿,我正在尝试将数据从android应用程序发送到heroku postgres DB。奇怪的是,有时我能够成功发送数据,并且在大多数情况下,我遇到以下消息。任何帮助将不胜感激。

  

2018-08-29T20:42:40.911127 + 00:00应用程序[web.1]:无法连接到   postgres {错误:用户密码验证失败   “ ommlfiyoghkuuyt” 2018-08-29T20:42:40.911171 + 00:00 app [web.1]:在   Connection.parseE(/app/node_modules/pg/lib/connection.js:521:11)   2018-08-29T20:42:40.911173 + 00:00 app [web.1]:在   Connection.parseMessage   (/app/node_modules/pg/lib/connection.js:351:17)   2018-08-29T20:42:40.911175 + 00:00 app [web.1]:在套接字。   (/app/node_modules/pg/lib/connection.js:101:22)   2018-08-29T20:42:40.911177 + 00:00 app [web.1]:在emitOne   (events.js:116:13)2018-08-29T20:42:40.911179 + 00:00 app [web.1]:在   Socket.emit(events.js:211:7)2018-08-29T20:42:40.911181 + 00:00   app [web.1]:位于addChunk(_stream_visible.js:263:12)   2018-08-29T20:42:40.911183 + 00:00 app [web.1]:在可读的AddChunk   (_stream_visible.js:250:11)2018-08-29T20:42:40.911185 + 00:00   app [web.1]:位于Socket.Readable.push(_stream_read.js:208:10)   2018-08-29T20:42:40.911187 + 00:00 app [web.1]:在TCP.onread   (net.js:597:20)2018-08-29T20:42:40.911190 + 00:00 app [web.1]:名称:   '错误',2018-08-29T20:42:40.911192 + 00:00 app [web.1]:长度:110,   2018-08-29T20:42:40.911194 + 00:00 app [web.1]:严重性:'致命',   2018-08-29T20:42:40.911195 + 00:00 app [web.1]:代码:'28P01',   2018-08-29T20:42:40.911197 + 00:00 app [web.1]:细节:未定义,   2018-08-29T20:42:40.911198 + 00:00 app [web.1]:提示:未定义,   2018-08-29T20:42:40.911200 + 00:00 app [web.1]:位置:未定义,   2018-08-29T20:42:40.911201 + 00:00 app [web.1]:internalPosition:   未定义,2018-08-29T20:42:40.911203 + 00:00 app [web.1]:internalQuery:   未定义,2018-08-29T20:42:40.911204 + 00:00 app [web.1]:其中:   未定义,2018-08-29T20:42:40.911206 + 00:00 app [web.1]:文件:   'auth.c',2018-08-29T20:42:40.911207 + 00:00 app [web.1]:行:'328',   2018-08-29T20:42:40.911209 + 00:00 app [web.1]:例程:'auth_failed'}

0 个答案:

没有答案