How can I get the error type when occur failure in simulation fit round?
What is your question?
Hello, I'm tring to do simulation experiment and get output like this:
I want to get the error log of client, how can I get it?
If there is an error in your code it shows up in the output, but somethimes I also get failures without any apparent error so I am also interest in that
I'm facing the same issue .. it's apparently training but all the logs show that during each round, all clients are failures.

Maybe you already tried it, but try to print the failures list passed as argument in the aggregate_fit() method of the strategy that you're using
I met the same problems when using simulation... There are always failures during each round.
I apparently raise RuntimeError in the function fit(). But there is only the print of 5 failures without the error log.

@wizard1203 try to update the ray version, that solved my problem with the basic example in the repo.
@Mirian-Hipolito Thanks, let me try it.
@Mirian-Hipolito Hello, did you meet this problem? I use pip install --upgrade ray to upgrade ray but get this error.
