DIAGNijmegen / website-content

This repository stores all the content for the diag websites.
MIT License
6 stars 73 forks source link

GC cards fail in github actions #528

Closed martvanrijthoven closed 1 year ago

martvanrijthoven commented 1 year ago

while building the websites and requesting info to create the GC cards, the .json() fails: e.g.:

https://github.com/DIAGNijmegen/website-content/actions/runs/5241360202/jobs/9463352361#step:7:500

However this works perfectly fine locally

martvanrijthoven commented 1 year ago

relevant code: https://github.com/DIAGNijmegen/website-content/blob/e3a9deddd60ae169783c4b81e025dce61877b3ab/plugins/inline_extend/inline.py#L99-L106

jmsmkn commented 1 year ago

I think this is my fault, sorry! Will try something at midday.

jmsmkn commented 1 year ago

I think that it should be fixed, could you try again from Github Actions?

martvanrijthoven commented 1 year ago

Yes works now again, Thanks!