zimmerman-team / IATI.cloud

IATI datastore powered by Apache Solr. Automatically Extracts and parses IATI XML files referenced in the IATI Registry & refreshed every 3 hrs. IATI is a global initiative to improve the transparency of development and humanitarian resources and their results for addressing poverty and crises.
https://datastore.iati.cloud
MIT License
32 stars 28 forks source link

Failed to "Update codelists from IATI Registry" on the "develop" branch.. #772

Closed taufik-hidayat closed 6 years ago

taufik-hidayat commented 6 years ago

Describe the bug Just trying to install from an empty database and create new Django superuser and run './manage.py supervisor', then follow how to reproduce this issue on below:

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://localhost:8000/admin/queue/'
  2. Select 'Update codelists from IATI registry' on 'Add new task;
  3. Scroll down to bellow on 'Failed tasks'
  4. See error
taufik-hidayat commented 6 years ago

This bug because IATI codelist has been changed from http://iatistandard.org to http://reference.iatistandard.org on the following code:

Fix bug will come soon, together with the data plugin to add the M49 regions data

Eimis commented 6 years ago

This has been fixed in the main Python3 branch update/python3 (and all branches that descend from it)

taufik-hidayat commented 6 years ago

In master branch has the right URL.

So just in develop is needed to fix.

siemvaessen commented 6 years ago

@Eimis @taufik-hidayat can I close this? Trying to clean house in the issuetracker.

taufik-hidayat commented 6 years ago

PR related to this on @Eimis review. Sorry still in my hand, I make some test for M49 importer.

Eimis commented 6 years ago

It would be a good idea to add "related to #" or "closes #", then we could see in this issue if it has been fixed or not and what commits are related to it. Also @siemvaessen, maybe you can check the 'Test' label that is automatically added by you on all PRs :)