Skip to content
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

uploader stuck not able to upload new files still at 0% #29

Open
CyberPoison opened this issue Aug 23, 2021 · 3 comments
Open

uploader stuck not able to upload new files still at 0% #29

CyberPoison opened this issue Aug 23, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@CyberPoison
Copy link

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,

image

Can someone tell me how to fix and throubleshot the issue ?

Kind regards.

@CyberPoison CyberPoison added the bug Something isn't working label Aug 23, 2021
@timmehtimtims
Copy link

timmehtimtims commented Aug 23, 2021

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

@CyberPoison
Copy link
Author

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
Copy link

@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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants