에러해결
[Python] AttributeError:'str' object has no attribute 'decode' 에러
핏짜보이
2022. 3. 12. 07:25
반응형
항해99에서 프로젝트를 하다가, 회원가입/로그인 부분에서 에러가 발생했다.
위의 에러가 나면 에러 코드에 있는 .decode() 부분을 지우면 해결된다.
이미 decode가 되어서 decode할 것이 없다는 의미이다.
출처 : https://stackoverflow.com/questions/28583565/str-object-has-no-attribute-decode-python-3-error
728x90