Peertube export not working...
-
Thanks @girish for checking.
I tried it with an other account (test-account) on the same Peertube instance.
Strangely this test-account gives an succesfull export.So my thought is that the export from the account that throws the error, simply is too big to export maybe?
(around 19GB)I'm now trying to delete some videos to get to a smaller volume and see if that helps...
Maybe it's worth mentioning this error i see in postgresql on Cloudron itself:
ERROR: value "18519529041" is out of range for type integer<27>1 2024-06-01T13:41:40+02:00 cloudronserver postgresql 920 postgresql - 2024-06-01 11:41:40.171 UTC [2226] userdxxxxxxx4b34b2e2b12ab16a57eb@xxxxxxdbd6d0b666 CONTEXT: unnamed portal parameter $1 = '...'<27>1 2024-06-01T13:41:40+02:00 cloudronserver postgresql 920 postgresql - 2024-06-01 11:41:40.171 UTC [2226] userdxxxxxxx4b34b2e2b12ab16a57eb@xxxxxxdbd6d0b666 STATEMENT: UPDATE "userExport" SET "size"=$1,"state"=$2,"error"=$3,"updatedAt"=$4 WHERE "id" = $5 -
and then
-
That one is actually really easy to solve. Only thing is, that my Peertube instance is in Dutch language and i can't find an option to change it 🥴
Anyway, i shall do my best to help you get there, because there's a setting for that...
As Peertube admin logged into your instance,
Go to:Administration > Configuration > Basic >
In there you scroll (almost) all the way down, until you reached the "user import/export" settings.
There you will also find the value for max take out.Set it to your desired value and voila
-
@DanTheMan same here
-
Thanks for the report
definitely a somewhere...
I already did some deep diving into the error, but it's kinda complicated...
I found an older post that explains a little about the error in relation with postgresql..
https://stackoverflow.com/questions/52238781/postgres-integer-out-of-range-why-this-error-occurAnd some pure details:
https://pganalyze.com/docs/log-insights/app-errors/U130#:~:text=Explanation%3A,large value into the database.I guess it's better (like Girish mentioned) to report this upstream with the developers of Peertube...
@girish I'm no database expert, but isn't this something that has to be done on the database that holds Peertube on Cloudron, Postgresql?
Like to adjust the integer to the appropriate values of the database of Peertube?I'm gonna report it on their Github and keep this forum post updated when I have more info from there...
-
@DanTheMan said in Peertube export not working...:
Like to adjust the integer to the appropriate values of the database of Peertube?
My reading of the error is that the app (peertube) contructed a sql query and the query has a bug in it. Let me know what the upstream devs say, happy to fix accordingly.
-
I reported upstream and this is the outcome:
https://github.com/Chocobozzz/PeerTube/commit/e7ebcb16acbd43043fd7f95e8918b8ab50595796Should be fixed within the next update(s) of Peertube
I'll keep an eye open 🧐
-
Peertube has a new release, the export problem should be fixed in this one
"Fix big user export file size"
https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.0#:~:text=Fix big user export file size -
-
-
I saw this post as still being "unsolved".
Yesterday i succefully downloaded a exported backup from my Peertube instance (35GB).
So that's working fine now
Did not yet import it to another instance. But will try to do that in a short matter of time...
-