samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Invalid Field when loggin in with console #137

Open zommer0532 opened 7 years ago

zommer0532 commented 7 years ago

So. i was thinking about making a GUI and then when someone enters their username and pass it logs them into the skype account they entered instead of using mine. I almost had it working but the private static Skype skype = new SkypeBuilder(User, Pass).withAllResources().build(); wasnt getting the username and pass that i set. i was wondering if the username and password wasnt setting to the Strings but i printed them in console and it printed exactly what I wrote in the username and password text field. I dont know whats going on and i was stuck on this for a few weeks!! Can someone please help?