Let $N = \{ab^x | x \in\mathbb{N}\}$.
Let the pumping length be $k$. So $ab^k$ belongs to $N$.
Let $u = a, v = b^k, w = \operatorname{empty}$.
Then $|uv|\le k$ does not hold. No other splitting I can find satisfies the requirements and I'm pretty sure this should be the one to work. Why doesn't it?