shalzuth / BraveHaxvius

Clientless FFBE
MIT License
49 stars 38 forks source link

Error in Facebook.cs, line 82 #57

Open Bazuzko opened 6 years ago

Bazuzko commented 6 years ago

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 :)

Killer66 commented 6 years ago

Brazil user here. Working fine. Also, can you give me Shalzuth's discord link?

smithd4200 commented 6 years ago

@Bazuzko Have you tried to just use a proxy or VPN somewhere outside of France to verify?