qgis-docker icon indicating copy to clipboard operation
qgis-docker copied to clipboard

All linux/arm64 docker containers are stuck on 3.22.16-Białowieża

Open MateuszKukiela opened this issue 9 months ago • 5 comments

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

  1. docker run -i -t qgis/qgis:3.34.6-lunar /bin/bash
  2. open python3
  3. run from qgis.core import Qgis and Qgis.version()
  4. 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

Additional context

No response

MateuszKukiela avatar Apr 29 '24 15:04 MateuszKukiela

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.

bjwiley2 avatar Mar 21 '19 19:03 bjwiley2

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.

JoshuaMaiorino avatar Apr 15 '19 13:04 JoshuaMaiorino