You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
위 코드를 실행하였더니, UNAUTHENTICATED 오류는 뜨지 않지만 에러가 catch에 들어왔습니다.
JavaException: java.lang.IllegalArgumentException: Unexpected char 0x01 at 0 in header value: {...accessToken...}-{...deviceUUID...}
at file:/storage/emulated/0/msgbot/global_modules/kakao-react/src/request/index.js:89
at file:/storage/emulated/0/msgbot/global_modules/kakao-react/src/client/react-client.js:28
at react:19
at file:/storage/emulated/0/msgbot/global_modules/BotOperator/DBManager/modules/emitter/eventemitter.js:75
at file:/storage/emulated/0/msgbot/global_modules/BotOperator/DBManager/DBManager/DBManager.js:782
accessToken을 보니 앞에 이상한 유니코드가 존재합니다. 이 에러는 어떻게 고쳐야할까요??
ReactClient 클래스의 인스턴스를 생성할 때 들어가는
authorizeConfig
인자의accessToken
,deviceUUID
를 어떻게 찾는지 모르겠어서 질문 드립니다.제가 노력한 바로는,
deviceUUID
는 아래와 같이 찾을 수 있었고, (맞는지는 모르겠습니다.)accessToken
은 다음 중 하나인 것 같는데 맞는지 모르겠습니다.files\PersistedInstallation.W0RFRkFVTFRd+MTo1NTIzNjczMDMxMzc6YW5kcm9pZDpiNjUwZmVmOGI2MDY1MzVm.json
에 있는AuthToken
키의 값아래와 같은 코드를 실행해보니 오류가 발생했습니다.
오류를 어떻게 고칠 수 있을지 모르겠어서 이슈를 올립니다.
The text was updated successfully, but these errors were encountered: