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
So I got the most strange of errors while programming my bot to accept contact requests...
Exception in thread "main" com.samczsun.skype4j.exceptions.ConnectionException:
Cause: While authorizing contact
Response: 201 Created
Begin Message
{"status":{"code":20100,"text":"Contact Request Accepted"}}
End message
at com.samczsun.skype4j.internal.ExceptionHandler.generateException(ExceptionHandler.java:101)
at com.samczsun.skype4j.internal.Endpoints$EndpointConnection.connect(Endpoints.java:389)
at com.samczsun.skype4j.internal.Endpoints$EndpointConnection.put(Endpoints.java:307)
at com.samczsun.skype4j.internal.participants.info.ContactImpl.authorize(ContactImpl.java:196)
at com.tsuserMainframe.main.Main.main(Main.java:27)
So I got the most strange of errors while programming my bot to accept contact requests...
And I tracked it back to here...
I think the expected code is incorrect.
The text was updated successfully, but these errors were encountered: