-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant upload files #48
Comments
Hey!
So it looks like your path is a little incorrect, it needs to end in a
slash ("/"). For example "/Users/username/Documents/myDrive/data/". You can
either go into the config folder and edit the env file manually, or just
rerun setup. So in your case the path should be "/home/ippo/myDrive/data/"
that way when it appends the files ID it will instead be "
/home/ippo/myDrive/data/7ab031d5-ebab-48f0-bc9d-b62f593fabf7".
Let me know how it goes,
- Kyle
…On Fri, May 7, 2021 at 5:22 PM ippocratis ***@***.***> wrote:
so i managed to Install myDrive on my raspberry pi 400 running manjaro arm
sway.
my flow was:
install Node Modules,
Run the build,
Create Environment Variables through webUI,
Rebuild the project,
create webui encryption key,
build docker with mongodb included,
Start the Docker Image,
in my docker-variables.env i dont use ssl for now coz i coudnt make that
work(i have valid lets encrypt certs for my ddns but those are in .pem
format and not sure how to add the .cert files but thatts another story
brobably not related with my issue)
so i can login and navigate to mydrive at localhost:3000, ip:3000 and even
http://ddns:3000 and able to create and move folders
following logs with docker logs --follow container_id and whenever i try
to upload anything i get an error
Uploading File Error File Route: Await Stream Input Error
Could not remove fs file [Error: ENOENT: no such file or directory, unlink '/home/ippo/myDrive/data7ab031d5-ebab-48f0-bc9d-b62f593fabf7'] {
errno: -2,
code: 'ENOENT',
syscall: 'unlink',
path: '/home/ippo/myDrive/data7ab031d5-ebab-48f0-bc9d-b62f593fabf7'
}
in path i see 7ab031d5-ebab-48f0-bc9d-b62f593fabf7
i dont know whatt that is
given .env path was /home/ippo/myDrive/data
any ideas apreciated
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKUOAK5OEFXC7LZV7ORA2BDTMRKYNANCNFSM44LCIXDQ>
.
|
true my path was missing the slash in the end
|
damn looks like i had to remove path from FS_DIRECTORY= |
you can close this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so i managed to Install myDrive on my raspberry pi 400 running manjaro arm sway.
my flow was:
install Node Modules,
Run the build,
Create Environment Variables through webUI,
Rebuild the project,
create webui encryption key,
build docker with mongodb included,
Start the Docker Image,
istalling the node modules and running the build throw some errors (i dont recall them sorry) but nothing fatal build ended succesfully
in my docker-variables.env i dont use ssl for now coz i coudnt make that work(i have valid lets encrypt certs for my ddns but those are in .pem format and not sure how to add the .cert files but thatts another story brobably not related with my issue)
so i can login and navigate to mydrive at localhost:3000, ip:3000 and even http://ddns:3000 and able to create and move folders
following logs with
docker logs --follow container_id
and whenever i try to upload anything i get an errorin path i see 7ab031d5-ebab-48f0-bc9d-b62f593fabf7
i dont know whatt that is
given .env path was /home/ippo/myDrive/data
any ideas apreciated
The text was updated successfully, but these errors were encountered: