Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/6d673ee5d02cc1f6af941088ee32308355229e35 You should set ROOT_URL correctly, otherwise the web may not work correctly.

cleaned up Freelancer data

The 'url' which was actually supposed to be 'urlProbe'. Because of this,
the whole API endpoint got outputted which is not what the user of
Sherlock needs. They need the url directly to the profile page.
pull/1105/head
Siddharth Dushantha 4 years ago
parent 5352036e80
commit 6d673ee5d0

@ -555,11 +555,12 @@
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
},
"Freelancer.com": {
"Freelancer": {
"errorMsg": "\"users\":{}",
"errorType": "message",
"url": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={}&compact=true",
"urlProbe": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={}&compact=true",
"urlMain": "https://www.freelancer.com/",
"url": "https://www.freelancer.com/u/{}",
"username_claimed": "red0xff",
"username_unclaimed": "noonewouldeverusethis"
},

Loading…
Cancel
Save