문의 응대 : 평일 오전 10시 ~ 오후 6시
문의를 남기실 경우 다음 항목을 작성해 주세요.
정보가 부족하거나 응대시간 외 문의하는 경우 확인 및 답변이 지연될 수 있습니다.
- 뒤끝 SDK 버전 :
- 프로젝트명 :
- 스테이터스 코드 :
- 에러 코드 :
- 에러 메시지 :
일단 디버깅까지 됐고, 관련해서 빌드를 한번 해 봤습니다. 그 후에 바로 배포 하려다가 config.json 파일이 수정이 안되서 401응답을 받았습니다. config.json에 파일 경로와 auth 키를 넣고 저장한 후 부터는 아래와 같이 오류 메시지가 뜨면서 작동이 안됩니다.
Fail to load config.json 이라고 하면서 CLI 나 명령 팔레트가 모두 먹통이네요 ㅠ
프로젝트를 삭제하고 새로 생성해 봤으나 같은 오류 메세지만 나옵니다. 어떤게 문제일까요?
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
새로운 크로스 플랫폼 PowerShell 사용 https://aka.ms/pscore6
PS C:\braves-of-tomorrow\BackendFunction\test> & ‘c:\Users\c.vscode\extensions\ms-dotnettools.csharp-1.25.0-win32-x64.debugger\vsdbg.exe’ ‘–interpreter=vscode’ ‘–connection=aeec40b8b7bb41faadfd62cc52b44952’
‘########:::::’###:::::’######::’##:::’##:’########:’##::: ##:’########::
##… ##:::’## ##:::’##… ##: ##::’##:: ##…:: ###:: ##: ##… ##:
##:::: ##::’##:. ##:: ##:::…:: ##:’##::: ##::::::: ####: ##: ##:::: ##:
########::’##:::. ##: ##::::::: #####:::: ######::: ## ## ##: ##:::: ##:
##… ##: #########: ##::::::: ##. ##::: ##…:::: ##. ####: ##:::: ##:
##:::: ##: ##… ##: ##::: ##: ##:. ##:: ##::::::: ##:. ###: ##:::: ##:
########:: ##:::: ##:. ######:: ##::. ##: ########: ##::. ##: ########::
…:::…:::::…:::…:::…::::…::…::…::::…::…:::
Run Backend Function Debugger
Read debug config file
C:\braves-of-tomorrow\BackendFunction\test/debugConfig.json
Start to user function progress
Hello world
Success to process Backend Function
Backend Function Return Value:
BackendFunction
Debugging is complete. Press enter to exit
PS C:\braves-of-tomorrow\BackendFunction\test> backend config
Fail to load config.json
Invalid character ‘B’ in input string
PS C:\braves-of-tomorrow\BackendFunction\test> backend build c:\braves-of-tomorrow\BackendFunction\test/BackendFunction.csproj
Fail to load config.json
Invalid character ‘B’ in input string
PS C:\braves-of-tomorrow\BackendFunction\test>