qgis-docker
qgis-docker copied to clipboard
All linux/arm64 docker containers are stuck on 3.22.16-Białowieża
What is the bug or the crash?
All linux/arm64 docker containers are stuck on 3.22.16-Białowieża
Steps to reproduce the issue
- docker run -i -t qgis/qgis:3.34.6-lunar /bin/bash
- open python3
- run
from qgis.core import Qgis
andQgis.version()
- Version is 3.22.16-Białowieża instead of 3.34.6
Versions
qgis/qgis:3.34.6-lunar, linux/arm64, digest: sha256:59f6bd009ebed65ab576edd0d2b09cbc845c70c9cc8d6880e4ab308415cba5f4
Supported QGIS version
- [ ] I'm running a supported QGIS version according to the roadmap.
New profile
- [ ] I tried with a new QGIS profile
Additional context
No response
Hello,
The error you are encountering is because of this: https://github.com/SparkDevNetwork/Slingshot/blob/develop/Slingshot.PCO/Utilities/PCOApi.cs#L467
Unfortunately the ExportGroups method is not yet implemented. I believe the code that is there but commented out is the code from the F1 slingshot.
The reason Group Export isn't implemented yet is because PCO doesn't have an API to support it. At least last I checked. And yes, This code is copied from the F1 exported and not working. The PCO export tool is still a work in progress. I believe it does work for people and giving, though even that has more work needs to be done. Because PCO has separate lists of people, for serving, for people, and for giving. And each one houses different information, and sometimes, different people records.