I accidentally deleted the Partition table of my encrypted linux disk (ubuntu 22.04). I tried to recover the partition table with testdisk, but was unable boot into Linux after restarting the machine. So I tried to mount the encrypted drive using the method as described here while working from a livecd: Recover deleted LUKS partition
However, when I am trying to mount the LUKS partition I get the following error: 
I can see the LUKS partition in the disk manager, but I also get an error there when I am trying to mount the drive:
The detailed outputs of the commands (as followed from the above link looked like this):

I then chose the line: 0077bce0 4c 55 4b 53 ba be 00 53 4b 55 4c ba be 00 00 2c |LUKS...SKUL....,| as my start for the LUKS container leading to the following command
sudo losetup -o 0x0077bce0 -r -f /dev/sda followed by
losetup -a showing that loop11 is the one that needs to be mounted
So I tried to mount with: sudo cryptsetup luksOpen /dev/loop11 luksrecover and get the error: Unsupported LUKS version 83. Device /dev/loop11 is not a valid LUKS device.
Does somebody know how I can solve this and mount the disk? If so I would be very grateful about any help.
Kind regards Stefan
PS: I did use the encryption that came with the linux 22.04 installer. Then I was always asked for a password directly at bootup.

