uhlibraries-digital / cedar

Linked data vocabulary manager
MIT License
8 stars 1 forks source link

Cedar is no longer talking to the Ark minter #16

Closed seanlw closed 7 years ago

seanlw commented 7 years ago

Cedar has stoped making requests to Greens to mint or change Arks.

seanlw commented 7 years ago

This could be a problem with an OS patch causing ActiveRestClient to stop working. ActiveRestClient is no longer being supported and I'll be updating to Flexirst (ARC clone in active development) as a replacement.

seanlw commented 7 years ago

The problem was with ActiveRestClient using the Faraday adaptor Patron which uses the libcurl library which got patched and broke the Patron adaptor causing ActiveRestClient to never make a request to Greens and returning a blank response causing the Ark.create function to fail.

Basically it was a messy chain reaction. I've replaced ActiveRestClient with Flexirest and updated the adaptor to net_http which fixes this problem.