Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Municipalities currently switched off #509

Open
robvandijk opened this issue Jan 13, 2025 · 6 comments
Open

Municipalities currently switched off #509

robvandijk opened this issue Jan 13, 2025 · 6 comments
Assignees
Labels
bug High priority issue for (blocking) problems

Comments

@robvandijk
Copy link
Contributor

The following municipalities have been switched off in the past due to errors - probably because they switched suppliers. They are listed below under the old suppliers.

Gemeenteoplossingen:

  • borne
  • beemster
  • midden-groningen
  • drechtsteden
  • schiermonnikoog
  • beuningen
  • veldhoven

ibabs:

  • dantumadiel
  • dronten
  • heeze_leende
  • cranendonck
  • oostzaan

notubiz:

  • culemborg
  • enkhuizen
  • tilburg
@robvandijk robvandijk added the bug High priority issue for (blocking) problems label Jan 13, 2025
@joepio
Copy link
Contributor

joepio commented Jan 13, 2025

Succeeded (source was indeed incorrect, fixed now)

GO

ibabs

notubiz

  • Culemborg: moved to ibabs
  • Enkhuizen: wrong org id, now has 735 instead of 736
  • Tilburg: had wrong id, now 266

Failed (source was correct, something else is wrong)

EDIT: see #501

@joepio joepio assigned robvandijk and unassigned joepio Jan 13, 2025
joepio added a commit that referenced this issue Jan 13, 2025
@joepio
Copy link
Contributor

joepio commented Jan 13, 2025

@robvandijk could you take a look at what's going on with the three failed ibabs municipalities? Their source data seems fine (see above).

EDIT: let's use issue #501 for the ibabs sites, there's something else going on there.

@robvandijk
Copy link
Contributor Author

@joepio The allmanak_id for drechtsteden is not correct. Drechtsteden is not listed at all in the Allmanak.

Should this be simply Dordrecht, with allmanak_id=40563?

@joepio
Copy link
Contributor

joepio commented Jan 15, 2025

@joepio The allmanak_id for drechtsteden is not correct. Drechtsteden is not listed at all in the Allmanak.

Should this be simply Dordrecht, with allmanak_id=40563?

Hmmm, not sure if that is the same. But sounds like a decent fallback!

@robvandijk
Copy link
Contributor Author

Just to be sure: so change

  drechtsteden:
    key: drechtsteden
    base_url: "https://raad.dordrecht.nl/api"
    allmanak_id: 24943500
    <<: *go

into:

  dordrecht:
    key: dordrecht
    base_url: "https://raad.dordrecht.nl/api"
    allmanak_id: 40563
    <<: *go

?

@joepio
Copy link
Contributor

joepio commented Jan 15, 2025

Yes seems good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug High priority issue for (blocking) problems
Projects
None yet
Development

No branches or pull requests

2 participants