maraujo / pySocialWatcher

Social Watcher on Facebook Marketing API
MIT License
109 stars 49 forks source link

Facebook changed interests. Error Code:100 #1

Closed dogukanayd closed 6 years ago

dogukanayd commented 7 years ago

Facebook changed the interests and in this case the program has been failure error code: 100. How can I skip this error and keep going for work.

maraujo commented 7 years ago

If you already start a collection process, I would manually remove or change the ID of the interest in the intermediary csv file. If you did not start a collection process yet, just find the interest code that do not exist anymore from the json file and run it.

dogukanayd commented 7 years ago

Thank you for the quick reply @maraujo . It would be tough for me to erase it through 5000 interests. Is it possible to skip the errors by editing the code? I would greatly appreciate it if you could help me.

maraujo commented 7 years ago

@dogukanayd you can just remove the lines that raises the error: "raise FatalException()" from https://github.com/maraujo/pySocialWatcher/blob/master/pysocialwatcher/utils.py

But, in my case, I just remove the with the "replace" tool that all editors have the interest ID that was giving the error.

maraujo commented 6 years ago

Well, this kind of error looks like a Facebook error. Maybe it can be related to what is going in the news these days. I would try it in a couple of days.

Matheus Araújo M.Sc. in Computer Science Pursuing Ph.D. at University of Minnesota.

On Wed, Mar 21, 2018 at 10:02 PM, Parimucyeran notifications@github.com wrote:

I can't run any example. I've got the "WARNING Facebook Error code 2" and the "WARNING Facebook Error Message: (#2 https://github.com/maraujo/pySocialWatcher/pull/2) Service temporarily unavailable". In the "dataframeskeleton.csv" I obtained only NAs.

That happened to me if I either used my own token and application ID or one from your credential.

What should I do?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/maraujo/pySocialWatcher/issues/1#issuecomment-375163839, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2soZLTlrF6XZ1zTFAi63ZNJ7c1uCWhks5tgxQ2gaJpZM4N4dbT .