URL 오타:
Explore URL을 수동으로 만든 경우 URL에서 모델과 Explore 이름이 올바른지 확인합니다.
Explore 또는 모델 이름이 변경됨: 각 Look 또는 대시보드 쿼리는 모델 및 Explore를 기반으로 합니다. 모델 이름 또는 Explore 이름이 변경되면 새 이름으로 업데이트할 때까지 Look 또는 대시보드 쿼리가 이전 이름을 계속 참조합니다.
예를 들어 Explore 이름이 old-name에서 new-name으로 변경된 경우 연결된 Look 또는 대시보드 쿼리는 업데이트할 때까지 계속해서 old-name Explore를 사용합니다.
문제 해결
이 오류를 해결하는 방법에는 여러 가지가 있지만 잘못된 모델이나 Explore 이름을 유효한 이름으로 바꾸면 대부분의 인스턴스를 해결할 수 있습니다. 다음 메서드를 사용하여 단일 쿼리 또는 Looker 인스턴스의 모든 Look 및 대시보드를 업데이트합니다.
단일 쿼리의 URL 변경
콘텐츠 검사기 사용
단일 쿼리의 URL 변경
Explore 이름 또는 모델 이름이 변경된 것을 알고 있는 경우 확장된 URL을 사용하여 개별 스타일 및 대시보드를 수정할 수 있습니다. 확장된 URL에는 모델 이름, Explore 이름, 필드 이름이 포함됩니다. 이 함수를 활용하여 쿼리의 Explore 또는 모델 이름을 변경할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Error: Could not find the model or view requested\n\nThe error\n---------\n\n\nYou may see the following error on an Explore, a Look, or a dashboard: \n\n```\nCould not find the model or view requested.\n```\n\nCommon causes\n-------------\n\nSome common causes of this error include the following:\n\n- **Typo in the URL:** If you manually created an Explore URL, check the model and Explore name in the URL to make sure that they are correct.\n- **Explore or model name has changed:** Each Look or dashboard query is based on a [model](/looker/docs/model-and-view-files#model_files) and an [Explore](/looker/docs/creating-and-editing-explores). If the model name or Explore name changes, the Look or dashboard query will still reference the old name until you update it with the new name. For example, if the name of an Explore is changed from `old-name` to `new-name`, any associated Looks or dashboard queries will still try to use the `old-name` Explore until you update them.\n\nTroubleshooting\n---------------\n\nThere are multiple ways to resolve this error, but you can resolve most instances just by replacing the incorrect model or Explore name with a valid name. Use the following methods to update either a single query or all Looks and dashboards on your Looker instance:\n\n- Change the URL of a single query\n- Use the Content Validator\n\n### Change the URL of a single query\n\n\nIf you know that an Explore name or a model name has been changed, you can fix individual Looks and dashboards by using the [expanded URL](/looker/docs/sharing-urls#expanded_url). The expanded URL contains the model name, the Explore name, and the field names. You can take advantage of this function to change the Explore or model name of the query.\n\n1. Select **Explore from here** from the Look or dashboard query.\n2. Select the [**Explore actions** gear menu](/looker/docs/viewing-and-interacting-with-explores#the_explore_actions_gear_menu) next to **Run** and **Edit** , and then select **Share**.\n3. Copy the expanded URL and paste it somewhere else, such as into a document or your browser's address bar. (If you paste the URL into your browser's address bar, do not press Enter yet; if you do, the expanded URL will be turned into a shortened URL.)\n4. Modify the URL text to change the name of the Explore. The URL takes the following form: \n\n ```\n https://instance_name.looker.com/explore/MODEL_NAME/EXPLORE_NAME?fields=...\n ```\n5. If necessary, copy and paste the expanded URL into your browser, and press Enter or Return to navigate to the URL.\n6. Save the Explore as a Look or dashboard query.\n\n### Use the Content Validator\n\n\nThe [Content Validator](/looker/docs/content-validation) has a [find-and-replace](/looker/docs/content-validation#using_the_content_validator_to_find_and_replace) function. You can use this to replace the Explore name across all Looks. This will change *every* Look and dashboard query that uses `old-name`, however, so take this step with caution.\n\nI'm still seeing this error. Now what?\n--------------------------------------\n\nIf you've tried the previous steps and continue to see the error, check with a Looker admin at your company to make sure that the requested model and Explore exist on your Looker instance. If you're still stuck, [contact Looker support](https://console.cloud.google.com/support/) for further troubleshooting."]]