wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.92k stars 1.3k forks source link

IllegalArgumentException: Invalid Gravatar URL: https://0.gravatar.com/avatar/?s=96&d=identicon&r=G #20664

Closed sentry-io[bot] closed 3 weeks ago

sentry-io[bot] commented 3 weeks ago

Sentry Issue: JETPACK-ANDROID-Q8N

IllegalArgumentException: Invalid Gravatar URL: https://0.gravatar.com/avatar/?s=96&d=identicon&r=G
    at org.wordpress.android.util.WPAvatarUtils.rewriteAvatarUrl(WPAvatarUtils.java:49)
    new AvatarQueryOptions(avatarSz, defaultImage, null, null)).url().toString();
    at org.wordpress.android.util.WPAvatarUtils.rewriteAvatarUrl(WPAvatarUtils.java:57)
    return rewriteAvatarUrl(imageUrl, avatarSz, DEFAULT_AVATAR);
    at org.wordpress.android.ui.comments.CommentDetailFragment.showCommentWhenNonNull(CommentDetailFragment.java:820)
    avatarUrl = WPAvatarUtils.rewriteAvatarUrl(comment.getAuthorProfileImageUrl(), avatarSz);
    at org.wordpress.android.ui.comments.CommentDetailFragment.showComment(CommentDetailFragment.java:742)
    showCommentWhenNonNull(binding, replyBinding, actionBinding, site, comment, note);
    at org.wordpress.android.ui.comments.CommentDetailFragment.setComment(CommentDetailFragment.java:521)
    showComment(mBinding, mReplyBinding, mActionBinding, mSite, mComment, mNote);
...
(78 additional frame(s) were not displayed)
dangermattic commented 3 weeks ago

Thanks for reporting! 👍