Opaque error reporting when submitting jobs
submitted_job = job.submit()
File ~\AppData\Local\anaconda3\envs\root3\lib\site-packages\bloqade\task\cloud_base.py:235 in submit
raise CloudBatchTask.SubmissionException(
SubmissionException: One or more error(s) occured during submission, please see the following files for more information:
- partial-batch-future-2023-08-07 16-45-04.818718.json
- partial-batch-errors-2023-08-07 16-45-04.818718.json
When I submit a job to braket and it doesn't work it tells me, unhelpfully, to go look at some file instead of printing the error. Furthermore, I can't find this error file!
Gonna need a bit more information to figure this out
a. Can errors be printed to the terminal instead of some file b. Can the file path be fully specified so that I can find said file
This error occurs when I call some batchtask
job = batchtask.quera(100)
job.submit()
Bump for improving error reporting on submission
@weinbe58 are you able to reproduce this? the issue itself doesn't seem helpful in reproducing. If any of you have the code snippet to reproduce the error please post them here even you have talked about it directly.
Bump again. This is a huge issue for user experience