django Proxy Authentication Required
위의 에러가 발생하여
결과
: 에러 해결TypeError 에러 발생
데코레이터 이상없음
except jwt.DecodeError:
return JsonResponse({'INVALID':'TOKEN'}, status=411)
except User.DoesNotExist:
return JsonResponse({'USER':'NONE'}, status=401)
except KeyError:
return JsonResponse({'KEY':'ERROR'}, status=405)
except TypeError:
return JsonResponse({'TYPE:ERROR'}, status=407)
(가장 최하단 확인)