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

TezosProtocol error when trying to deploy a contract #22

Open
tezosmiami opened this issue Apr 29, 2023 · 0 comments
Open

TezosProtocol error when trying to deploy a contract #22

tezosmiami opened this issue Apr 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tezosmiami
Copy link

tezosmiami commented Apr 29, 2023

Maybe misunderstanding how this all works but wrote a basic ligo contract for storing chess games on L2 - tried deploying on rollup and got the errors in the config file - contract deploys without error on mumbai testnet. . .

https://better-call.dev/mumbainet/KT191P3RCdPEHxH3BDKjCve1MZvzChynUUsd/operations

error.txt
chess_ligo.zip

HttpResponse: Http error response: (500) TezosProtocol error
Caused by: Interpreter error, Caused by: Typechecking error, Expected: 2 args Found: 3
Stacktrace:
   0: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual.25018
   1: tokio::runtime::task::raw::poll
   2: tokio::runtime::task::UnownedTask<S>::run
   3: std::sys_common::backtrace::__rust_begin_short_backtrace
   4: core::ops::function::FnOnce::call_once{{vtable.shim}}
   5: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/alloc/src/boxed.rs:1988:9
   6: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/alloc/src/boxed.rs:1988:9
   7: std::sys::unix::thread::Thread::new::thread_start
             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/std/src/sys/unix/thread.rs:108:17
   8: <unknown>

    at HttpBackend.<anonymous> (/Users/nicolas/Coding/shifumi-cameligo/deploy/node_modules/@taquito/http-utils/src/taquito-http-utils.ts:150:15)
    at Generator.throw (<anonymous>)
    at rejected (/Users/nicolas/Coding/shifumi-cameligo/deploy/node_modules/@taquito/http-utils/dist/taquito-http-utils.umd.js:30:69)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  status: 500,
  statusText: 'Internal Server Error',
  body: 'TezosProtocol error\n' +
    'Caused by: Interpreter error, Caused by: Typechecking error, Expected: 2 args Found: 3\n' +
    'Stacktrace:\n' +
    '   0: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual.25018\n' +
    '   1: tokio::runtime::task::raw::poll\n' +
    '   2: tokio::runtime::task::UnownedTask<S>::run\n' +
    '   3: std::sys_common::backtrace::__rust_begin_short_backtrace\n' +
    '   4: core::ops::function::FnOnce::call_once{{vtable.shim}}\n' +
    '   5: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once\n' +
    '             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/alloc/src/boxed.rs:1988:9\n' +
    '   6: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once\n' +
    '             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/alloc/src/boxed.rs:1988:9\n' +
    '   7: std::sys::unix::thread::Thread::new::thread_start\n' +
    '             at ./rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/std/src/sys/unix/thread.rs:108:17\n' +
    '   8: <unknown>\n',
  url: 'https://rollupnet.zaun.baking-bad.org/chains/main/blocks/head/helpers/scripts/run_operation'
}
@m-kus m-kus changed the title ligo contract deploy. . . TezosProtocol error when trying to deploy a contract Apr 30, 2023
@m-kus m-kus added bug Something isn't working good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants