Closed SouchonTheo closed 1 year ago
@SouchonTheo thanks for the report!
I believe you're running into this issue: https://github.com/ecadlabs/taqueria/issues/1846
I'm about to push a release that will include a fix for the issue above and hopefully resolve your issue.
I'll post back once the release is out. It would be great if you could give it a try and post back whether or not it resolves your issue. If not, perhaps we can dig into the issue a little more. I'd like to see this issue resolved.
Thanks!
@SouchonTheo thanks for the report!
I believe you're running into this issue: #1846
I'm about to push a release that will include a fix for the issue above and hopefully resolve your issue.
I'll post back once the release is out. It would be great if you could give it a try and post back whether or not it resolves your issue. If not, perhaps we can dig into the issue a little more. I'd like to see this issue resolved.
Thanks!
I add a small precision, I made tests 1min, 1h and 5h after the starting of the sandbox in local and that does not seem to change the problem. I'm waiting for your patch and if the problem is not solved I'll contact you again about this problem.
Thank you for your reply and your work
After updating taqueria (v0.28.3), I did the test again and the error is still present. Also, the time before the error is displayed is longer, I guess this is related to your latest patch which applies the retry until the end of the timeout.
Best regards,
Theo
I ran into the same issue both locally and in CI (linux based docker container).
I believe the start sandbox
task is now exiting with flextesa not being fully started yet (or at least able to accept requests).
I can easily replicate this:
Fails:
taq start sandbox && curl http://localhost:20000/chains/main/blocks/head
(returns url: (52) Empty reply from server
)
Works:
taq start sandbox && sleep 10 && curl http://localhost:20000/chains/main/blocks/head
Re fix in #1846: I think this doesn't address the situation when I want to use the sandbox externally (e.g. tests)
Re fix in #1846: I think this doesn't address the situation when I want to use the sandbox externally (e.g. tests)
I ran the command line you sent me and I get a response from the server. I don't find this surprising as I was already able to do it with postman for example.
On the other hand, it reassures me that I'm not the only one this happens to.
On the other hand always the same, I let the server run to be sure to leave it the necessary time but it remains impossible to originate the contract
Thanks for reporting this. I'll look into this tomorrow morning. It should be something we can easily fix and include in a release this week.
On Mon, Mar 20, 2023 at 9:42โฏPM Thรฉo Souchon @.***> wrote:
Re fix in #1846 https://github.com/ecadlabs/taqueria/issues/1846: I think this doesn't address the situation when I want to use the sandbox externally (e.g. tests)
I ran the command line you sent me and I get a response from the server. I don't find this surprising as I was already able to do it with postman for example.
On the other hand, it reassures me that I'm not the only one this happens to.
On the other hand always the same, I let the server run to be sure to leave it the necessary time but it remains impossible to originate the contract
โ Reply to this email directly, view it on GitHub https://github.com/ecadlabs/taqueria/issues/1848#issuecomment-1477168065, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC3LC2RQEURYRC7AZWDERDW5EBRRANCNFSM6AAAAAAVNSQYDE . You are receiving this because you commented.Message ID: @.***>
I reset my computer to have a cleaner installation on my computer and I used node 16.19.1 and the command works.
So I guess you have to use this version of node on macos to be able to work with the local environment
๐ฅ Status (Internal Taqueria Team Use Only)
๐ What happened?
Problem
When I try this command locally
I get a response:
More information
Docker
Input
Output
taq list
Input
Output
๐ Steps to Reproduce?
I followed the quickstart tutorial step by step
๐ชต Relevant log output
No response
๐ How impactful is this bug?
๐ค Notable but managable
โฑ๏ธ Prevalance
No response
๐ป Operating System
MacOS
๐ธ๏ธ System Architecture
arm64 (M1 Macs)
๐ฎ Taqueria Version
v0.28.2
๐ฟ Node.js Version
v19.7.0
โ๏ธ Contact Details
souchontheo24@gmail.com
Code of Conduct