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

Persing error on TezosNodeReader.getMempoolOperation #419

Open
ulrikstrid opened this issue Oct 5, 2023 · 0 comments
Open

Persing error on TezosNodeReader.getMempoolOperation #419

ulrikstrid opened this issue Oct 5, 2023 · 0 comments

Comments

@ulrikstrid
Copy link
Contributor

We're getting this error when trying to check if a operation is in the mempool

TezosNodeReader.performGetRequest response: [object Promise] for chains/main/mempool/pending_operations on https://ghostnet.tezos.marigold.dev
evalmachine.<anonymous>:1
?(_$_v.hash=='"oomdRKdZvwykzK3zfsJgc4MAmSGq31SQzcN9zqwUTT7wJyv1s65"
^

SyntaxError: Unexpected token '?'
    at new Script (node:vm:94:7)
    at createScript (node:vm:251:10)
    at Object.runInNewContext (node:vm:292:10)
    at JSONPath._eval (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:643:20)
    at /app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:420:16
    at JSONPath._walk (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:572:7)
    at JSONPath._trace (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:419:10)
    at JSONPath._trace (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:536:17)
    at JSONPath.evaluate (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:243:23)
    at new JSONPath (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:174:22)
Error: jsonPath: Unexpected token '?': ?(_$_v.hash=='"oomdRKdZvwykzK3zfsJgc4MAmSGq31SQzcN9zqwUTT7wJyv1s65"
')
    at JSONPath._eval (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:647:11)
    at /app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:420:16
    at JSONPath._walk (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:572:7)
    at JSONPath._trace (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:419:10)
    at JSONPath._trace (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:536:17)
    at JSONPath.evaluate (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:243:23)
    at new JSONPath (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:174:22)
    at JSONPath (/app/node_modules/jsonpath-plus/dist/index-node-cjs.cjs:128:14)
    at Object.<anonymous> (/app/node_modules/conseiljs/dist/chain/tezos/TezosNodeReader.js:127:61)
    at Generator.next (<anonymous>)
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

1 participant