CAIDA / catalog-data

Repo which holds some panda solutions and papers
3 stars 6 forks source link

Bug: paper:2022_investigating_impact_ddos_attacks does not load #631

Closed jes089 closed 1 year ago

jes089 commented 1 year ago

A paper does not load on UI.

Calling this paper on the API with:

# Write your query or mutation here
 {
  search(query: "types=paper links=tag:caida dates=2022-10 paper:2022_investigating_impact_ddos_attacks") {
    edges {
      node {
        id
        access {
          tag {
            name
          }
        }
      }
    }
  }
}

returns a graphQL error. This object doesn't seem to have a required field "name" on each "tag". however this is also parsed from publicationsdb; which may mean the script that transforms pubdb papers to catalog-data isn't working correctly in this case. I would recommend to check the data inside of pubdb and also the script that processes.