본문 바로가기

전체 글86

File "/snap/docker/1779/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, Traceback (most recent call last): File "/snap/docker/1779/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/snap/docker/1779/lib/python3.6/site-packages/urllib3/connectionpool.py", line 398, in _make_request conn.request(method, url, **httplib_request_kw) File "/snap/docker/1779/usr/lib/python3.6/http/client.py", line 1285, in request self._sen.. 2022. 6. 20.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? [Docker] Docker Desktop 켜기! 2022. 6. 20.
TypeError: Index(...) must be called with a collection of some kind, 'features' was passed [spark] diabetes_X_s = pd.DataFrame(diabetes_X, columns="features") (x) diabetes_X_s = pd.DataFrame(diabetes_X, columns=["features"]) (o) 2022. 6. 3.
Failed to execute 'postMessage' on 'DOMWindow': https://www.youtube.com !== http://localhost:9000 [JavaScript Youtube API] this.player = new window['YT'].Player('player', { videoId: this.mediaid, width: '100%', playerVars: { 'autoplay': 1, 'controls': 0, 'autohide': 1, 'wmode': 'opaque', 'origin': 'http://localhost:8100' }, } 여기서 origin을 추가해야하는 경우도 있는거 같지만, 나는 단순히 youtube Link를 video_id로 변경해주지 않아서 생기는 문제였다. https://stackoverflow.com/questions/27573017/failed-to-execute-postmessage-on-domwind.. 2022. 5. 26.