크롬 브라우져에서 "Your profile could not be opened correctly." 라는 메시지가 발생하는 경우가 있다.
원인은 크롬의 Profile Data 가 잘못되어서 이파일을 삭제하면 해결이 된다.
운영체제별 다음 파일을 지우면된다.
- Mac OSX
- cd /Users/{user}/Library/Application Support/Google/Chrome/Default
- rm -rf History*; rm -rf Web\ Data;
- Windows 7
- cd C:\Users\{username}\AppData\Local\Google\Chrome\User Data\Default\
- Delete the file named “Web Data”
- Linux
- cd ~/.config/google-chrome/Default
- rm -rf Web\ Data;
'Web' 카테고리의 다른 글
[WIDLPROC] widl 을 widlprocxml 파일로 변환하기 (0) | 2015.01.15 |
---|---|
Concurrency Programming of Web (0) | 2014.11.27 |
[Browser] Bookmarklet (0) | 2014.08.23 |
Browser Object Model (0) | 2014.02.03 |
[Browserling] Cross Browser Testing Service (0) | 2013.12.10 |