Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

bot.startConversation() stopped working with Facebook Messenger? #478

Closed
liornaar opened this issue Nov 7, 2016 · 3 comments
Closed

bot.startConversation() stopped working with Facebook Messenger? #478

liornaar opened this issue Nov 7, 2016 · 3 comments

Comments

@liornaar
Copy link

liornaar commented Nov 7, 2016

Hi, I have my app running for about two weeks now with no problem, when I change the code in a conversation flow everything seems to be fine and working

Today I've tried to change my code inside a conversation flow but when I try to test the changes I see nothing has changed in the actual conversation with the bot, like he still working on the code from couple of days ago.. when I dived deeper into the problem it seems like everything after bot.startConversation() doesn't change
and in the logs I get the following error:

debug: API ERROR { message: '(#100) No matching user found',
type: 'OAuthException',
code: 100,
error_subcode: 2018001,
fbtrace_id: 'DKeNCoGi1Pz' }

from searching around the error means im trying to test the app with a tester privilege, but i'm not... i'm the administrator of the app

any thoughts? did someone encountered something similiar?
I did add some people as testers in the Roles section in facebook.developers under my app settings but i've deleted all of them and only I have the access to interact with the app

@GautierT
Copy link
Contributor

Hi,
How did you fix this ?
I guess it's fixed because you close the issue.
Thanks.

@usgoose
Copy link

usgoose commented Jun 21, 2017

I have the same problem what was your solution?

@liornaar
Copy link
Author

Sorry, I am no longer developing this project.. I don't remember exactly what I did to overcome this problem but I remember I had some kinda of type in this.. you should try adding logs in your app and in the module itself, this may help you.
If you are in the start of developing your app, think of another approach or search around to get the same results.
Good luck.

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

No branches or pull requests

3 participants