app

I got it connected for just a second, started backing up a ridiculous amount of photos, it waited for a minute or two of silence where I was worried I was doing something wrong, Then the glorious moment came when it started to upload things. My hope was dashed to pieces when it quit to the server endpoint URL screen and gave me a "statuscode":500,"message""internal server error"
10 Replies
taco_truck
taco_truckOP2y ago
What can I do to see the internal server errors?
taco_truck
taco_truckOP2y ago
I found the server logs and I am getting a lot of these errors
No description
taco_truck
taco_truckOP2y ago
This is what I get when I try to connect through a browser: Internal server error (500 - Internal Server Error) re-starting my computer now and seeing where that takes me
François
François2y ago
Does your phone contain a lot of pictures? I have a few thousands in mine and it took quite some times and a few crashes and reboots in both the phone app and the server to finish off the backup. At first I tried rebooting docker, but it was easier and more efficient to just restart the server. But it worked eventually and I only found one corrupt picture.
taco_truck
taco_truckOP2y ago
Yeah, roughly 2,000. is there an easy way to re-start the server without re-starting my computer?
François
François2y ago
Depend, on a linux, it's probably possible to reboot the docker more efficiently. But I run docker on Windows , so rebooting when something goes wrong come quite naturally to me. I didn't reboot the system more than 2-3 times as I recall.
taco_truck
taco_truckOP2y ago
fair enough. Thanks!
bo0tzz
bo0tzz2y ago
Your postgres database is having trouble. Either your system is under enough load that it's too slow to respond, or it just crashed outright
taco_truck
taco_truckOP2y ago
How would I know which one it is?
bo0tzz
bo0tzz2y ago
Check logs, check system resource stats, etc

Did you find this page helpful?