psychonautwiki / bifrost

The PsychonautWiki API.
MIT License
48 stars 10 forks source link

Unable to query API for 2C-B effects #24

Closed Andeskjerf closed 4 years ago

Andeskjerf commented 4 years ago

I haven't been able to get the effects data for 2C-B using the API.

Example:

{
    substances(query: "2cb") {
            name

        # subjective effects
        effects {
            name url
        }
   }
}

Returns this:

{
  "data": {
    "substances": [
      {
        "effects": [],
        "name": "2C-B"
      }
    ]
  }
}

It's able to query 2C-B itself but the effects are missing despite the wiki page containing them.

19h commented 4 years ago

Thanks for reporting. I'll look into it.

19h commented 4 years ago

We determined that parts of our semantic metadata infrastructure are currently having an outage. This is hopefully resolved soon. I will keep this thread updated.

19h commented 4 years ago

Effects should be restored.