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
The response from client.createWorker (using Node.js's library; the POST /worker request) does not contain browser_url. I think BS knows the url even at that point, it would be helpful to provide it.
At this point, it's necessary to do another client.getWork(id) call to get it.
The text was updated successfully, but these errors were encountered:
The response from
client.createWorker
(using Node.js's library; thePOST /worker
request) does not containbrowser_url
. I think BS knows the url even at that point, it would be helpful to provide it.At this point, it's necessary to do another
client.getWork(id)
call to get it.The text was updated successfully, but these errors were encountered: