An easy-to-use web interface for Aria2 and Youtube-dl (downloading bittorrents, videos from twitter, youtube and the likes)运行在nextcloud下的多功能下载工具(Aria2 and youtube-dl)
GNU Affero General Public License v3.0
96
stars
29
forks
source link
Add note that primary object store backends are unsupported #111
Is your feature request related to a problem? Please describe.
I was getting a straight 500 error when accessing the plugin. It seems that it doesn't support object store backends like S3. In hindsight this does make sense. I don't think that support for this would be very practical as it seems like it would have to integrate pretty closely with the torrent client and the Nextcloud chunking system.
Describe the solution you'd like
Add a note to the README that primary object store backends like S3 and Swift are not supported. Additionally, if possible, add an error handler to the corresponding function to fail more softly.
Describe alternatives you've considered
I've been having some other issues with using S3 as my primary backend, so me personally? I'm going to migrate towards using a CephFS-backed ReadWriteMany filesystem mount.
Additional context
Error message causing the 500 error:
call_user_func_array(): Argument #1 ($callback) must be a valid callback, class OC\Files\ObjectStore\HomeObjectStoreStorage does not have a method "getLocalFolder"
Is your feature request related to a problem? Please describe. I was getting a straight 500 error when accessing the plugin. It seems that it doesn't support object store backends like S3. In hindsight this does make sense. I don't think that support for this would be very practical as it seems like it would have to integrate pretty closely with the torrent client and the Nextcloud chunking system.
Describe the solution you'd like Add a note to the README that primary object store backends like S3 and Swift are not supported. Additionally, if possible, add an error handler to the corresponding function to fail more softly.
Describe alternatives you've considered I've been having some other issues with using S3 as my primary backend, so me personally? I'm going to migrate towards using a CephFS-backed ReadWriteMany filesystem mount.
Additional context Error message causing the 500 error:
call_user_func_array(): Argument #1 ($callback) must be a valid callback, class OC\Files\ObjectStore\HomeObjectStoreStorage does not have a method "getLocalFolder"