-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error while executing the Tezos client command. #104
Comments
Hi @nfillion21 , apologies for the late feedback. |
Hello @jansorg, I configured the docker scripts as a default client. $ ./alphanet.sh client typecheck script text:"parameter unit; storage unit; code {}" --emacs -v
((types . ((35 37 (((pair (unit @parameter) (unit @storage)))) (((pair (unit @parameter) (unit @storage))))) |
The typecheck does work well ./alphanet.sh client typecheck script container:contract.tz --emacs -v ((types . ((53 121 (((pair (unit @parameter) (string @storage)))) (((pair (list operation) string)))) |
@nfillion21 Hm, that's a bit strange. The client itself and typechecking seems to be fine.
That should be displayed like this: If that doesn't help, could run run the contract (on alpha or zeronet, of course)? That should print out errors if there are any. |
I am on a macbook using IntelliJ IDEA Ultimate 2018.3 $ ./alphanet.sh client typecheck script container:dummy.tz --emacs -v ((types . ((35 90 (((pair (unit @parameter) (unit @storage)))) (((pair (list operation) (unit @storage))))) |
@nfillion21 Hm, this might be the case if you've configured the client without an absolute path and if alphanet.sh isn't in I've uploaded a version with more logging. I'm not sure though if it helps in this case, though. https://github.com/jansorg/tezos-intellij#logfile has a few instructions how to use it. |
Hello,
I got this error when I configure the default tezos client in Languages & Frameworks > Tezos.
Any advice?
The text was updated successfully, but these errors were encountered: