QField sync.FileNotFoundError: [Errno 2]Couldn't load plugin 'processing' on windows 7 64bitHow to fix Quickfinder OperationalError: table quickfinder_info already exists?Python error in go2streetview pluginQGIS python error using qgis2leaf and qgis2webTwitter2QGIS plugin error “EOF occurred in violation of protocol”QGIS 2.99 and Quick Maps PluginError in executing clip with polygon from another layerDissolve with stats plugin does not appear in QGIS 3.0QGIS 3.4 Couldn't load SIP module. Python support will be disabled on Windows 10Can't download semi-automatic classifications plugin
Possibly bubble sort algorithm
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Why is the design of haulage companies so “special”?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Why don't electron-positron collisions release infinite energy?
How can bays and straits be determined in a procedurally generated map?
Can I make popcorn with any corn?
Is it possible to make sharp wind that can cut stuff from afar?
Set-theoretical foundations of Mathematics with only bounded quantifiers
Modification to Chariots for Heavy Cavalry Analogue for 4-armed race
What would the Romans have called "sorcery"?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
whey we use polarized capacitor?
How is this relation reflexive?
Patience, young "Padovan"
I see my dog run
Can I interfere when another PC is about to be attacked?
Japan - Plan around max visa duration
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Why Is Death Allowed In the Matrix?
What is the offset in a seaplane's hull?
The use of multiple foreign keys on same column in SQL Server
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
QField sync.FileNotFoundError: [Errno 2]
Couldn't load plugin 'processing' on windows 7 64bitHow to fix Quickfinder OperationalError: table quickfinder_info already exists?Python error in go2streetview pluginQGIS python error using qgis2leaf and qgis2webTwitter2QGIS plugin error “EOF occurred in violation of protocol”QGIS 2.99 and Quick Maps PluginError in executing clip with polygon from another layerDissolve with stats plugin does not appear in QGIS 3.0QGIS 3.4 Couldn't load SIP module. Python support will be disabled on Windows 10Can't download semi-automatic classifications plugin
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using QGIS 3.4.5 (Madeira) alongside with QField 1.0.3 (Matterhorn) with the QField Sync 3.1.3.
Everthing worked fine. I made my Project, made it to a QField-Project (with QFiledSync), then to my Tablett, worked in it an then I try to resynchronise it back with my PC. I copied it back from the Tablet to my PC and try to use the Qfield Sync tool to synchronise with my QGIS Project, but every time it gives me the error: FileNotFoundError: [Errno 2] No such file or directory: D:/import Qfield Milan 19/export 8015SW\data.sqlite
.
I never saw that File data.sqlite
. What is that for? Why should it be there? Where is my error?
Even when I pack my Project freshly for QField and directly try to resynchronise the new made QField Project (with no new data) the error occurs.
The full log is:
Ein Fehler trat bei der Ausführung von Python-Code auf:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Traceback (most recent call last):
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncdialogssynchronize_dialog.py", line 65, in start_synchronization
current_import_file_checksum = import_file_checksum(qfield_folder)
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncutilsfile_utils.py", line 89, in import_file_checksum
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Python-Version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS-Version: 3.4.5-Madeira Madeira, 89ee6f6e23
Python-Pfad:
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/plugins
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins
C:PROGRA~1QGIS3~1.4binpython37.zip
C:PROGRA~1QGIS3~1.4appsPython37DLLs
C:PROGRA~1QGIS3~1.4appsPython37lib
C:PROGRA~1QGIS3~1.4bin
C:PROGRA~1QGIS3~1.4appsPython37
C:PROGRA~1QGIS3~1.4appsPython37libsite-packages
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32lib
C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesPythonwin
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:UsersFabiaAppDataRoamingQGISQGIS3profilesdefaultpythonpluginsQuickMultiAttributeEdit3/forms
C:/Users/Fabia/AppData/Local/Temp/tmpwdz6jpz9
I dont know what to do. Do you?
qgis-plugins qgis-3 qfield
New contributor
add a comment |
I am using QGIS 3.4.5 (Madeira) alongside with QField 1.0.3 (Matterhorn) with the QField Sync 3.1.3.
Everthing worked fine. I made my Project, made it to a QField-Project (with QFiledSync), then to my Tablett, worked in it an then I try to resynchronise it back with my PC. I copied it back from the Tablet to my PC and try to use the Qfield Sync tool to synchronise with my QGIS Project, but every time it gives me the error: FileNotFoundError: [Errno 2] No such file or directory: D:/import Qfield Milan 19/export 8015SW\data.sqlite
.
I never saw that File data.sqlite
. What is that for? Why should it be there? Where is my error?
Even when I pack my Project freshly for QField and directly try to resynchronise the new made QField Project (with no new data) the error occurs.
The full log is:
Ein Fehler trat bei der Ausführung von Python-Code auf:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Traceback (most recent call last):
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncdialogssynchronize_dialog.py", line 65, in start_synchronization
current_import_file_checksum = import_file_checksum(qfield_folder)
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncutilsfile_utils.py", line 89, in import_file_checksum
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Python-Version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS-Version: 3.4.5-Madeira Madeira, 89ee6f6e23
Python-Pfad:
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/plugins
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins
C:PROGRA~1QGIS3~1.4binpython37.zip
C:PROGRA~1QGIS3~1.4appsPython37DLLs
C:PROGRA~1QGIS3~1.4appsPython37lib
C:PROGRA~1QGIS3~1.4bin
C:PROGRA~1QGIS3~1.4appsPython37
C:PROGRA~1QGIS3~1.4appsPython37libsite-packages
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32lib
C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesPythonwin
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:UsersFabiaAppDataRoamingQGISQGIS3profilesdefaultpythonpluginsQuickMultiAttributeEdit3/forms
C:/Users/Fabia/AppData/Local/Temp/tmpwdz6jpz9
I dont know what to do. Do you?
qgis-plugins qgis-3 qfield
New contributor
add a comment |
I am using QGIS 3.4.5 (Madeira) alongside with QField 1.0.3 (Matterhorn) with the QField Sync 3.1.3.
Everthing worked fine. I made my Project, made it to a QField-Project (with QFiledSync), then to my Tablett, worked in it an then I try to resynchronise it back with my PC. I copied it back from the Tablet to my PC and try to use the Qfield Sync tool to synchronise with my QGIS Project, but every time it gives me the error: FileNotFoundError: [Errno 2] No such file or directory: D:/import Qfield Milan 19/export 8015SW\data.sqlite
.
I never saw that File data.sqlite
. What is that for? Why should it be there? Where is my error?
Even when I pack my Project freshly for QField and directly try to resynchronise the new made QField Project (with no new data) the error occurs.
The full log is:
Ein Fehler trat bei der Ausführung von Python-Code auf:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Traceback (most recent call last):
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncdialogssynchronize_dialog.py", line 65, in start_synchronization
current_import_file_checksum = import_file_checksum(qfield_folder)
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncutilsfile_utils.py", line 89, in import_file_checksum
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Python-Version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS-Version: 3.4.5-Madeira Madeira, 89ee6f6e23
Python-Pfad:
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/plugins
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins
C:PROGRA~1QGIS3~1.4binpython37.zip
C:PROGRA~1QGIS3~1.4appsPython37DLLs
C:PROGRA~1QGIS3~1.4appsPython37lib
C:PROGRA~1QGIS3~1.4bin
C:PROGRA~1QGIS3~1.4appsPython37
C:PROGRA~1QGIS3~1.4appsPython37libsite-packages
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32lib
C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesPythonwin
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:UsersFabiaAppDataRoamingQGISQGIS3profilesdefaultpythonpluginsQuickMultiAttributeEdit3/forms
C:/Users/Fabia/AppData/Local/Temp/tmpwdz6jpz9
I dont know what to do. Do you?
qgis-plugins qgis-3 qfield
New contributor
I am using QGIS 3.4.5 (Madeira) alongside with QField 1.0.3 (Matterhorn) with the QField Sync 3.1.3.
Everthing worked fine. I made my Project, made it to a QField-Project (with QFiledSync), then to my Tablett, worked in it an then I try to resynchronise it back with my PC. I copied it back from the Tablet to my PC and try to use the Qfield Sync tool to synchronise with my QGIS Project, but every time it gives me the error: FileNotFoundError: [Errno 2] No such file or directory: D:/import Qfield Milan 19/export 8015SW\data.sqlite
.
I never saw that File data.sqlite
. What is that for? Why should it be there? Where is my error?
Even when I pack my Project freshly for QField and directly try to resynchronise the new made QField Project (with no new data) the error occurs.
The full log is:
Ein Fehler trat bei der Ausführung von Python-Code auf:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Traceback (most recent call last):
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncdialogssynchronize_dialog.py", line 65, in start_synchronization
current_import_file_checksum = import_file_checksum(qfield_folder)
File "C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsqfieldsyncutilsfile_utils.py", line 89, in import_file_checksum
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/import Qfield Milan 19/export 8015SW\data.sqlite'
Python-Version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS-Version: 3.4.5-Madeira Madeira, 89ee6f6e23
Python-Pfad:
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python/plugins
C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins
C:PROGRA~1QGIS3~1.4binpython37.zip
C:PROGRA~1QGIS3~1.4appsPython37DLLs
C:PROGRA~1QGIS3~1.4appsPython37lib
C:PROGRA~1QGIS3~1.4bin
C:PROGRA~1QGIS3~1.4appsPython37
C:PROGRA~1QGIS3~1.4appsPython37libsite-packages
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32
C:PROGRA~1QGIS3~1.4appsPython37libsite-packageswin32lib
C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesPythonwin
C:/Users/Fabia/AppData/Roaming/QGIS/QGIS3profilesdefault/python
C:UsersFabiaAppDataRoamingQGISQGIS3profilesdefaultpythonpluginsQuickMultiAttributeEdit3/forms
C:/Users/Fabia/AppData/Local/Temp/tmpwdz6jpz9
I dont know what to do. Do you?
qgis-plugins qgis-3 qfield
qgis-plugins qgis-3 qfield
New contributor
New contributor
edited 2 days ago
Kadir Şahbaz
4,60221531
4,60221531
New contributor
asked Apr 3 at 15:38
eBioskeBiosk
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I think after you finished with QField, you have to take the file and copy it in your pc and then open it in QGIS. If you connect you phone to the pc and try to open it from the phone doc it will not open, so try to send it to your pc first and then open it in QGIS.
I hope it will help
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
eBiosk is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317666%2fqfield-sync-filenotfounderror-errno-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think after you finished with QField, you have to take the file and copy it in your pc and then open it in QGIS. If you connect you phone to the pc and try to open it from the phone doc it will not open, so try to send it to your pc first and then open it in QGIS.
I hope it will help
New contributor
add a comment |
I think after you finished with QField, you have to take the file and copy it in your pc and then open it in QGIS. If you connect you phone to the pc and try to open it from the phone doc it will not open, so try to send it to your pc first and then open it in QGIS.
I hope it will help
New contributor
add a comment |
I think after you finished with QField, you have to take the file and copy it in your pc and then open it in QGIS. If you connect you phone to the pc and try to open it from the phone doc it will not open, so try to send it to your pc first and then open it in QGIS.
I hope it will help
New contributor
I think after you finished with QField, you have to take the file and copy it in your pc and then open it in QGIS. If you connect you phone to the pc and try to open it from the phone doc it will not open, so try to send it to your pc first and then open it in QGIS.
I hope it will help
New contributor
edited 2 days ago
Kadir Şahbaz
4,60221531
4,60221531
New contributor
answered 2 days ago
Tarek TarekTarek Tarek
11
11
New contributor
New contributor
add a comment |
add a comment |
eBiosk is a new contributor. Be nice, and check out our Code of Conduct.
eBiosk is a new contributor. Be nice, and check out our Code of Conduct.
eBiosk is a new contributor. Be nice, and check out our Code of Conduct.
eBiosk is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317666%2fqfield-sync-filenotfounderror-errno-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown