# 로그인 화면이 표시됩니다.

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/y7Hf6QcycHgMIDqSe5f5/login-1.png" alt=""><figcaption></figcaption></figure>

에러 스크린샷에 **로그인** 화면이 보인다면, 시스템이 데이터를 수집하려는 대상 페이지에 접근하기 전에 **로그인 인증이 제대로 이뤄지지 않아** 데이터를 불러오지 못하는 상황일 수 있습니다.

이 경우, 지정한 데이터 영역이나 탭을 인식하기 전 로그인 요청 화면에 멈춰있는 상태이므로, PartSelectionError 또는 NoMatchingTab 등 다양한 오류가 발생할 수 있습니다.

### **✅ 해결방법**

* [**\[관련 도움말\]** 로그인(beta)기능 설정 방법](https://help.listly.io/docs/ko/getting-started/databoard-features/settings-auto-login)을 참고하여 자동로그인 설정을 시도해보세요.
* ※ 단, 최근에는 2단계 인증, SNS 인증 등 절차와 보안이 강화되어, 자동 로그인 기능이 제한되는 경우가 많습니다. 비공개 페이지를 추출하고자 하시는 경우, **브라우저에서 직접 페이지에 접속한 상태로 추출할 수 있는 ‘**[**탭스(Tabs)**](https://www.youtube.com/watch?v=nUn18z_7FCc\&t=7s)**’ 기능을 사용하는 방법을 권장합니다.**

#### **추가 옵션**

* 일부 사이트에서는 로그인 상태의 쿠키를 임시 저장하여 인증 정보를 유지하는 방식도 유효합니다. 확장 팝업 내 **\[쿠키 사용]** 토글 버튼을 활성화 한 상태로 데이터를 추출하면, **인증 쿠키가 자동으로 저장되어 약 1시간 동안 로그인 상태가 유지됩니다.**

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/Xoh2bx0SKJBSElZlxG7S/image%20(20).png" alt=""><figcaption></figcaption></figure>

* 쿠키를 통한 로그인 유지가 가능한 시간 내에 추출 할 수 있는 작업 분량이라면, 비교적 간편하게 시도해볼 수 있습니다. 단, 사용자의 접속 환경이나 사이트의 인증 정책에 따라 안정성에 차이가 있을 수 있으며, 쿠키가 만료된 후에는 다시 추출에 실패할 수 있으므로 이 점을 꼭 참고해 주세요.

{% hint style="success" %}
**안내된 방법을 시도했음에도 해결이 어렵다면,** [**hello@listly.io**](mailto:hello@listly.io)**로 문의해 주세요. 정확한 원인 진단 후 해결을 도와드리겠습니다.**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.listly.io/docs/ko/support/troubleshooting/login-popup-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
