-
Notifications
You must be signed in to change notification settings - Fork 1
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
Zome call signing not working under WSL2 #3
Comments
I'm surprised that this error can occur without throwing a runtime error before it even reaches that line. I have to improve error handling. |
Unfortunately yes it does. This is happening in both my environments, one on my work machine that I've had for a while so I don't think it's related to any recent changes I've made in there. The other is on my personal machine and is brand new because I was having other WSL issues. I'm not really sure what's going on here. It could be something wrong with my environments but if you know where this errors happens and could get it to give some more context about what went wrong I'd be happy to run it again and get you some more information about what's happening for me :) |
Okay, some context is that this error occurs if
The
So I'm just confused how that can even happen. Can you try to run hc-spin by explicitly setting the app-id via the And another question: Did you try to run the same project in a non-WSL2 environment yet? |
Ahh okay, thank you for pointing me at the right code. That helped me debug my mistake, the message I'm getting back from the
I'd expect the JS client to have errored that response though... because the the response type clearly doesn't match the request type. Maybe a bug there? But the problem is me working on weekly Holochain but using 0.200.10 of
I haven't, just my WSL environments, but as it turns out WSL isn't messing me up, I am messing me up :) |
Ah great! I'll leave this issue open nevertheless until I added proper error handling for the |
I'm getting this log when running on WSL2 (Ubuntu 22.04), with
@holochain/hc-spin@^0.200.10
The text was updated successfully, but these errors were encountered: