i found this on git hub and the author marked it as the answer but i dont understand what it means:
”No initial value so if the window renders before the first poll the error appears, you can set one or just ignore these (unless they appear even after the first poll)”
My guess is that wpctl seems to expect your volume percentage as a decimal value between 0:1 → 0%-100% volume but you supply between 0:101 → 0%-10000% volume. So whenever you use the slider it will take your percentage as an int instead of a decimal which will 100x your desired input.