I downloaded .56 and it lets me log in. .6 doesn't. I'm not on a proxy, but I use Open DNS... but why would it work for .56 and not .6 on the same setup/computer?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, there is a difference between the two versions. We exchanged the library which performs the webservice requests (from CURLHandle to a native Cocoa one). What is the log output when performing the login operation? The log output is shown in the Console.app application. To get more detailed messages, set the log level to debug in the preferences.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1225650
Originator: NO
Have you checked your network connection/settings? Do you use a proxy server?
Logged In: YES
user_id=1901869
Originator: YES
I downloaded .56 and it lets me log in. .6 doesn't. I'm not on a proxy, but I use Open DNS... but why would it work for .56 and not .6 on the same setup/computer?
Logged In: YES
user_id=1225650
Originator: NO
Well, there is a difference between the two versions. We exchanged the library which performs the webservice requests (from CURLHandle to a native Cocoa one). What is the log output when performing the login operation? The log output is shown in the Console.app application. To get more detailed messages, set the log level to debug in the preferences.