You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
WEXNZ API is down! unable to call buy, retrying in 10s
Error: You incorrectly entered one of fields.
at Function.WEXNZ.responseHandler (/app/node_modules/wexnz/wexnz.js:363:16)
at IncomingMessage. (/app/node_modules/wexnz/wexnz.js:210:13)
at IncomingMessage.emit (events.js:164:20)
at endReadableNT (_stream_readable.js:1054:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process.tickCallback (internal/process/next_tick.js:180:9)
[ 'buy',
{ price: '252.9290',
size: '1.30623089',
orig_size: '1.30623089',
remaining_size: '1.30623089',
orig_price: '252.9290',
cancel_after: 'day',
product_id: 'LTC-EUR',
post_only: true } ]
return (product_id.split('-')[0] + '' + product_id.split('-')[1]).toLowerCase()
^
TypeError: Cannot read property 'split' of undefined
at joinProduct (/app/extensions/exchanges/wexnz/exchange.js:35:24)
at Object.trade (/app/extensions/exchanges/wexnz/exchange.js:158:18)
at Object.buy (/app/extensions/exchanges/wexnz/exchange.js:188:16)
at Timeout._onTimeout (/app/extensions/exchanges/wexnz/exchange.js:61:24)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
The text was updated successfully, but these errors were encountered:
WEXNZ API is down! unable to call buy, retrying in 10s
Error: You incorrectly entered one of fields.
at Function.WEXNZ.responseHandler (/app/node_modules/wexnz/wexnz.js:363:16)
at IncomingMessage. (/app/node_modules/wexnz/wexnz.js:210:13)
at IncomingMessage.emit (events.js:164:20)
at endReadableNT (_stream_readable.js:1054:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process.tickCallback (internal/process/next_tick.js:180:9)
[ 'buy',
{ price: '252.9290',
size: '1.30623089',
orig_size: '1.30623089',
remaining_size: '1.30623089',
orig_price: '252.9290',
cancel_after: 'day',
product_id: 'LTC-EUR',
post_only: true } ]
return (product_id.split('-')[0] + '' + product_id.split('-')[1]).toLowerCase()
^
TypeError: Cannot read property 'split' of undefined
at joinProduct (/app/extensions/exchanges/wexnz/exchange.js:35:24)
at Object.trade (/app/extensions/exchanges/wexnz/exchange.js:158:18)
at Object.buy (/app/extensions/exchanges/wexnz/exchange.js:188:16)
at Timeout._onTimeout (/app/extensions/exchanges/wexnz/exchange.js:61:24)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
The text was updated successfully, but these errors were encountered: