Updated TikTok to status_code errorType. This fixes the issue of TikTok loading blank profiles.

pull/599/head
Richard Getz 4 years ago committed by Christopher K. Hoadley
parent 7a0047b6d6
commit f2179ca7c9

@ -545,7 +545,7 @@
}, },
"Euw": { "Euw": {
"errorMsg": "This summoner is not registered at OP.GG. Please check spelling.", "errorMsg": "This summoner is not registered at OP.GG. Please check spelling.",
"errorType": "message", "errorType": "message",
"rank": 450, "rank": 450,
"url": "https://euw.op.gg/summoner/userName={}", "url": "https://euw.op.gg/summoner/userName={}",
"urlMain": "https://euw.op.gg/", "urlMain": "https://euw.op.gg/",
@ -1242,8 +1242,8 @@
}, },
"PCGamer": { "PCGamer": {
"errorMsg": "The specified member cannot be found. Please enter a member's entire name.", "errorMsg": "The specified member cannot be found. Please enter a member's entire name.",
"errorType": "message", "errorType": "message",
"rank": 1481, "rank": 1481,
"url": "https://forums.pcgamer.com/members/?username={}", "url": "https://forums.pcgamer.com/members/?username={}",
"urlMain": "https://pcgamer.com", "urlMain": "https://pcgamer.com",
"username_claimed": "admin", "username_claimed": "admin",
@ -1712,8 +1712,7 @@
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"TikTok": { "TikTok": {
"errorMsg": "Couldn't find this account", "errorType": "status_code",
"errorType": "message",
"rank": 506, "rank": 506,
"url": "https://www.tiktok.com/@{}", "url": "https://www.tiktok.com/@{}",
"urlMain": "https://www.tiktok.com/", "urlMain": "https://www.tiktok.com/",
@ -2600,7 +2599,7 @@
}, },
"soylentnews": { "soylentnews": {
"errorMsg": "The user you requested does not exist, no matter how much you wish this might be the case.", "errorMsg": "The user you requested does not exist, no matter how much you wish this might be the case.",
"errorType": "message", "errorType": "message",
"rank": 1312907, "rank": 1312907,
"url": "https://soylentnews.org/~{}", "url": "https://soylentnews.org/~{}",
"urlMain": "https://soylentnews.org", "urlMain": "https://soylentnews.org",

Loading…
Cancel
Save