Closed gasya08 closed 2 years ago
Hi, as per the Github bug template, please post your complete docker-compose.yml
. This looks like a case where you are not setting a unique hostname
for each machine. I use short names such as aragorn, legolas, etc.
You can use alphanumeric unique names, like machine01, machine02, etc. From the screenshots it looks like you are using brackets and possible periods (dots)? Please stick to alphanumeric hostnames. They must be unique for a given machine.
Once you update your hostnames, restart all containers following the upgrade procedure. Then either Prune Selected on Workers page of stale hostnames OR reset database. Hope this helps!
docker-compose.yml:
version: '3.7' services:
machinaris:
image: ghcr.io/guydavis/machinaris:latest
container_name: machinaris
hostname: 56-1 (8232)
restart: always
volumes:
- ~/.machinaris:/root/.chia
- "/mnt/01D7BC3CECD8A680/nft_plots:/1"
- "/mnt/4AF44320F4430E1F/nft_plots:/2"
- "/mnt/428C5E0D8C5DFBBB/nft_plots:/3"
- "/mnt/01D7B52D7BF07170/nft_plots:/4"
- "/mnt/F2023EAA023E7427/nft_plots:/5"
- "/mnt/0EF863B1F863962D/nft_plots:/6"
- "/mnt/7C8C78FD8C78B2EE/nft_plots:/7"
- "/mnt/40E075E9E075E596/nft_plots:/8"
- "/mnt/16663946663927BF/nft_plots:/9"
- "/mnt/1C364E96364E7136/nft_plots:/10"
- "/mnt/01D7AE024D4A94E0/nft_plots:/11"
- "/mnt/9CD4690FD468ECC8/nft_plots:/12"
- "/mnt/4C76474676472FCE/nft_plots:/13"
- "/mnt/C60261A2026197E7/nft_plots:/14"
- "/mnt/2C8495ED8495BA32/nft_plots:/15"
- "/mnt/9CFCA107FCA0DD30/nft_plots:/16"
- "/mnt/B2969B44969B07CD/nft_plots:/17"
- "/mnt/A8C648B6C6488692/nft_plots:/18"
- "/mnt/C862684962683E76/nft_plots:/19"
- "/mnt/AA3A841C3A83E423/nft_plots:/20"
- "/mnt/2E9E4CF49E4CB5DD/nft_plots:/21"
- "/mnt/7E3E6ED13E6E81CF/nft_plots:/22"
- "/mnt/40128BED128BE5EE/nft_plots:/23"
- "/mnt/0CCA3D23CA3D0A8A/nft_plots:/24"
- "/mnt/42A8805FA88052F9/nft_plots:/25"
- "/mnt/9EA258E7A258C605/nft_plots:/26"
- "/mnt/748A86E98A86A6E8/nft_plots:/27"
- "/mnt/D09C38379C381B04/nft_plots:/28"
- "/mnt/40225428225424E6/nft_plots:/29"
- "/mnt/D8727B58727B39F8/nft_plots:/30"
- "/mnt/127A324F7A323039/nft_plots:/31"
- "/mnt/01D7B2F925DBED90/nft_plots:/32"
- "/mnt/01D7B19417C3C0E0/nft_plots:/33"
- "/mnt/01D7AA238570F9F0/nft_plots:/34"
- "/mnt/01D7AD61A60223B0/nft_plots:/35"
- "/mnt/01D7AC0F24A02180/nft_plots:/36"
- "/mnt/01D7AA347A7A84B0/nft_plots:/37"
- "/mnt/01D7AA23AC552F00/nft_plots:/38"
- "/mnt/01D7AA3479366BF0/nft_plots:/39"
- "/mnt/0A78732378730CA7/nft_plots:/40"
- "/mnt/01D7AE024EB28950/nft_plots:/41"
- "/mnt/01D7B194190CBBA0/nft_plots:/42"
- "/mnt/01D7AD61A762EC30/nft_plots:/43"
- "/mnt/01D7B12260D95820/nft_plots:/44"
- "/mnt/01D7AA2386C0F990/nft_plots:/45"
- "/mnt/01D7AF383F70B7A0/nft_plots:/46"
- "/mnt/01D7AE025023F3A0/nft_plots:/47"
- "/mnt/01D7AA23842A7030/nft_plots:/48"
- "/mnt/01D7B2F9249563D0/nft_plots:/49"
- "/mnt/01D7AE024BFA9540/nft_plots:/50"
- "/mnt/01D7B1941A580050/nft_plots:/51"
- "/mnt/01D7B52D7A863310/nft_plots:/52"
- "/mnt/7A507ED1507E941B/nft_plots:/53"
- "/mnt/01D7AF3840CCC530/nft_plots:/54"
- "/mnt/01D7B1941B9E8A10/nft_plots:/55"
- "/mnt/01D7B122622252E0/nft_plots:/56"
environment:
- TZ=Europe/Kiev
- farmer_address=192.168.0.196
- farmer_port=8447
- mode=harvester
- controller_host=192.168.0.196
- controller_api_port=8927
- worker_address=192.168.0.141
- worker_api_port=8927
- plots_dir=/1:/2:/3:/4:/5:/6:/7:/8:/9:/10:/11:/12:/13:/14:/15:/16:/17:/18:/19:/20:/21:/22:/23:/24:/25:/26:/27:/28:/29:/30:/31:/32:/33:/34:/35:/36:/37:/38:/39:/40:/41:/42:/43:/44:/45:/46:/47:/48:/49:/50:/51:/52:/53:/54:/55:/56
- blockchains=chia
ports:
- 8926:8926
- 8927:8927
I did Prune Selected on Workers page of stale hostnames and reset database as in manual.
Yes, please use short alphanumeric hostnames with no special characters like brackets. Just change the hostname line in your docker-compose.yml files. Here's what you have:
hostname: 56-1 (8232)
Whatever short alphanumeric hostname you choose, please don't reuse it across multiple machines. Then Prune Selected again to get rid of the invalid hostnames.
Great! I assume this configuration change to your hostnames addressed your concern?
docker-compose pull && docker-compose up -d --force-recreate
Thanks yes! Hostnames are fixed but what to do with other bugs?
Glad to hear this configuration issue was corrected in your deployment of the existing version of Machinaris.
Regarding "other bugs", can you please confirm that you have:
Once you have completed those steps, then please provide a new report with all details again. As per the Github issue template, this includes all logs, screenshots, and configurations. Much appreciated!
Thanks, I fixed all harvesters names. Did a full Machinaris database reset system says me that I need to wait about 15 minutes. I wait an hour but bugs are present after update to 0..6.8.
Bugs Machinaris workers menu click and right side opens a list of workers. I click on any worker and see Internal Server Error. I use this manual: https://github.com/guydavis/machinaris/wiki/Troubleshooting#reset-machinaris-database but it did not helped me.
To Reproduce just do machinaris update from 0.6.7 to 0.6.8 by this command docker-compose pull && docker-compose up -d --force-recreate
System setup:
Config full node
My docker-compose.yml
version: '3.7'
services:
machinaris:
image: ghcr.io/guydavis/machinaris:latest
container_name: machinaris
hostname: Machinaris
restart: always
volumes:
- ~/.machinaris:/root/.chia
environment:
- TZ=Europe/Kiev
- mode=fullnode
- worker_address=192.168.0.196
- blockchains=chia
- bladebit_skip_build=true
- madmax_skip_build=true
ports:
- 8926:8926
- 8927:8927
- 8444:8444
- 8447:8447
machinaris-cactus:
image: ghcr.io/guydavis/machinaris-cactus:latest
container_name: machinaris-cactus
hostname: Machinaris
restart: always
volumes:
- ~/.machinaris-cactus:/root/.chia
- ~/.machinaris/mnemonic.txt:/root/.chia/mnemonic.txt:ro
environment:
- TZ=Europe/Kiev
- mode=fullnode
- controller_host=192.168.0.196
- worker_address=192.168.0.196
- worker_api_port=8936
- blockchains=cactus
- bladebit_skip_build=true
- madmax_skip_build=true
ports:
- 8936:8936
- 11444:11444
- 11447:11447
depends_on:
- machinaris
Hi, you wrote: "I click on any worker and see Internal Server Error". Please see the troubleshooting guide for that exact error.
As per the guide, what does the log webui.log show? This log is also available on the Workers page, just click the icon on the right side for "View Web Log".
I try this fix https://github.com/guydavis/machinaris/wiki/Troubleshooting#internal-server-error - but did not helped me. Web log:
2022-01-12 22:10:31 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:10:31 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:12:31 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:12:31 +0200] "GET /index HTTP/1.0" 200 177593 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:12:31 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:12:31 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:12:31 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:12:31 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:12:32 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:12:32 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:14:32 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:14:32 +0200] "GET /index HTTP/1.0" 200 186508 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:14:32 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:14:32 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:14:32 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:14:32 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:14:33 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:14:33 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:35 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:35 +0200] "GET /index HTTP/1.0" 200 189175 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:36 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:36 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:36 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:36 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:37 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:37 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:40 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:40 +0200] "GET /workers HTTP/1.0" 200 22988 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:40 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:40 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:41 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:41 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-1-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-1-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-2-7724 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-2-7724 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-3-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-3-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-4-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-4-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-5-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-5-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-6-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-6-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-7-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker 56-7-8232 - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker Machinaris - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] Failed to remove stale stats for worker Machinaris - chia because module 'web.actions.worker' has no attribute 'displayname'
2022-01-12 22:15:44 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:44 +0200] "POST /workers HTTP/1.0" 200 13226 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:44 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:44 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:15:44 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:15:44 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:17:45 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:17:45 +0200] "GET /workers HTTP/1.0" 200 21795 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:17:45 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:17:45 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:17:45 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:17:45 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:17:45 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:17:45 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:19:45 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:19:45 +0200] "GET /workers HTTP/1.0" 200 22996 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:19:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:19:46 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:19:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:19:46 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:19:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:19:46 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:21:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:21:46 +0200] "GET /workers HTTP/1.0" 200 22996 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:21:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:21:46 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:21:46 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:21:46 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:21:47 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:21:47 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:23:47 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:23:47 +0200] "GET /workers HTTP/1.0" 200 22996 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:23:47 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:23:47 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:23:47 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:23:47 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:23:48 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:23:48 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:48 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:48 +0200] "GET /workers HTTP/1.0" 200 22996 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:48 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:48 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:48 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:48 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:48 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:48 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:55 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:55 +0200] "GET /index HTTP/1.0" 200 71648 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:55 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:55 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:25:56 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:25:56 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:27:56 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:27:56 +0200] "GET /index HTTP/1.0" 200 75966 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:27:56 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:27:56 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:27:56 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:27:56 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:27:57 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:27:57 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:29:57 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:29:57 +0200] "GET /index HTTP/1.0" 200 85429 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:29:57 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:29:57 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:29:58 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:29:58 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:29:58 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:29:58 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:31:58 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:31:58 +0200] "GET /index HTTP/1.0" 200 91772 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:31:58 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:31:58 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:31:58 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:31:58 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:31:59 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:31:59 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:33:59 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:33:59 +0200] "GET /index HTTP/1.0" 200 98391 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:33:59 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:33:59 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:33:59 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:33:59 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:34:00 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:34:00 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:36:00 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:36:00 +0200] "GET /index HTTP/1.0" 200 105925 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:36:00 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:36:00 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:36:00 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:36:00 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:36:01 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:36:01 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:38:01 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:38:01 +0200] "GET /index HTTP/1.0" 200 110883 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:38:01 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:38:01 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:38:02 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:38:02 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:38:02 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:38:02 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:40:02 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:40:02 +0200] "GET /index HTTP/1.0" 200 116950 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:40:03 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:40:03 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:40:03 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:40:03 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:40:03 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:40:03 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:42:03 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:42:03 +0200] "GET /index HTTP/1.0" 200 113050 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:42:04 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:42:04 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:42:04 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:42:04 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:42:05 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:42:05 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:44:05 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:44:05 +0200] "GET /index HTTP/1.0" 200 120433 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:44:05 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:44:05 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:44:05 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:44:05 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:44:06 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:44:06 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:06 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:06 +0200] "GET /index HTTP/1.0" 200 128992 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:06 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:06 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:06 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:06 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:07 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:07 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:22 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:22 +0200] "GET /index HTTP/1.0" 200 128992 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:22 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:22 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:23 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:23 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:46:24 [61] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:46:24 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:48:24 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:48:24 +0200] "GET /index HTTP/1.0" 200 136792 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:48:24 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:48:24 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:48:24 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:48:24 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:48:25 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:48:25 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:50:25 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:50:25 +0200] "GET /index HTTP/1.0" 200 143923 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:50:25 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:50:25 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:50:25 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:50:25 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:50:26 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:50:26 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:52:26 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:52:26 +0200] "GET /index HTTP/1.0" 200 146356 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:52:26 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:52:26 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:52:27 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:52:27 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:52:27 [60] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:52:27 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:53:13 [56] [INFO] Handling signal: term
2022-01-12 22:53:13 [56] [INFO] Handling signal: term
2022-01-12 22:53:13 [60] [INFO] Worker exiting (pid: 60)
2022-01-12 22:53:13 [61] [INFO] Worker exiting (pid: 61)
2022-01-12 22:53:13 [60] [INFO] Worker exiting (pid: 60)
2022-01-12 22:53:13 [61] [INFO] Worker exiting (pid: 61)
2022-01-12 22:53:13 [56] [INFO] Shutting down: Master
2022-01-12 22:53:13 [56] [INFO] Shutting down: Master
2022-01-12 22:53:13 [5030] [INFO] Starting gunicorn 20.1.0
2022-01-12 22:53:13 [5030] [INFO] Starting gunicorn 20.1.0
2022-01-12 22:53:13 [5030] [INFO] Listening at: http://0.0.0.0:8926 (5030)
2022-01-12 22:53:13 [5030] [INFO] Listening at: http://0.0.0.0:8926 (5030)
2022-01-12 22:53:13 [5030] [INFO] Using worker: sync
2022-01-12 22:53:13 [5030] [INFO] Using worker: sync
2022-01-12 22:53:13 [5032] [INFO] Booting worker with pid: 5032
2022-01-12 22:53:13 [5032] [INFO] Booting worker with pid: 5032
2022-01-12 22:53:13 [5033] [INFO] Booting worker with pid: 5033
2022-01-12 22:53:13 [5033] [INFO] Booting worker with pid: 5033
2022-01-12 22:54:20 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:20 +0200] "GET /workers HTTP/1.0" 200 22996 "https://aleks-svhotel-chia.gq/index" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:20 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:20 +0200] "GET /static/styles.css HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:20 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:20 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:27 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:27 +0200] "GET /logs?log=webui&hostname=192.168.0.196&blockchain=chia HTTP/1.0" 200 3100 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:28 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:28 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:28 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:28 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 54406 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:33 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:33 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 54514 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:38 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:38 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 54621 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:43 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:43 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 54728 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:48 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:48 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55075 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:53 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:53 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55447 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:55 [5033] [ERROR] Exception on /worker [GET]
Traceback (most recent call last):
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/machinaris/web/routes.py", line 208, in worker_route
plotting_disk_usage = stats.load_current_disk_usage('plotting',hostname=hostname)
File "/machinaris/web/actions/stats.py", line 200, in load_current_disk_usage
StatPlottingDiskUsed.created_at == created_at_max.created_at).order_by(StatPlottingDiskUsed.path).all()
AttributeError: 'NoneType' object has no attribute 'created_at'
2022-01-12 22:54:55 [5033] [ERROR] Exception on /worker [GET]
Traceback (most recent call last):
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/chia-blockchain/venv/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/machinaris/web/routes.py", line 208, in worker_route
plotting_disk_usage = stats.load_current_disk_usage('plotting',hostname=hostname)
File "/machinaris/web/actions/stats.py", line 200, in load_current_disk_usage
StatPlottingDiskUsed.created_at == created_at_max.created_at).order_by(StatPlottingDiskUsed.path).all()
AttributeError: 'NoneType' object has no attribute 'created_at'
2022-01-12 22:54:55 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:55 +0200] "GET /worker?hostname=192.168.0.141&blockchain=chia HTTP/1.0" 500 290 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:59 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:59 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55069 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:54:59 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:54:59 +0200] "GET /logs?log=webui&hostname=192.168.0.196&blockchain=chia HTTP/1.0" 200 3100 "https://aleks-svhotel-chia.gq/workers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:55:00 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:55:00 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55230 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:55:00 [5032] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:55:00 +0200] "GET /static/favicon.ico HTTP/1.0" 304 0 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:55:05 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:55:05 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55389 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
2022-01-12 22:55:10 [5033] [INFO] 172.20.0.1 - machinaris [12/Jan/2022:22:55:10 +0200] "GET /logfile?hostname=192.168.0.196&log=webui&log_id=undefined&blockchain=chia HTTP/1.0" 200 55507 "https://aleks-svhotel-chia.gq/logs?log=webui&hostname=192.168.0.196&blockchain=chia" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55"
Great. The logs being provided make all the difference. This defect was reported and fixed 9 days ago. This fix is already available in the :test
images. You can either upgrade or simply wait the fix to be fully released next month. Up to you. Thanks.
thanks! I can wait. And what about second bug?
@gasya08 why are you using such naming /mnt/01D7BC3CECD8A680/
(if it's not a secret)?
@gasya08 why are you using such naming
/mnt/01D7BC3CECD8A680/
(if it's not a secret)?
as linux mint mounted so i use
Closing as Machinaris version 0.6.9 has now been released.
Hello Support! 1)I update full node with this command: docker-compose pull && docker-compose up -d --force-recreate then reboot full node server and now cannot open worker link in workers-hostname: Internal Server Error
Then i find https://github.com/guydavis/machinaris/wiki/Troubleshooting do reccomendations in Internal Server Error menu - but it did not helped me.
How to fix that I can open worker?
2) Also i see 3 chias menu in pool menu
3) When update harvesters with docker-compose pull && docker-compose up -d --force-recreate - the harvesters names are not full. I have harvester name: 56-1 (8232) and after update name is 56-1. How to restore harvester names? (in docker yaml name as I need) 4) When I change pool and click save button - there is an error, but pool is changing.