make category에서 TitleAI 제목을 끌어오는 게 오류가 계속 나서 앞단계인 category2.json 문제인가 싶어서 그거랑 함께 AI에게 물어보는 과정에서도 해결이 안되어서요 ㅠ 1) TitleAI 블로그 제목 부분 끌어왔을때 인식안되어서 Execute 누르면 처음부터 끝까지 계속 돌려야 하고... 토큰 아낄겸 pin 해놓았더니, pin 되어서 안된다고 하는데요 ㅠㅠ 2) TItleAI 부분은 왜 인식이 안되는걸까요? 3) 이렇게 단계별로만 확인하고 싶은데 왜 이건 개별단계로 안되고 매번 처음부터 테스트 해야할까요? ㅠㅠ --- 에러 메시지입니다 Paired item data for item from node 'Category2.Json' is unavailable. Ensure 'Category2.Json' is providing the required output. An expression here won't work because it uses .item and n8n can't figure out the matching item. You can either: Add the missing information to the node 'Category2.Json' Or use .first(), .last() or .all()[index] instead of .item Error details Other info Item Index 0 In or underneath Parameter Messages > Values Node type @n8n/n8n-nodes-langchain.openAi Node version 2 (Latest) n8n version 1.119.1 (Self Hosted) Time 2025. 11. 14. 오후 6:15:07 Cause detailed Missing pairedItem data (node 'Category2.Json' probably didn't supply it) Stack trace NodeOperationError: Paired item data for item from node 'Category2.Json' is unavailable. Ensure 'Category2.Json' is providing the required output. at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+n8n-nodes-langchain@file+packages+@n8n+nodes-langchain_ec7fbe0da3d2dc5c86e61be805f9ba74/node_modules/@n8n/n8n-nodes-langchain/nodes/vendors/OpenAi/v2/actions/router.ts:84:10) at processTicksAndRejections (node:internal/process/task_queues:105:5) at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+n8n-nodes-langchain@file+packages+@n8n+nodes-langchain_ec7fbe0da3d2dc5c86e61be805f9ba74/node_modules/@n8n/n8n-nodes-langchain/nodes/vendors/OpenAi/v2/OpenAiV2.node.ts:89:10) at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1093:8) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1274:11) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1708:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2324:11
워드프레스 접속이 안되는 사유가 제가 워드프레스 파일 내 docker-compose.yml 파일에 특수문자를 넣어서 그런것 같아서 변경 후 저장하고 모바엑스텀가서 docker compose up -d 하고 나서도 똑같은 사유로 계속 에러가 나고 있습니다! 1) docker-compose.yml 내의 정보 변경 이후에 어떻게 해야 잘 반영이 될까요? 그리고 2) docker-compose.yml 내의 어떤 정보만을 건드려야 될까요? WORDPRESS_DB_USER < 아이디작성 (=MYSQL_USER = PMA_USER) WORDPRESS_DB_PASSWORD < 패스워드 (=MYSQL_ROOT_PASSWORD= PMA_PASSWORD) WORDPRESS_DB_NAME: wordpress < 그대로 두기 (=MYSQL_DATABASE) PMA_HOST: db < 그대로 두기 VIRTUAL_HOST: pma.도메인 # phpMyAdmin 접속용 도메인 (예: pma.example.com ) LETSENCRYPT_HOST: pma.도메인 LETSENCRYPT_EMAIL: 내메일
워드프레스 연동하기 위해 proxy host 설정하다가 아마 제가 띄어쓰기 하나를 더 넣었는지 바로 안되서, 설정창에 바로 들어가서 수정하려고 하는데 네트워크가 끊겨서 제 도메인으로 안들어가져요 ㅠ-ㅠ-ㅠ 제 도메인으로 된 ngnix가 접속이 안되는 상황인데 방법이 없을까요? ㅠㅠ
Blog_Content_writer 에서 Split out 되어 6 item 이 나왔고 Loop over Items 로 loop로는 1개 설정하여 잘 나오는데 done 에는 아무것도 안나오는데 어떻게 해야될까요? ㅠ 그래서 이후 단계인 모아서 워드프레스 적용하는 단계를 못하고 있습니다.
완전 초보를 위한 N8N 설치부터 셀프호스팅까지_DOCKER 실습편 입니다. GIHUB 에서 NVIDIA GPU 유저로 복사해서 설치 하려고 하는데.. 세번째 줄 docker compose --profile gpu-nvidia up을 복사하고 엔터를 치면 아래와 같이 나옵니다. C:\N8N\self-hosted-ai-starter-kit>docker compose --profile gpu-nvidia up time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_USER\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_PASSWORD\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_USER\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_PASSWORD\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_USER\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_DB\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_USER\" variable is not set. Defaulting to a blank string." time="2025-11-13T13:12:52+09:00" level=warning msg="The \"POSTGRES_PASSWORD\" variable is not set. Defaulting to a blank string." env file C:\N8N\self-hosted-ai-starter-kit\.env not found: CreateFile C:\N8N\self-hosted-ai-starter-kit\.env: The system cannot find the file specified.
안녕하세요! 도메인은 다행히 빨리 연결이 되어서 순차적으로 강의 듣고 있는데 포르테이너. io에서 local Down 으로 나옵니다. 선생님처럼Up 이 안돼요 ㅠ 그래서 퍼플렉시티에 검색해서 다시 지웠다가 새로 해보고 리부팅도 해보고 하는데 계속 Down 입니다. 뭐가 문제일까요?
강의에서는 네이버 뉴스 스크랩을 하기위해, more url 을 호출하는 방식을 사용하셨는데, 서비스 API 를 사용해 보는것도 하나의 방법일것 같습니다. https://developers.naver.com/docs/serviceapi/search/news/news.md#%EB%89%B4%EC%8A%A4-%EA%B2%80%EC%83%89-%EA%B2%B0%EA%B3%BC-%EC%A1%B0%ED%9A%8C 사용하시려면, 네이버 개발자 센터에서 애플리케이션을 등록하고 클라이언트 아이디와 클라이언트 시크릿을 발급받아야 합니다. ^^;;
create_react_agent 가 deprecated 되었습니다. from langgraph.prebuilt import create_react_agent langchain.agents 에서 create_agent 를 제공합니다. 참고로, system_prompt 가 생겼습니다. from langchain.agents import create_agent 자세한 내용은 아래 링크를 참고하세요. Deprecate https://docs.langchain.com/oss/python/releases/langgraph-v1#deprecation-of-create-react-agent create_agent https://docs.langchain.com/oss/python/releases/langchain-v1#create-agent create_agent 로 마이그레이션 https://docs.langchain.com/oss/python/migrate/langchain-v1#migrate-to-create-agent