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

Fix parser regression ()

pull/2003/merge
Matheus Felipe 11 months ago committed by GitHub
commit c7f935099e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,4 @@
{
"$schema": "data.schema.json",
"1337x": {
"errorMsg": [
"<title>Error something went wrong.</title>",

@ -177,6 +177,8 @@ class SitesInformation:
raise ValueError(
f"Problem parsing json contents at '{data_file_path}': Missing attribute {error}."
)
except TypeError as error:
print(f"Encountered TypeError parsing json contents for target '{site_name}' at {data_file_path}\nSkipping target.\n")
return

Loading…
Cancel
Save