Silver Library (Archived)
Django - debug note (2) SMTP? < Unicode?? 본문
Django - debug note (2) SMTP? < Unicode??
Ayin Kim 2021. 1. 14. 11:361. Encountered Unicode error.
2. Panic...and returned to the trackback page (jango).
What can be the problem? And got some hint from somebody...
I tried to investigate the location for website.text(...). It was nothing!
Solution:
So that 'Korean word' is the one I should edit now.
Note:
When on earth did I input that in Korean? I guess that one must be autogenerated somehow...
AND FOUND IT.
Verdict:
1. This error is due to this Korean word. Must be auto-generated because of the existing account name in Korean (PC).
2. (Option 1. - risk). Delete that .zcompdump-'Korean'-5.4.2 file.
3. (Option 2. - leave it for now). I chose this for now...
Consequence:
At least everything works as usual EXCEPT Signup page redirection to its main page.
Sign up(account registration), works with that logged in account, it all works flawlessly.
Unsolved issue:
Page redirection error due to Unicode error.
Future plan (my satisfaction 3/5):
Use Windows with English, or consider ubuntu OS.
Attempted again.
Changed Korean name local account to English(via windows control panel). Does not change the condition.
Opened the folder. The file name with Korean word still exists.
Mailgun webpage has some trouble to verify my mobile phone (their error message: internal error) to pass its verification step after registration.
Already spent almost more than a day. Recommended to move on to the next learning path.
Come back here after finishing all of them.
Possible solution URL.
etc.
stackoverflow.com/questions/38572974/vs-code-search-for-text-in-all-files-in-a-directory
'Personal DB > Unclassified record' 카테고리의 다른 글
Django - Unsolved error (solved) (0) | 2021.01.20 |
---|---|
[Django] How to test something - user's viewpoint (0) | 2021.01.19 |
django - cleaned_data (0) | 2021.01.12 |
Django - all about URL (0) | 2021.01.12 |
jango - render (0) | 2021.01.05 |