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
@A-n-d-r-e-w-y Hello! I could not reproduce the problem.
Please, upgrade version of toloka-kit from 0.1.26 to 1.1.4 and repeat all notebook steps from the start. If the problem will still be there text me.
Hello! I think problem that in SANDBOX mode requester has some limit to create tasks. It's not obviously!!!
And i get message when turn off async mode:
toloka.client.exceptions.ApiError: ApiError(status_code=400, request_id='1692879848820059-739373765838409776', code='TASKS_CREATION_DOES_NOT_FIT_QUOTA', message='Tasks creation does not fit quota', payload=None)
By default async mode is used to upload tasks and async mode don't show any message(
What does mean "Tasks creation does not fit quota" ? What is limit to create tasks for SANDBOX mode and can I delete my old projects with tasks from SANDBOX to create new tasks?
Observed behavior
I got error while run tutorial in collab https://colab.research.google.com/github/Toloka/toloka-kit/blob/main/examples/3.audio_analysis/audio_collection/audio_collection.ipynb
I choice "SANDBOX" and click all cells. All cells are success before uploading tasks:
tasks = [
toloka.Task(input_values={'text': text}, pool_id=new_pool.id)
for text in dataset['text'].values[:20]
]
toloka_client.create_tasks(tasks, allow_defaults=True)
new_pool = toloka_client.open_pool(new_pool.id)
Expected behavior
22.08.23 all works and all tasks were uploaded to pool
Python Version
3.8
Toloka-Kit Version
0.1.26
Other Packages Versions
No response
Example code
Relevant log output
The text was updated successfully, but these errors were encountered: