wy580477 / Leech-AIO-APP-EX

All Downloaders with Rclone auto-upload & Telegram notification on Docker | Docker 全能下载 APP + Rclone 自动上传 + 电报任务完成通知
191 stars 186 forks source link

MountPoint Error #42

Closed itsmevaibhav closed 2 years ago

itsmevaibhav commented 2 years ago

I first created a folder named “onedrive” using a file browser Then tried mounting onedrive and put path “/mnt/data/onedrive” in Mountpoint field but it shows error code 500

wy580477 commented 2 years ago

If you are trying to mount Rclone remote in Heroku deployment, it's not going to work. Heroku's linux kernel lacks fuse mod which is needed for rclone mount.

Mount Rclone remote in Docker deployment shoud be doable, but I never tried it.

itsmevaibhav commented 2 years ago

Oh okayy I got it , thanks :-)