Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message: 'Field \'Activity.From.Id\' cannot exceed 64 characters.' #31

Open
vignesh-123 opened this issue Dec 13, 2018 · 3 comments
Open

Comments

@vignesh-123
Copy link

vignesh-123 commented Dec 13, 2018

On connecting, in the default welcome message the module automatically prompts for user permission and even if I acknowledge that it throws up the above error.
I know the id must be 64 bit. But how change it to my needs. It is generated by the google action.

@ogarules
Copy link

Same problem here

@tlcdev
Copy link

tlcdev commented Jan 9, 2019

Did anyone find a workaround for this?

@luukm12
Copy link

luukm12 commented Jan 29, 2019

Yes I found a workaround!

lib > fulfilment.js, replace row 17 with if (event.from.id !== app.getConversationId().substring(0,64)) {

And replace row 41 of lib > directline > DirectLineWrapper.js with id: userId.substring(0,64),.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants