demetere
demetere
Keep in mind that if you pass an empty list to either the `writes` or `deletes` operations, the same exception occurs. So, this might also need to be handled. ```python...
I just encountered a similar issue again. I tried reinserting the same data, and based on my understanding, it should have raised a `TupleAlreadyExists` exception (or something similar). Instead, it...
Hello @dyeam0, I've identified the issue in the `request` function located in the `rest.py` file, lines 412–467: ```python async def handle_response_exception( self, response: RESTResponse | aiohttp.ClientResponse ) -> None: """...
@extreme4all I think there can be a lot of different types of solutions, quick and dirty ones too. Let's see what the team has to say on that regard.
@extreme4all Should I proceed and create PR or do you have everything ready already?
Since this is the quite problematic issue, I will start working on it as soon as I can. Will try to finalize PRs by end of this week