Notice
Recent Posts
Recent Comments
Link
목록UTF-8 (1)
WinGyu_coder
Python 파이썬으로 디스코드 메세지 에러 오류코드 : UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-1: Body ('text') is not valid Latin-1. Use body.encode('utf-8') if you want to send it encoded in UTF-8.
오류코드 UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-1: Body ('현재') is not valid Latin-1. Use body.encode('utf-8') if you want to send it encoded in UTF-8. 또다른 오류 TypeError: memoryview: a bytes-like object is required, not 'str' 디스코드에 메세지를 보내는 코드 import datetime import requests discord_url = "https://discord.com/api/webhooks/1045271437176492064/fL5a-Fgo_wWgK82nFAU6WBl-n..
에러 error 및 해결법 모음집
2022. 11. 25. 23:51