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

Cannot build tauri executable #1

Open
ch1ru opened this issue Nov 5, 2022 · 0 comments
Open

Cannot build tauri executable #1

ch1ru opened this issue Nov 5, 2022 · 0 comments

Comments

@ch1ru
Copy link

ch1ru commented Nov 5, 2022

I'm trying to build using yarn tauri build but receive the following error:

the following trait bounds were not satisfied:
            `<impl Future<Output = commands::Response<DirectSendResult>> as Future>::Output = Result<_, _>`
            which is required by `impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
            `impl Future<Output = commands::Response<DirectSendResult>>: commands::_::_serde::Serialize`
            which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::SerializeKind`
            `<&impl Future<Output = commands::Response<DirectSendResult>> as Future>::Output = Result<_, _>`
            which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
            `&impl Future<Output = commands::Response<DirectSendResult>>: Future`
            which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
    = note: this error originates in the macro `commands::__cmd__direct_send` which comes from the expansion of the macro `tauri::generate_handler` (in Nightly builds, run with -Z macro-backtrace for more info)

I'm running a core node with Polar using the default RPC credentials and a wallet called teleport.

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