The 404 from the kraken endpoint is likely because you’re not specifying v5 when making the request, and so your request is defaulting to v3 (which doesn’t have that clips endpoint, hence the 404).
Add the Accept: application/vnd.twitchtv.v5+json header for that kraken request you’re making so that it’ll use v5 and correctly return data for the clip.