Guy Sheffer
Guy Sheffer
Ok two things I can see in the logs. The first is in ownphotos.log: ``` 2018-12-27 19:17:34,700 : directory_watcher.py : handle_new_image : 121 : INFO : adding to AlbumThing took...
Pull requests are welcome, not going to implement otherwise.
@hooram Hey, I can't seem to set the tags, But the regex you used gives ``release-0.2.0-rc``, which is redundant. I suggest you use ``0.2.0-rc1``. Its what is mostly used, and...
Still stuck on this. Also will note we had speed issues on current RC1, can't see it documented here.
@isleshocky77 That talks about alpha and beta, not release candidates, which has a higher level of stability. And you could have multiple of those quite easily. For example: https://github.com/bitcoin/bitcoin/releases/tag/v0.17.0rc4 And:...
go to localhost:3000/api and see if the backend server is up. you can also try logging in to localhost:3000/api/auth/token/obtain On Jan 4, 2019 16:18, "James McDermott" wrote: > Have used...
1. Check if ``ownphotos-backend`` container is up with ``docker ps`` and if it exists but is not running via ``docker ps -a``. 2. if not try bringing it up with...
The worker crashes, its a bug I started to see too. @hopram perhaps we can catch why its crashing? For now do: ``` sudo docker stop ownphotos-backend sudo docker start...
Huh, I just got it too, and when i ran the restart i got: ``` * Restarting nginx nginx [ OK ] System check identified some issues: WARNINGS: api.LongRunningJob.result: (postgres.E003)...
@xternaal Ownphotos has to have the origin set. AKA you need to specify in the docker-compose from where you are accessing the server. This is why it works for you...