mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-03 14:03:25 +00:00
uploader stuck not able to upload new files still at 0% #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CyberPoison on GitHub.
Hi,
I have some issue on my new pts install i have installed pts as it's supposed to do. But after uploading some 750gb the uploader stuck and i was not able to upload more data to my teamdrive throught the unionfs btw i have tried to uninstall the pts and re-install but the issue still here,
Can someone tell me how to fix and throubleshot the issue ?
Kind regards.
@CyberPoison commented on GitHub:
the emails has been added but after hiting the 750gb/day the gdsa don't swipe to the next gdsaxx as supposed.
the only way is doing this echo "0" > /opt/appdata/uploader/vars/gdsaAmount && echo "2" > /opt/appdata/uploader/vars/lastGDSA && docker restart uploader
and them it start again transfering
@methanoid commented on GitHub:
@CyberPoison is that a full fix as I assumed the lastGDSA variable was the number of the last used acct so to script a fix you'd need to read and increment by 1??
I aliased what you did but not sure it will work if I fill more than 1.5Tb a day (plus you need sudo on the docker)
alias fixuploader='echo "0" > /opt/appdata/uploader/vars/gdsaAmount && echo "2" > /opt/appdata/uploader/vars/lastGDSA && sudo docker restart uploader
uploader'
@timmehtimtims commented on GitHub:
It's most likely due to you hitting the daily 750gb upload limit. The way around this is to create service accounts when setting up rclone, and make sure to manually add the service accounts email addresses to your shared drive using the Google drive UI under 'manage members': https://github.com/MHA-Team/PTS-Team/wiki/PTS-Clone