LiF-Lee / shareKakao

카카오톡 공유하기 모듈 - shareKakao
MIT License
31 stars 7 forks source link

메신저봇에서 shareKakao 모듈을 사용하려고 합니다. #4

Closed maplespec closed 3 years ago

maplespec commented 3 years ago

TypeError: Cannot call method "split" of null (file:/storage/emulated/0/msgbot/global_modules/share.js#25) at file:/storage/emulated/0/msgbot/global_modules/share.js:25 at file:/storage/emulated/0/msgbot/global_modules/share.js:63

이렇게

25 : t.reset(), t.update(this.j(this.k[3] + this.r(this.pa + this.p.pu).split(this.d)[1].split("")[0]).getBytes());

63 : const response = org.jsoup.Jsoup.connect("https://talk-shareex.kakao.com/authWrite")

여기서 오류가 납니다... 25번째 줄에서 thid.d 내용으로 split 시키는데 KakaoTalk.hw.perferences.xml (this.pa + this.p.pu)에서 deviceUUID를 찾을 수 없었습니다. 카톡 버전에 의해 사용하지 못하는건가요 이제..?

LiF-Lee commented 3 years ago

9.* 이후 버전은 제가 현재 확인할 방법이 없기 때문에 사용할 수 없다고 확답을 드릴 순 없습니다만, DeviceUUid를 가져오는 폴더의 위치가 변경된것 같네요. 경로만 수정하면 작동할 듯 합니다.

LiF-Lee commented 3 years ago

버전 내리기 전에는 DB 접근이 가능했나요?

LiF-Lee commented 3 years ago

카카오 서버(ex. http://dn-m.talk.kakao.com/talkm/abcd/abcdefg/a.jpg)에 저장된 이미지 url을 입력해야합니다.

LiF-Lee commented 3 years ago

talkm/oYxiyx1A4b/UTAlvDGtDf8czGPx18bmak/i_bdaf681b1d0a.jpeg

path 부분에 넣고 실행해보시면 사진 나올거에요.

LiF-Lee commented 3 years ago

일반 텍스트는 잘 전송되나요? path 부분에는 talkm으로 시작해야 됩니다.

LiF-Lee commented 3 years ago

F47A2CF6-A3E2-434C-9AB5-ED0091D46DE7

위 사진처럼 사진이 나오지 않는다는 건가요? 아니면 아무것도 전송된게 없다는 뜻인가요?

maplespec commented 3 years ago

올려주신 내용과 상태가 동일합니다... 멘션도 작동하지 않네요

LiF-Lee commented 3 years ago

사진에 대해서는 뭐가 문젠지 잘 모르겠네요. 멘션은 userId를 정확하게 넣었고 문자열로 감싸주셨나요?

LiF-Lee commented 3 years ago

멘션 쪽에 사용하신 코드 한번만 올려주세요.

LiF-Lee commented 3 years ago

사진 쪽엔 별 문제가 없어서.. 다른 기기에서 사진이 보이는지 확인해보세요.

LiF-Lee commented 3 years ago

Kakao.share("28994573165447", { "type": 1, "message": "@@", "attachment": { "mentions": [{ "at": [1], "len": 0, "user_id": "17383838474165785" }, { "at": [2], "len": 0, "user_id": "17383838474165785" }] } });

LiF-Lee commented 3 years ago

예시로 올려둔 코드와 같습니다.

ghost commented 3 years ago

이렇게 되는데 ... 이미지 링크는 들어가보면 정상적으로 뜹니다. 예시 코드와 똑같이 했는데 막힌건가요? 카카오톡 버전은 Readme에 있는 버전과 동일합니다 (8.9.7)...

attachment입니다 attatchment가 아니에요