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
Since recent days (about may 26th), ContactRequestEvent does not work anymore.
My application uses skype4j 0.2.0 and throws an exception when receives ContactRequestEvent:
com.samczsun.skype4j.exceptions.ConnectionException: Cause: While loading authorization requests Response: 404 Not Found
Looks like Microsoft has change AUTH_REQUESTS_URL which is used in method getContactRequests from internal/client/FullClient.java
Maybe somebody know actual AUTH_REQUESTS_URL?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello everyone!
Since recent days (about may 26th), ContactRequestEvent does not work anymore.
My application uses skype4j 0.2.0 and throws an exception when receives ContactRequestEvent:
com.samczsun.skype4j.exceptions.ConnectionException: Cause: While loading authorization requests Response: 404 Not Found
Looks like Microsoft has change AUTH_REQUESTS_URL which is used in method getContactRequests from internal/client/FullClient.java
Maybe somebody know actual AUTH_REQUESTS_URL?
Thanks!
The text was updated successfully, but these errors were encountered: