[Qgis-user] Python Problems

John Studley studley at thunderbolt.me.uk
Tue Aug 1 09:15:19 PDT 2023


Dear All

Why am I getting the following error - how do I resolve it?

Regards

John

An error has occurred while executing Python code:
ftplib.error_perm: 550 Requested action not taken. File unavailable 
(e.g., file not found, no access).
Traceback (most recent call last):
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 321, in cwd_and_create
     ftp.cwd(p) <ftp://ftp.cwd(p)>
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 625, in cwd
     return self.voidcmd(cmd)
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 286, in voidcmd
     return self.voidresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 259, in voidresp
     resp = self.getresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 254, in getresp
     raise error_perm(resp)
ftplib.error_perm: 550 Requested action not taken. File unavailable (e.g., file not found, no access).

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 321, in cwd_and_create
     ftp.cwd(p) <ftp://ftp.cwd(p)>
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 625, in cwd
     return self.voidcmd(cmd)
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 286, in voidcmd
     return self.voidresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 259, in voidresp
     resp = self.getresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 254, in getresp
     raise error_perm(resp)
ftplib.error_perm: 550 Requested action not taken. File unavailable (e.g., file not found, no access).

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 321, in cwd_and_create
     ftp.cwd(p) <ftp://ftp.cwd(p)>
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 625, in cwd
     return self.voidcmd(cmd)
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 286, in voidcmd
     return self.voidresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 259, in voidresp
     resp = self.getresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 254, in getresp
     raise error_perm(resp)
ftplib.error_perm: 550 Requested action not taken. File unavailable (e.g., file not found, no access).

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\maindialog.py", line 354, in saveMap
     result = self.exporter.postProcess(results, feedback=self.feedback)
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 330, in postProcess
     cwd_and_create(self.remote_folder)
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 324, in cwd_and_create
     cwd_and_create(parent)
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 324, in cwd_and_create
     cwd_and_create(parent)
   File "C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\exporter.py", line 327, in cwd_and_create
     ftp.mkd(base) <ftp://ftp.mkd(base)>
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 637, in mkd
     resp = self.voidcmd('MKD ' + dirname)
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 286, in voidcmd
     return self.voidresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 259, in voidresp
     resp = self.getresp()
   File "C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\ftplib.py", line 254, in getresp
     raise error_perm(resp)
ftplib.error_perm: 550 Requested action not taken. File unavailable (e.g., file not found, no access).

Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC 
v.1928 64 bit (AMD64)]
QGIS version: 3.28.8-Firenze Firenze, 5ac45272b5

Python Path:
C:/PROGRA~1/QGIS32~1.8/apps/qgis-ltr/./python
C:/Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA~1/QGIS32~1.8/apps/qgis-ltr/./python/plugins
C:\PROGRA~1\QGIS32~1.8\apps\grass\grass82\etc\python
C:\Users\Windows\Documents
C:\Program Files\QGIS 3.28.8\bin\python39.zip
C:\PROGRA~1\QGIS32~1.8\apps\Python39\DLLs
C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib
C:\Program Files\QGIS 3.28.8\bin
C:\PROGRA~1\QGIS32~1.8\apps\Python39
C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\site-packages
C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\site-packages\win32
C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\site-packages\win32\lib
C:\PROGRA~1\QGIS32~1.8\apps\Python39\lib\site-packages\Pythonwin
C:/Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:\Users/Windows/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web
C:\Users\Windows\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
C:\Users\Windows\AppData\Roaming\QGIS\QGIS3\profiles\default\python\site-packages
C:/Users/Windows/Maps and Charts/My DNA/SS


