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
Rather than hijacking the thread related to updates to the version of APP and MST, here is an issue I am encountering since very recently.
I ran the Debug Mode, and the problem lies in Facebook.cs line 82:
html = html.Substring(html.IndexOf("id="platformDialogForm""));
The error triggers right as I start to do something, either a mission, or logging in in the Sell tab of the tool.
I tried downloading a blank slate folder, then update everything accordingly (versions, as well as URL in Networking.cs, rebuild the solution, not forgetting to run DataExtractor).
Information I have gather:
The tool worked perfectly friday 23rd of december
The tool does not work since saturday 24th of december
Between those two dates, two things have changed:
I updated the tool to version 1035 (APP) and 1102 (MST), as well as build 2.5.1, accordingly to the information mentioned in this Github and Shalzuth's Discord.
I moved from Canada to France.
Other facts:
My FFBE App works perfectly fine on my phone
My Facebook account works perfectly fine (it is my real one, not a bogus)
I do not use two-factor authorisation
The second piece of information might sound strange, but trying to debug the tool, I found that:
Someone abroad (not in France) has been able to run the tool using my Facebook email + password
When I inspect the error using the debug interface in Visual Studio 2017, something is odd:
"<!DOCTYPE html><html><head><title>Se connecter à Facebook | Facebook</title><meta name="viewport" content="user-scalable=no,initial-scale=1.0001,maximum-scale=1.0001" />
Se connecter à Facebook | Facebook
It's French. It's what appears on Facebook website's headline when you log into Facebook when you're in France (url= facebook.com, there is no facebook.fr or facebook.com/fr).
My tinfoil hat theory is that when you run the tool, it tries to connect to Facebook (of course, since the FFBE account is linked to Facebook).
When you run the tool from France, the tool encounter a French Facebook interface. And the tool does not find typical anchors or button or lines or words or information or beacons or whatever that is coded into the tool to make it successfully log into Facebook/FFBE. It finds those anchors in French, which are not matching the tool's code.
I wonder if there are here any user of the tool from a country that is not English-speaking?
Could it be it?
If so, what would be the next steps to make the tool work here in France?
Thank you very much for your insight and help,
Merry Christmas :)
The text was updated successfully, but these errors were encountered:
Hello,
Rather than hijacking the thread related to updates to the version of APP and MST, here is an issue I am encountering since very recently.
I ran the Debug Mode, and the problem lies in Facebook.cs line 82:
html = html.Substring(html.IndexOf("id="platformDialogForm""));
The error triggers right as I start to do something, either a mission, or logging in in the Sell tab of the tool.
I tried downloading a blank slate folder, then update everything accordingly (versions, as well as URL in Networking.cs, rebuild the solution, not forgetting to run DataExtractor).
Information I have gather:
Between those two dates, two things have changed:
Other facts:
The second piece of information might sound strange, but trying to debug the tool, I found that:
"<!DOCTYPE html><html><head><title>Se connecter à Facebook | Facebook</title><meta name="viewport" content="user-scalable=no,initial-scale=1.0001,maximum-scale=1.0001" />
Se connecter à Facebook | Facebook
It's French. It's what appears on Facebook website's headline when you log into Facebook when you're in France (url= facebook.com, there is no facebook.fr or facebook.com/fr).
My tinfoil hat theory is that when you run the tool, it tries to connect to Facebook (of course, since the FFBE account is linked to Facebook).
When you run the tool from France, the tool encounter a French Facebook interface. And the tool does not find typical anchors or button or lines or words or information or beacons or whatever that is coded into the tool to make it successfully log into Facebook/FFBE. It finds those anchors in French, which are not matching the tool's code.
I wonder if there are here any user of the tool from a country that is not English-speaking?
Could it be it?
If so, what would be the next steps to make the tool work here in France?
Thank you very much for your insight and help,
Merry Christmas :)
The text was updated successfully, but these errors were encountered: