question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

function sals_session_store_get(unknown) does not exist

See original GitHub issue

Hi There,

Really appreciate this package, should make things much easier.

I’m running into an odd issue when running npm start on the server:

error:` sails-pg-session#get - error: function sails_session_store_get(unknown) does not exist at Connection.parseE (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:539:11) at Connection.parseMessage (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:366:17) at Socket.<anonymous> (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:105:22) at emitOne (events.js:77:13) at Socket.emit (events.js:169:7) at readableAddChunk (_stream_readable.js:153:18) at Socket.Readable.push (_stream_readable.js:111:10) at TCP.onread (net.js:531:20) { [error: function sails_session_store_get(unknown) does not exist] name: ‘error’, length: 218, severity: ‘ERROR’, code: ‘42883’, detail: undefined, hint: ‘No function matches the given name and argument types. You might need to add explicit type casts.’, position: ‘22’, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: ‘parse_func.c’, line: ‘306’, routine: ‘ParseFuncOrColumn’ }

All the services appear to be running and accessible, so not sure if I missed something in config.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
beliaev-maksimcommented, Jun 2, 2020

@prv123

glad to hear! so my instruction was battle tested 😃

1reaction
beliaev-maksimcommented, Jun 1, 2020

@prv123

sure, have you looked at PR 242 ?

you can pull a branch from my repo: https://github.com/beliaev-maksim/electron-release-server/tree/beliaev_update_docs

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR: function dblink(unknown, unknown) does not exist
I then want to execute a function in that database and get back the results. When I try this: SELECT * FROM dblink('mylink','select...
Read more >
"Function unaccent(text) does not exist" in update trigger
Why would this function not exist when a trigger is called, but exist when executed manually? I'm using Supabase to manage this database....
Read more >
Re: array_cat anycompatible change is breaking xversion ...
> an issue for xversion tests. I upgraded an internal DB to v14b1, but it took several tries, since there were errors during...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found