Daniel Hegedüs
Daniel Hegedüs
Thanks for the answer and the example! I could finally determine my problem, which was entirely my fault. You were right, I was passing a bytes object to the `authextra`...
Maybe nice to know for anyone running into this problem: I had to reapply my hack with TLS enabled, because `args[0]["transport"]["channel_id"]["tls-unique"]` is also a bytes object.
Solution is documented here: https://icflorescu.github.io/mantine-datatable/examples/links-or-buttons-inside-clickable-rows-or-cells/
Thanks for the swift replies. @pavel-zotov I get the following for my FB5 DB with the script from above: ```bash Python version: 3.13.7 Driver package: firebird.driver.__package__='firebird.driver', firebird.driver.__VERSION__='2.0.2' srv.info.architecture='Firebird/Windows/AMD/Intel/x64' Traceback (most...
I wanted to make sure that it is not a Python version issue. I just retried with 3.11.8 and 3.12.11. The error still remains.
> Looks like you have x64 binaries at the x86 folder, is it correct ? Yes, that is sadly correct. As this is software installed by another company, I have...
So after some more digging, it seems that the call works after a fresh start of the Firebird Server for a while, but the error reappears again shortly after some...
> What actions were performed against server during this (short) time ? How can check this. Is there a possibility to trace the Server somehow? > Did you change state...