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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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
The text was updated successfully, but these errors were encountered: