"틀:SemanticGraph"의 두 판 사이의 차이

광주문화예술인문스토리플랫폼
이동: 둘러보기, 검색
1번째 줄: 1번째 줄:
<onlyinclude>
+
index.php?title=%ED%8B%80:SemanticGraph:437  GET https://app.vaquitalab.com/aistory/api/check?server=tcp:encyves.aks.ac.kr&db=gwangju2025&project=gwangju&key= net::ERR_FAILED 404 (Not Found)
{{#tag:html|
+
(anonymous) @ index.php?title=%ED%8B%80:SemanticGraph:437
<div id="semantic-graph-container">
+
(anonymous) @ index.php?title=%ED%8B%80:SemanticGraph:467Understand this error
<iframe id="semantic-graph-iframe" width="100%" height="640px" style="border:0" src="https://app.vaquitalab.com/aistory/story01?server=tcp:encyves.aks.ac.kr&db=gwangju2025&project=gwangju&key={{{key{{!}}|}}}"></iframe>
+
index.php?title=%ED%8B%80:SemanticGraph:448 fetch error: TypeError: Failed to fetch
<br/>
+
     at index.php?title=%ED%8B%80:SemanticGraph:437:3
<input type="button" value="전체화면" onclick="location.href='https://app.vaquitalab.com/aistory/story01?server=tcp:encyves.aks.ac.kr&db=gwangju2025&project=gwangju&key={{{key}}}'">
+
     at index.php?title=%ED%8B%80:SemanticGraph:467:3
</div>
+
web-client-content-script.js:2 Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
<script>
+
     at HTMLIFrameElement.<anonymous> (web-client-content-script.js:2:2350937)
(function() {
 
  var iframe = document.getElementById('semantic-graph-iframe');
 
  var container = document.getElementById('semantic-graph-container');
 
  var iframeSrc = iframe.src;
 
 
 
  // API 엔드포인트로 데이터 존재 여부 확인
 
  fetch(iframeSrc.replace('/story01?', '/api/check?'))
 
    .then(function(response) {
 
      return response.text();
 
    })
 
    .then(function(data) {
 
      // 응답이 비어있거나 에러면 숨김
 
      if (!data {{!}}{{!}} data.length < 100) {
 
        hideGraphSection();
 
      }
 
    })
 
    .catch(function(error) {
 
      console.log('fetch error:', error);
 
      // fetch 실패시에도 숨기지 않음 (네트워크 오류일 수 있음)
 
     });
 
 
 
  function hideGraphSection() {
 
     var pTag = container.closest('p');
 
    if (pTag) {
 
      pTag.style.display = 'none';
 
     
 
      var prevElement = pTag.previousElementSibling;
 
      while (prevElement) {
 
        if (prevElement.tagName === 'H2') {
 
          prevElement.style.display = 'none';
 
          break;
 
        }
 
        prevElement = prevElement.previousElementSibling;
 
      }
 
     }
 
  }
 
})();
 
</script>
 
}}
 
</onlyinclude>
 
  
  

2026년 1월 12일 (월) 09:38 판

index.php?title=%ED%8B%80:SemanticGraph:437 GET https://app.vaquitalab.com/aistory/api/check?server=tcp:encyves.aks.ac.kr&db=gwangju2025&project=gwangju&key= net::ERR_FAILED 404 (Not Found) (anonymous) @ index.php?title=%ED%8B%80:SemanticGraph:437 (anonymous) @ index.php?title=%ED%8B%80:SemanticGraph:467Understand this error index.php?title=%ED%8B%80:SemanticGraph:448 fetch error: TypeError: Failed to fetch

   at index.php?title=%ED%8B%80:SemanticGraph:437:3
   at index.php?title=%ED%8B%80:SemanticGraph:467:3

web-client-content-script.js:2 Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

   at HTMLIFrameElement.<anonymous> (web-client-content-script.js:2:2350937)



사용방법

시맨틱 데이터베이스의 특정 노드를 중심으로 하는 네트워크 그래프를 출력하는 틀입니다

{{SemanticGraph | key = }}