Skip to content

Invalid result for Mastodon, FourSquare, Pinterest, and Facebook #848

@therealchiendat

Description

@therealchiendat

Invalid links:

  • I'm sure that the link leads to "not found" page

Description:

Hello there 👋 ,

I tried to check for a random username called: this.is.a.random.something and I got a bunch of invalid results as seen bellow I used the isFound() method to determine the accounts.

Most of the invalid links seems to be part of the decentralized social network powered by Mastodon.

Here is a parsed result from my end:

[
    {'site': 'chaos.social', 'username': 'this.is.a.random.something', 'profile_url': 'https://chaos.social/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}, 
    {'site': 'mastodon.social', 'username': 'this.is.a.random.something', 'profile_url': 'https://mastodon.social/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}, 
    {'site': 'social.tchncs.de', 'username': 'this.is.a.random.something', 'profile_url': 'https://social.tchncs.de/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}, 
    {'site': 'Foursquare', 'username': 'this.is.a.random.something', 'profile_url': 'https://ru.foursquare.com/this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}, 
    {'site': 'Pinterest', 'username': 'this.is.a.random.something', 'profile_url': 'https://www.pinterest.com/this.is.a.random.something/', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}, 
    {'site': 'Facebook', 'username': 'this.is.a.random.something', 'profile_url': 'https://www.facebook.com/this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}
]

Screenshots:

The screenshots are taken when the links are clicked:

image

image

image

image

image

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions