Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReplyError: ERR Error running script (Windows) #115

Open
mrspartak opened this issue Mar 15, 2020 · 1 comment
Open

ReplyError: ERR Error running script (Windows) #115

mrspartak opened this issue Mar 15, 2020 · 1 comment

Comments

@mrspartak
Copy link

Code

var [err, id] = await __.to( rsmq.sendMessageAsync({ qname: 'test', message: 'test' }) )
console.log('sendMessageAsync', err ? err.message : '-', id)

var [err, message] = await __.to( rsmq.receiveMessageAsync({ qname: 'test' }) )
console.log('receiveMessageAsync', err, message)

Getting an error while receiveMessageAsync

receiveMessageAsync ReplyError: ERR Error running script (call to f_937bb26841b123886255ef3956a57c83e829ab3e): @user_script:
1: ERR min or max is not a float
    at parseError (E:\OpenServer\OSPanel\domains\todoforme\backend\node_modules\redis-parser\lib\parser.js:179:12)
    at parseType (E:\OpenServer\OSPanel\domains\todoforme\backend\node_modules\redis-parser\lib\parser.js:302:14) {
  command: 'EVALSHA',
  args: [
    '937bb26841b123886255ef3956a57c83e829ab3e',
    3,
    'todoforme:rsmq:test',
    1584283308608,
    1584283338608
  ],
  code: 'ERR'
} undefined
@adlanarifzr
Copy link

I have same issue. Any solution?

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

No branches or pull requests

2 participants