I am using twitch api (twitch-python and python-twitch-client)to scrape twitch.
I am not sure how should I manage these httperrors as I am not using urllib.request.
game = []
for a in lis[68:]:
b = client.videos.get_by_id(a).game
try:
game.append(b)
except Exception as e:
print(type(e))
This error still arises even i use the except: HTTPError: 404 Client Error: Not Found for url: https://api.twitch.tv/kraken/videos/420146641