Dr John Studley
PhD MA OND CGeog FRGS ECIF
Environmental Anthropologist/Ethno-Forester
<http://thunderbolt.me.uk/bphone.jpg>: 02034412597
<http://thunderbolt.me.uk/email.png> : studley at thunderbolt.me.uk
<http://thunderbolt.me.uk/web.png>
My Web <http://thunderbolt.me.uk/wordpress>
google scholar 
<https://scholar.google.co.uk/citations?hl=en&user=1ZFMuZgAAAAJ&view_op=list_works&sortby=pubdate&gmla=AJsN-F4gd8PM41jHfDWVNTBi-ogZcX0RmKSu5b85ipbww-4xQXp88qKL-cvc8KBlXMkkmDvrQ5ENJClI2D1Pe0tAmR3FvpN57H4Fsipsw1pBMAC9Xpb2Kao&sciund=17170638276544616808&gmla=AJsN-F7Tk1-4w8vTGhyuu5EbyLbQrL8bDYgNLH_0q7J6zbGPev_96D2YDcDLDj7ZvXREie2AEUAI9B96zTkfO1-FZTJkY3xYJN7gBCMe7F8uaBWO_mh9ySA&sciund=16362547257180947439&gmla=AJsN-F5KFgjThVNedGHTUZSOyx9oBd1f4jSXUGp1av5PtPErcfYAxVMzoIk5L3C4NJ6xsT-7DtxMyhQVFqlkhM59Vuz_E5NDtN9TH3HRGcSIdnoIJOo7mVw&sciund=13043259208885675456&gmla=AJsN-F4wjDfTGRNuHnBeESHiVFqytEl0S1H6GUpbUh0f71RfWC36zWfwJ0HlGtdChDyKbfm67Iodks9wgTcE3W3UjVlJegKdQ3ADjvdC7LSDdAhNPlyG9Eo&sciund=8267710037435617656&gmla=AJsN-F603N276HZrBsHmWVrxxUVuBj70P_KZJNCI9ltQUi5sEB9PH0_3uitxGqDp4mlD21hCD7ONBZRtgBrzRObCJASVGmpZQCvavSscqamEpomzmqcKgHg&sciund=2486021518325104370&gmla=AJsN-F4jd3iyEhwL5q8AaC38hJRcpR5a5tCkZ3Oiq-ul7bwYH6lBbP--75K2OzM4VR_bH9Mb2ICBz29gty31bvUQOi8lIRrZ40yHe60rRDsmJXSiHFvi6U0&sciund=13362238490784374379&gmla=AJsN-F6_qp4rwLbmwnDibBSsqxmEfiaRsU-Jzqwp1jcmKKjDifcHopNIt5LTdQ9yFO1kWUUQlVKJZ9HkYZguS5mVf64QQx71YgxtvujmhwfqqvlAq3IGDak&sciund=15294562485146850986&gmla=AJsN-F5vaTq0mkD70ENLeOei5MsNcrFBM_WuI0BxyzVW09I5OmY_-PKYLlqyVUp9EBGy5q5uirlACR5xKeaZyUnGC51RC0S80sWHHBPquKtStnkeeajsKn8&sciund=14661239500549042328&gmla=AJsN-F4X47x1J_f3sJBf2j_oZLPw6d4tCsrQRMnMmR0i8wNBA2w_54sUxoCkifLi4aySQi8k96iKrTWi2FixgFoNVKdGLD5awgVmrOihL0c38Ekc2xxX4n0&sciund=12041501966019565639&gmla=AJsN-F5obsb0UCRcnP-32w4EvXiIlQqOhKxR8BIekdOQo9oTxxZF1CDAtPQWlEbbYZso1Sp6TAiWRX6mXcoIa_wSsJSRnoOaKm4XHhE_WyPhGhSqDD6tplE&sciund=3094414224608617146&scilu=&scisig=AMstHGQAAAAAW2nSDpoL1h672dNmom-TX3Gb07brHAFg&gmla=AJsN-F4k0xav96BSzp9zD_wMj25hXxucwcyvPvcTIzQ8-TIIRwUiDyD1BY2xSHUtyXsSu8QlUMV7M5tRKEaHnyxH6pkNQMicKli8OCt3CH31jyBWMHuPh2k&sciund=7338055590473447069&gmla=AJsN-F798fhhLqdpfyq5nlxQaSrtVgmRR0kwtLiQhazja0zihEP6gtGCRQftwaQNgg2CFJ9Ub5_PS-5HzREu-xzmfGBS3o5JcfAb1UcUP9RtitrO4ValPNA&sciund=3568027803061228006&gmla=AJsN-F4kiJO2KES4ovGpaV15A8ps2-fV_G6jz1Pj_F5fKFR2m4KzaiKPx191FHvprFx8_sOGJMPw9vXGqQmB&gmla=AJsN-F5uG6nFtY8_9umR2rZGBzi0T4O0S97Tf0mRCy2KvqkKNY3FQrLqPbsQWStTJTpAehd5iOyjYoWtjCfNSfUlG9zAtO0-y-KrjPM3Qbuh1f-e4Ygk-SU&sciund=4980634546486433970>
Citations
Peer Reviews <https://publons.com/dashboard/records/review/>
Citations are very inaccurate on Publons

QR Code img
<http://qr.rs/v/b068c>
Scan or click to add my vCard to your
mobile and to view my recent publications


My Latest Book
INDIGENOUS SACRED NATURAL SITES AND SPIRITUAL GOVERNANCE: THE LEGAL CASE 
FOR JURISTIC PERSONHOOD 
<https://www.routledge.com/Indigenous-Sacred-Natural-Sites-and-Spiritual-Governance-The-Legal-Case/Studley/p/book/9781138316232>


My Latest Publications  
<http://thunderbolt.me.uk/wordpress/recent-publications/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20230801/12b0716d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v1ug1krj.jpeg
Type: image/jpeg
Size: 7511 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20230801/12b0716d/attachment.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uvsqde2v.png
Type: image/png
Size: 2621 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20230801/12b0716d/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: yekmnsch.png
Type: image/png
Size: 1150 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20230801/12b0716d/attachment-0001.png>


More information about the QGIS-User mailing list