Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/46ffaa8458dc91f6440c42706e9258fb2cbfaf17/json/radarr/aac.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "240770601cc226190c367ef59aba7463" ,
"trash_score" : "1000" ,
"name" : "AAC" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [ {
"name" : "AAC" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\bAAC(\\b|\\d)"
}
} ,
{
"name" : "Not DTS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bDTS(\\b|\\d)"
}
} ,
{
"name" : "Not Dolby Digital Plus " ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "[^-]dd[p+]|eac3"
}
} ,
{
"name" : "Not Basic Dolby Digital" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bDD[^a-z+]|(?<!e)ac3"
}
} ,
{
"name" : "Not PCM" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(l?)PCM(\\b|\\d)"
}
} ,
{
"name" : "Not FLAC" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bFLAC(\\b|\\d)"
}
} ,
{
"name" : "Not TrueHD/ATMOS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "True[ .-]?HD|\\bATMOS(\\b|\\d)"
}
}
]
}