Closed malteish closed 3 months ago
The call finishes but there seems to be an issue with the logging functionality. We've reported this.
The call finishes but there seems to be an issue with the logging functionality. We've reported this.
After the call, we receive no further logs, which might be explained by the logging issue you mention. But we also don't have any proof that the canister continues processing the program, as it does not execute any transaction.
@domwoe can you link to the github issue with the logging please?
Here's the link to the PR with the fix: https://github.com/dfinity/ic/commit/9e7cef791d91470a8479c5631b504bd5b15e982b
Logs within the response handler of the inter-canister call were swallowed.
fixed cd3dc13ffc0eccd6b349776d77f9ca94a6b91fda
This call finishes locally, but seems to never return on the ic network.
The log shows all prints up onto this point, but none after, which leads us to this conclusion:
Right now, we do not have any hot leads on how to solve this issue.