siliconcompiler: Error fetching remote results
| INFO | job0 | import | 0 | Job is still running (1992 seconds, step: (Currently waiting in the queue)).
| INFO | job0 | import | 0 | Remote job run completed! Fetching results...
| WARNING | job0 | import | 0 | Could not fetch results.
Traceback (most recent call last):
File "/Users/ryancor/Documents/ASIC/PCIe/run.py", line 13, in <module>
main()
File "/Users/ryancor/Documents/ASIC/PCIe/run.py", line 8, in main
chip.run()
File "/usr/local/lib/python3.10/site-packages/siliconcompiler/core.py", line 4313, in run
fetch_results(self)
File "/usr/local/lib/python3.10/site-packages/siliconcompiler/client.py", line 348, in fetch_results
chip.error(f"Sorry, something went wrong and your job results could not be retrieved. (Response code: {results_code})", fatal=True)
File "/usr/local/lib/python3.10/site-packages/siliconcompiler/core.py", line 5025, in error
raise SiliconCompilerError(msg) from None
siliconcompiler.core.SiliconCompilerError: Sorry, something went wrong and your job results could not be retrieved. (Response code: 500)
I got this issue for reference ID #28f266a6f39b4f689b5896b102c874a2
Also I’m not sure but it seems after this latest update, things are running a lot slower using remote
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 33 (15 by maintainers)
hell yea! that fixed it! thank you so much. Check it out -> https://ibb.co/YysJpQt
ok so i guess the last big question i have is how do you add those pin pads? is there an easy way to do that in the python script?