일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- SetWindowTextW
- c++
- Linux
- clp 325wk
- github
- ds cloud
- windows terminal
- 라즈베리파이
- setonkeylistener
- 이클립스 주석
- MFC
- truncated
- cloud station
- audio station버그
- 시놀로지 색인
- quickconnect
- synology
- git
- IntelliJ
- formatting failed
- 주석 숨김
- cloudstation
- Eclipse
- Wraith Spire
- JSON
- urllib3
- linearlaout
- 장치 데이터 오류
- java.net.bindexception
- SSL 인증서가 변경되었습니다
- Today
- Total
목록python (2)
딸기스무디
Traceback (most recent call last): File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/telepot/__init__.py", line 1183, in get_from_telegram_server allowed_updates=allowed_upd) File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/telepot/__init__.py", line 1000, in getUpdates return self._api_request('getUpdates', _rectify(p)) File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/tel..
wget이나 requests로 url를 입력하면 다음과 같이 자바스크립트가 동작하며 xml를 제공하는 사이트가 가끔씩 있다. 이럴때는 헤더정보를 추가해주면 대부분 해결되는것 같다. headers = {"User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750", 'Content-Type': 'application/json', "Cookie": ""} response = requests.get(url, headers=headers)