[Bug report] First website upload not working... #1625
-
Operating systemMacOS Sonoma 14.6.1 Publii version0.46 Issue typeApplication Bug descriptionI've just installed Publii, installed my theme and set up my FTP. When I want to do my first sync I get stuck on ‘Uploading Website’, when I look at the error log : /www/files.publii.json: No such file or directory <img width="1294" alt="Screenshot 2024-08-20 at 15 40 57" src="https://github.com/user-attachments/assets/e36a1386-2917-40bd-b79b-1e57eba05947" It's normal that I don't have files.publii.json in my FTP because it's supposed to take it from my local Output and upload it to my FTP if I've understood correctly.... Can you tell me what I'm doing wrong? Steps to reproduceNo response Relevant log output[Tue, 20 Aug 2024 13:40:46 GMT] Connected to 54.37.121.248:21 (No encryption)
[Tue, 20 Aug 2024 13:40:46 GMT] < 220- ~~~ Welcome to OVH ~~~
220 This is a private system - No anonymous login
[Tue, 20 Aug 2024 13:40:46 GMT] > OPTS UTF8 ON
[Tue, 20 Aug 2024 13:40:46 GMT] < 200 OK, UTF-8 enabled
[Tue, 20 Aug 2024 13:40:46 GMT] Login security: No encryption
[Tue, 20 Aug 2024 13:40:46 GMT] > USER creatzq
[Tue, 20 Aug 2024 13:40:46 GMT] < 331 User creatzq OK. Password required
[Tue, 20 Aug 2024 13:40:46 GMT] > PASS ******************************
[Tue, 20 Aug 2024 13:40:47 GMT] < 230 OK. Current restricted directory is /
[Tue, 20 Aug 2024 13:40:47 GMT] > FEAT
[Tue, 20 Aug 2024 13:40:47 GMT] < 211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
AUTH TLS
PBSZ
PROT
UTF8
TVFS
ESTA
PASV
EPSV
SPSV
ESTP
211 End.
[Tue, 20 Aug 2024 13:40:47 GMT] > TYPE I
[Tue, 20 Aug 2024 13:40:47 GMT] < 200 TYPE is now 8-bit binary
[Tue, 20 Aug 2024 13:40:47 GMT] > STRU F
[Tue, 20 Aug 2024 13:40:47 GMT] < 200 F OK
[Tue, 20 Aug 2024 13:40:47 GMT] > OPTS UTF8 ON
[Tue, 20 Aug 2024 13:40:47 GMT] < 200 OK, UTF-8 enabled
[Tue, 20 Aug 2024 13:40:47 GMT] > OPTS MLST type;size;modify;unique;unix.mode;unix.owner;unix.group;unix.ownername;unix.groupname;
[Tue, 20 Aug 2024 13:40:47 GMT] < 200 MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
[Tue, 20 Aug 2024 13:40:47 GMT] Trying to find optimal transfer strategy...
[Tue, 20 Aug 2024 13:40:47 GMT] > EPSV
[Tue, 20 Aug 2024 13:40:47 GMT] < 229 Extended Passive mode OK (|||15109|)
[Tue, 20 Aug 2024 13:40:47 GMT] Optimal transfer strategy found.
[Tue, 20 Aug 2024 13:40:47 GMT] > RETR /www/files.publii.json
[Tue, 20 Aug 2024 13:40:47 GMT] < 550 Can't open /www/files.publii.json: No such file or directory
[Tue, 20 Aug 2024 13:40:47 GMT] (!) ERROR WHILE DOWNLOADING files-remote.json
[Tue, 20 Aug 2024 13:40:47 GMT] FTPError: 550 Can't open /www/files.publii.json: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @TabiZz - do you have anything under deployment-errors.log? Because fact that files.publii.json does not exist is handled by Publii and shouldn't block the upload process |
Beta Was this translation helpful? Give feedback.
-
Build 16910 has just been released, which fixes this issue. |
Beta Was this translation helpful? Give feedback.
Build 16910 has just been released, which fixes this issue.