oconnor663 / fbmessenger

[deprecated] a PyQt clone of Facebook Messenger for Windows
Other
102 stars 22 forks source link

White screen error! #37

Closed barisaksu closed 11 years ago

barisaksu commented 11 years ago

Having opened the program with a white screen. Trying to open a Terminal or "SSL error!" error. I'd appreciate if you can help in this regard.

oconnor663 commented 11 years ago

Is it possible you're on a network that blocks/redirects Facebook? What happens if you load https://www.facebook.com? Please try that, and restart the app, to see if the problem magically fixes itself.

barisaksu commented 11 years ago

Unfortunately, the same problem.

http://screencloud.net/img/screenshots/eacc4709b996ea3bfab6875048f4b6cb.png

barisaksu commented 11 years ago

By the way, with "https" in a normal manner can log any routing or no problem

oconnor663 commented 11 years ago

Let's get some more details about the problem. Can you add some print statements in here to get more details about the error: https://github.com/oconnor663/linuxmessenger/blob/0bc525a/fbmessengerlib/browser.py#L94-103

You can also shortcircuit the test in that function to simply ignore SSL errors as a temporary workaround. Make sure you're not actually getting man-in-the-middled first, of course.

oconnor663 commented 11 years ago

Closing unless there are more reports or a consistent repro.