-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Exception] [0] 해당 의안 정보가 존재하지 않습니다. #38
Comments
혹시 CSV를 만들때 link를 잘못가져올 가능성도 있는지 모르겠습니다. 한 예로 bill_id: 1907716 의안 시스템에서 bill_id로도 검색이 가능한가요? |
http://likms.assembly.go.kr/bill/jsp/BillDetail.jsp?bill_id=PRC_E1O4I0W4F2D5L1G0D3S6M3N5V3X3Q4 1910298번은 동일한 발의인의 의안은 1910299호 동일한 제안내용의 법안은 아직 못찾았습니다. 위 내용을 보건데 csv가 잘못 crawling 된것으로 보입니다. 내용으로 보건데 1900491호가 비슷해보입니다. |
웹에서 뒤지다 보니 의안번호로 검색할 수 있는 시스템을 찾았습니다. |
국회의안정보시스템 해당 항목 주위는 정상적으로 보입니다. 크롤러 버그인지 국회사이트 버그인지는 모르겠습니다. 로컬에서 csv생성해보는 중입니다. |
일부 법안에 대해 다음과 같은 에러가 나는데. CSV목록에는 있는데 법안 detail은 정보가 없다고 나옵니다.
http://likms.assembly.go.kr/bill/jsp/BillDetail.jsp?bill_id=PRC_E1O4I0W4F2D5L1G0D3S6M3N5V3X3Q4
이런경우 현재 html2json에서는 IndexError exception을 내는데 따로 처리 해주는 것이 좋지 않을까요?
The text was updated successfully, but these errors were encountered: