Rohit prasad
Rohit prasad
So, I tried debugging the errors I've been encountering while switching between operations. I was able to consistently reproduce the errors (e.g.,` KeyError: 10`, `AttributeError: 'NoneType' object has no attribute...
> You can write a test which reproduces the problem. > > In tests/_test_msui/test_mscolab.py are examples for login etc. yes i have been trying to figure out that
> An other problem I look at #2278 okey
Are you going to work on this now?
can i work on this @ReimarBauer
@ReimarBauer @matrss Can you plz take a look, In case of tests I am not able to reproduce the key error? what am i doing wrong?
@ReimarBauer when i debug `test_operation_while_switching_error` while switching between operations i should be able to get the error, then why i am not getting it ? can you help me a...
@ReimarBauer see even with that the Key error is not happening during testing
I think if i create a new operation or delete an old operations after login on top of the old operations and then switch between operations. In this case I'll...