Trouble Shooting(2)
-
pytube Trouble Shooting
urllib.error.HTTPError: HTTP Error 400: Bad Request참조: https://github.com/pytube/pytube/issues/1894 [BUG] Age restriction fix is no longer working, producing 400, bad request · Issue #1894 · pytube/pytubeDescribe the bug When you use the age restriction fix that has always worked (described here), it now produces bad request. To Reproduce Please provide the following information: innterube.py st..
2024.07.18 -
minikube Trouble Shooting
Profile name 'minikube' is duplicated with machine name 'minikube' in profile 'minikube_old' 'minikube start' 수행시, 에러가 발생함 # 존재하는 profile 확인 # minikube_old가 존재함 minikube profile list # profile이 있는 위치로 이동 # minikube와 minikube_old 2개가 존재함 cd ~/.minikube/profiles # 필요없는 profile 제거 rm -r minikube_old # minikue 실행 minikube start Error from server (Forbidden): pods is forbidden: User "system:anonymous..
2023.05.27