I'm not sure what part went wrong if someone could point out. I did the question again with Euclidean algorithm and got answers $x=-17+16t$ and $y=17-15t$, so with that in mind, this is what I did
$16y \equiv 17\pmod{15}$
$16y \equiv 32\pmod{15}$
$y \equiv 2\pmod {15}$
Sub back into equation
$15x+16(2+15t)=17$
$x=1-16t$ and $y=2+15t$
since $t$ is an integer
$t=0\; x,y=(1,2)$ and $t=1\; x,y=(-15,17)$ by using $u=a/d$, $v=b/d$
my answer was $(-15+16t,17-15t)$