You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get QGIS set up on my Linux machine and synced up with my Android mobile device using this plugin but I am unable to sync the project after creating a GeoPackage Layer on my desktop.
'Layer'->'Create Layer'->'New GeoPackage Layer'. (This is a new file I'm creating)
Save
Click the 'Synchronize Current Cloud Project' button in the toolbar (Blue Cloud with up/down arrows)
I'm presented with a never ending progress bar in the dialog box with the following Python Error being logged
2024-10-06T13:42:17 WARNING Traceback (most recent call last):
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 182, in showEvent
self.show_project_compatibility_page()
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 223, in show_project_compatibility_page
feedback_table = CheckerFeedbackTable(feedback)
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/checker_feedback_table.py", line 79, in init
label.setTextFormat(Qt.MarkdownText)
AttributeError: type object 'Qt' has no attribute 'MarkdownText'
Here are my QField Project Properties
I am only starting to try to learn GIS software starting today so this could be something very small I'm missing or doing wrong but I've tried for hours on fixing this with no success. Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get QGIS set up on my Linux machine and synced up with my Android mobile device using this plugin but I am unable to sync the project after creating a GeoPackage Layer on my desktop.
QFieldSync Plugin Version: [4.10.1]
QGIS Version: 3.26.3-Buenos Aires
Python Version: 3.8.10
Here are the steps I'm taking:
2024-10-06T13:42:17 WARNING Traceback (most recent call last):
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 182, in showEvent
self.show_project_compatibility_page()
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 223, in show_project_compatibility_page
feedback_table = CheckerFeedbackTable(feedback)
File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/checker_feedback_table.py", line 79, in init
label.setTextFormat(Qt.MarkdownText)
AttributeError: type object 'Qt' has no attribute 'MarkdownText'
Here are my QField Project Properties
I am only starting to try to learn GIS software starting today so this could be something very small I'm missing or doing wrong but I've tried for hours on fixing this with no success. Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered: