Looks like it is coming from qgis2web and relates to access to the file you are using. You already received a response to the same query before, so avoid posting the same question again without additional information.
On Tue, Aug 1, 2023 at 9:45 PM John Studley via QGIS-User <[email protected]> wrote:
______________________________Dear AllWhy am I getting the following error - how do I resolve it?RegardsJohnAn 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)
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)
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)
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)
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, 5ac45272b5Python 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
Scan or click to add my vCard to your![]()
Dr John StudleyPhD MA OND CGeog FRGS ECIFEnvironmental Anthropologist/Ethno-Forester
:
02034412597 :
[email protected] ![]()
My Web
![]()
scholar
Citations
![]()
Peer Reviews
Citations are very inaccurate on Publons
mobile and to view my recent publications
My Latest Book
INDIGENOUS SACRED NATURAL SITES AND SPIRITUAL GOVERNANCE: THE LEGAL CASE FOR JURISTIC PERSONHOOD
My Latest Publications_________________
QGIS-User mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
_______________________________________________ QGIS-User mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
