You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initialized a storage specifying the wrong resultProxy.
The workerpool accepted my order but got an error at the end when publishing the result to the result-proxy with an unauthorized token (error 401).
I believe there is a "storage initialized" check at the workerpool task initialisation (core or worker-precompute ?) but this verification should make sure the token is actually working for the designated result-proxy.
The text was updated successfully, but these errors were encountered:
I initialized a storage specifying the wrong resultProxy.
The workerpool accepted my order but got an error at the end when publishing the result to the result-proxy with an unauthorized token (error 401).
I believe there is a "storage initialized" check at the workerpool task initialisation (core or worker-precompute ?) but this verification should make sure the token is actually working for the designated result-proxy.
The text was updated successfully, but these errors were encountered: