묻고 답해요
167만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
이미재 생성 LLM chain에서 원래 이렇게 오래 걸리나요??
밑에 숫자가 뜨면서 너무 오래 걸리는 거 같아서요..
-
미해결노코드 자동화 입문부터 실전까지: n8n 완전정복 (한국 최초 n8n 앰버서더 직강)
Claude에서 MCP 서버 연결 안되는 문제
문제 / 오류 / 질문에 대해 설명해 주세요 claude.desktop.config.json을 다음과 같이 저장하고 claude를 실행했을 때 아래와 같은 오류가 계속 발생합니다. gpt를 통해 질문했을 때{ "mcpServers": { "n8n": { "command": "npx", "args": [ "mcp-remote", "https://ddangkong.app.n8n.cloud/mcp/MCP" ] } } }와 같이 수정하라고 알려줬지만 똑같은 오류 메세지가 뜹니다. url 뒤에 /sse를 붙여도 해결이 안되는데 어떻게 해야할까요? 오류 메시지가 있다면 작성해 주세요 사용 중인 워크플로우를 공유해 주세요 n8n 설치 정보 안내 n8n 버전:데이터베이스 종류 (기본값: SQLite):n8n 실행 프로세스 설정 (기본값: own, main):n8n 실행 방식 (예: Docker, npm, n8n cloud, 데스크탑 앱 등):n8n cloud운영 체제:윈도우 11
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
11강 액티브/인액티브 없을 때
안녕하세요강의 따라서 하고 있는데 11강에 액티브/인액티브 활성화버튼이 저는 아예 없던데 버전이 다른걸까요??당장은 쓸 일이 없어서 상관은 없겠지만 자동트리거 앞에 놓게 되면 액티브로 활성화시켜야할텐데 없을땐 어떻게 해야하나 싶어요!
-
미해결회사에서 바로 쓰는 업무자동화 AI 에이전트 (w. n8n, LangGraph)
이메일 답장 드래프트 작성 봇 생성에서 에러
이메일 답장 드래프트 작성 봇 생성에서 이메일 히스토리:{{ $json.messages.filter(item => item.snippet) }} 의 message가 에러가 나면서 다음 워크 플로우로 넘어가지 않는데 해결방법을 모르겠습니다.여러번 돌렸는데, gmail get : thread까지는 잘 돌아가는데, 이메일 답장 작성에서 위와 같이 에러가 생기면서 뒤의 워크플로우가 다 막히는것 같습니다. 이메일A에서 B로 업무 협업 관련해서 메일을 두 번 보냈고, 혹시 히스토리를 생성하게 하려면 이메일 A와 B 사이에 reply와 같이 회신 내역이 있어야 message 안에 snippet이 여러개 존재하는 건가요? 그리고 혹시 여기에서 에러 나면 streamlit이랑 챗봇은 사용 불가하겠죠?
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
20강에 phpMyAdmin IP 접속제한 이요...
안녕하세요 강사님 강좌 잘 보고 있습니다.다름 아니라 20강에 PhpMyAdmin 접속 경우 도메인 치면 아무나 들어올수 있어서 nginx에서 자기집 ip로 접속 제한 걸어두던데...이게 집 IP가 바뀌면 접속이 안되니 그때는 다시 nginx host 설정에서 바뀐 IP로 바꿔 줘야하는거죠?노트북으로 작업해서 여기저기서 작업하려고 해서 문의 드려 봅니다.
-
해결됨[인프런어워드 베스트셀러] 코딩 없이 AI 자동화 전문가가 되는 법, n8n 완벽 가이드
Docker 에서 n8n 실행 후 connection lost
안녕하세요.Docker 설치(CPU) 를 완료하고,N8N 실행을 해서 따라가보려고 하는데,N8N 에 Connection Lost 가 지속적으로 뜨고 있습니다. ㅠㅠDOCKER 만 보면 연결은 되어있는것 같은데,문제점이 무엇일까요? 아래 다른질문을 참고하여,시스템 부팅을 해도 동일한 증상이고,docker logs n8n --tail=100입력시, 아래와 같이 나옵니다. 무엇을 확인해야할까요? Initializing n8n processError tracking disabled because this release is older than 6 weeks.n8n ready on ::, port 5678There are deprecations related to your environment variables. Please take the recommended actions to update your configuration: - N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/ - N8N_BLOCK_ENV_ACCESS_IN_NODE -> The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/ - N8N_GIT_NODE_DISABLE_BARE_REPOS -> Support for bare repositories in the Git Node will be removed in a future version due to security concerns. If you are not using bare repositories in the Git Node, please set N8N_GIT_NODE_DISABLE_BARE_REPOS=true. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/[license SDK] Skipping renewal on init: license cert is not initializedCollaboration features are disabled because push is configured unidirectional. Use N8N_PUSH_BACKEND=websocket environment variable to enable them.Version: 1.123.7Editor is now accessible via:http://localhost:5678Owner was set up successfullyOrigin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Last session crashedInitializing n8n processError tracking disabled because this release is older than 6 weeks.n8n ready on ::, port 5678There are deprecations related to your environment variables. Please take the recommended actions to update your configuration: - N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/ - N8N_BLOCK_ENV_ACCESS_IN_NODE -> The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/ - N8N_GIT_NODE_DISABLE_BARE_REPOS -> Support for bare repositories in the Git Node will be removed in a future version due to security concerns. If you are not using bare repositories in the Git Node, please set N8N_GIT_NODE_DISABLE_BARE_REPOS=true. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/[license SDK] Skipping renewal on init: license cert is not initializedCollaboration features are disabled because push is configured unidirectional. Use N8N_PUSH_BACKEND=websocket environment variable to enable them.Version: 1.123.7Editor is now accessible via:http://localhost:5678Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)
-
미해결직장인 전용 1일 1자동화: 1시간 노코드 실전클래스
텔레그램 명령어를 만들어서 다양한 워크플로우를 트리거 시킬수도 있나요?
텔레그램으로 / 로 명령어를 만들고 워크플로우를 다양한걸 트리거 시킬 수 있나요?아니면 하나의 워크플로우에서 if 문 같은걸로 구분해주어야 하나요?
-
해결됨[디지털 오픈랩 x 인프랩] 2026 디지털 기술 AI 실무 교육
강의 재생이 안됨
강의 재생이 안됩니다.
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
24강 오류질문 3
플랜을 24유로 짜리로도 결제 해보고 플랜 업그레이드도 해봤는데 계속 안되네요..
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
chatgpt 앱 강의는 계획 없으신지요?
n8n으로 ai 자동화를 공부 하다보니 ai 자동화를 추후 chatgpt 앱과 연동해서챗봇형태든 다른 형태로든 만들면 앞으로 꽤 큰 경쟁력이 될 것 같습니다. ^^
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
BGM생성시 JSON parameter 에러
안녕하세요.Sonauto AI 작곡가에게 음악 생성 요청하기에서 JSON 입력부분에프롬프트에서 가져오는 Background Music Prompt는 강사님과 동일한 내용으로 붙는데, BGM-시트행에서 가져오는 Narration은 강사님과 다르게 계속 {{ $json.Narration }} 이 형태로 가져와 집니다.그래서 동일한 형식으로 내용을 보완해도 계속 JSON parameter에러가 나는데요. 어디를 체크해 봐야 할까요? ㅠㅜ
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
24강 오류 질문2
USer response 껐는데도 계속 오류가 떠요..
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
대본 자동화에서 AI 모델 선택을 챗gpt로 하고싶은데 도저히 안됩니다 ㅠㅠㅠ
대본 자동화에서 AI 모델 선택을 챗gpt로 하고싶은데 도저히 안됩니다 ㅠㅠㅠ
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
스케줄트리거 작동안됨.
스케줄트리거 3시간마다 발행되게 해놨는데 위에 활성화도 했지만, 작동이 한개만 되고 되지를 않습니다 왜그런걸까요? 그리고 포르테이너 주소 HTTP://주소:9000 해도 갑자기 접속이안됩니다 ㅠ
-
해결됨[인프런어워드 베스트셀러] 코딩 없이 AI 자동화 전문가가 되는 법, n8n 완벽 가이드
31강. api 호출하면 결과를 1개만 받아옵니다.
어떤 강의에 대한 질문인지 자세하게 알려주시면 답변을 드리는데 도움이 됩니다. 스크린샷윈도우키 + 쉬프트키 + S(윈도우)을 자세히 첨부하시면 답변 드리는데 많은 도움이 됩니다. 동영상 재생 관련 같은 인프런 서비스 관련 문의는 1:1 문의하기를 이용해 주세요.api 호출은 제대로 되는 듯 한데, 결과를 1개만 받아옵니다. 이유가 뭘까요...
-
해결됨원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)
24강 오류 질문
자꾸 로딩이 오래 거리다가 노드 밑에 숫자가 뜨다가 오류가 뜹니 다
-
해결됨[인프런어워드 베스트셀러] 코딩 없이 AI 자동화 전문가가 되는 법, n8n 완벽 가이드
GPU가 Intel(R) Arc(TM) Graphics 경우
안녕하세요n8n을 설치하기 전에 GPU에 따라 설치 방법이 다르던데요작업관리자에서 확인했을 때 GPU가 Intel(R) Arc(TM) Graphics인 것으로 확인되었습니다.이 경우 GPU버전으로 설치할 수 있는지 CPU버전으로 설치해야 하는지그리고 설치 과정에 대한 안내 부탁드립니다.
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
Visual Studio Code 오류
안녕하세요 현재 9강을 수강하고 있습니다. 다름이 아니라 Visual Studio Code에서 코드를 저장할 때마다 오른쪽 하단에 이런식으로 뜨는데 문제가 있는것인가요? 제가 찾아본 바로는 문제가 있다기보다는 설정 상 터미널에서 환경 변수를 자동으로 주입하는 기능이 비활성화돼 있다는 것을 알려주는 것이라고 합니다. 혹시라도 문제가 있다면 어떻게 해결해야할지 알려주시면 감사하겠습니다!
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
9강 구글 API 관련 질문입니다.
안녕하세요 선생님, 비전공자임에도 친절한 설명으로 하나씩 알려주신대로 따라가고 있는 학생입니다. 다름이 아니라 9강 구글 검색 API 관련 질문이 발생했습니다. 구글이 검색 API를 단계적으로 종료하면서 Custom Search JSON API 전체 검색이 불가능해졌는데 그러면 현재 상황에서는 강의 영상에 있는 구글 검색 API 부분을 뛰어넘고 진행하면 될까요? 아니면 검색에 사용할 사이트 또는 페이지를 50개라도 추가해야 하나요?
-
해결됨수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
9강 n8n 관련 질문입니다.
안녕하세요 선생님, 구글 제미나이를 n8n에 추가하고 안녕이라는 채팅을 쳤는데 Lost connection to the server라고 나옵니다. 제가 어떤 부분을 놓친걸까요?