storycraft / node-kakao

Loco protocol compatible library
MIT License
411 stars 114 forks source link

This device is not registered. #12

Closed Charles599 closed 4 years ago

Charles599 commented 4 years ago

I installed this with npm install node-kakao and my code is const Module = require('node-kakao'); let TalkClient = Module.TalkClient; let client = new TalkClient('TEST_CLIENT'); client.login('email@gmail.com', 'password', 'uuid from hxd'); I checked my PC kakaotalk, I think my account is registered. Can you suggest me something to do?

storycraft commented 4 years ago

'-100 device not registered' means login succeed but provided device_uuid is not registered one. To register specific device, request passcode. You can find some useful functions in src/kakao-api.ts. Or if you extracted it from official client make sure the uuid is not url encoded.

storycraft commented 4 years ago

I don't accept code question