Peter Johnson

Results 1014 comments of Peter Johnson

Duplicate of https://github.com/pelias/docker/issues/293#issuecomment-1386773103

Agh I've never seen these `CryptographyDeprecationWarning: Blowfish` warnings before 🤔

I'm not 100% clear on where this error is coming from since it's a python script and Pelias itself doesn't use python. Maybe it's coming from `docker-compose`? see: https://github.com/paramiko/paramiko/issues/2038#issuecomment-1111532543

It might also be that this message is only a warning and not the cause of the missing PBF files. Are you able to download those files manually?

FYI @hznor https://github.com/pelias/docker/pull/309 note: the C-TAN data you found is from `2016`.

Thanks for the bugfix. I don't see this warning on my terminal, could you please post the following: ```bash uname -a Darwin Peters-MacBook-Pro-2.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan...

What did you try and what were the outcomes?

What were you expecting to find in `/var/log`? The server is nodejs, not Nginx or Apache and does not produce HTTP logs.

No, the logs are written to stdio. This method is preferable because it doesn't require log rotation inside the container and allows you to capture the log and store it...

Worth noting the implementation in `pelias/model` has a specific regex whereas this one doesn't.