Skip to content

Commit

Permalink
Add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 12, 2024
1 parent 1154589 commit 1b4542d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions cargo.log
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
 Finished release [optimized] target(s) in 0.25s
 Finished release [optimized] target(s) in 0.26s
 Running `target/release/infoskjerm`
[2024-03-12T22:19:09Z INFO infoskjerm] Starting up...
Could not load rendering backend linuxkms-skia-opengl, fallback to default
[2024-03-12T22:19:09Z WARN winit::platform_impl::platform::x11::util::randr] XRandR reported that the display's 0mm in size, which is certifiably insane
[2024-03-12T22:19:09Z INFO winit::platform_impl::platform::x11::window] Guessed window scale factor: 1
[2024-03-12T22:19:09Z DEBUG winit::platform_impl::platform::x11::window] Calculated physical dimensions: 800x600
[2024-03-12T22:19:09Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:09Z INFO infoskjerm::forecast] Fetching weather data
[2024-03-12T22:19:09Z DEBUG reqwest::connect] starting new connection: https://xkcd.com/
[2024-03-12T22:19:09Z INFO tide::server] Server listening on http://[::1]:1337
[2024-03-12T22:19:09Z DEBUG reqwest::connect] starting new connection: https://api.met.no/
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] No cached session for DnsName("xkcd.com")
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] ALPN protocol is Some(b"http/1.1")
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] Using ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12::server_hello] Server supports tickets
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12::server_hello] Server may staple OCSP response
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12] ECDHE curve is ECParameters { curve_type: NamedCurve, named_group: X25519 }
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12] Server DNS name is DnsName("xkcd.com")
[2024-03-12T22:19:09Z INFO infoskjerm::xkcd] Loaded xkcd: Supergroup
[2024-03-12T22:19:09Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:19:09Z DEBUG reqwest::connect] starting new connection: https://imgs.xkcd.com/
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] No cached session for DnsName("imgs.xkcd.com")
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] ALPN protocol is Some(b"http/1.1")
[2024-03-12T22:19:09Z DEBUG rustls::client::hs] Using ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12::server_hello] Server supports tickets
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12::server_hello] Server may staple OCSP response
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12] ECDHE curve is ECParameters { curve_type: NamedCurve, named_group: X25519 }
[2024-03-12T22:19:09Z DEBUG rustls::client::tls12] Server DNS name is DnsName("imgs.xkcd.com")
[2024-03-12T22:19:09Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:19:10Z DEBUG rustls::client::hs] No cached session for DnsName("api.met.no")
[2024-03-12T22:19:10Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:19:10Z DEBUG rustls::client::hs] Using ciphersuite TLS13_AES_256_GCM_SHA384
[2024-03-12T22:19:10Z DEBUG rustls::client::tls13] Not resuming
[2024-03-12T22:19:10Z DEBUG rustls::client::tls13] TLS1.3 encrypted extensions: [ServerNameAck, Protocols([ProtocolName(6832)])]
[2024-03-12T22:19:10Z DEBUG rustls::client::hs] ALPN protocol is Some(b"h2")
[2024-03-12T22:19:10Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:19:14Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:19Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:24Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:29Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:34Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:19:39Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:30Z INFO infoskjerm] Starting up...
Could not load rendering backend linuxkms-skia-vulkan, fallback to default
[2024-03-12T22:24:30Z WARN winit::platform_impl::platform::x11::util::randr] XRandR reported that the display's 0mm in size, which is certifiably insane
[2024-03-12T22:24:30Z INFO winit::platform_impl::platform::x11::window] Guessed window scale factor: 1
[2024-03-12T22:24:30Z DEBUG winit::platform_impl::platform::x11::window] Calculated physical dimensions: 800x600
[2024-03-12T22:24:31Z INFO infoskjerm::forecast] Fetching weather data
[2024-03-12T22:24:31Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:31Z INFO tide::server] Server listening on http://[::1]:1337
[2024-03-12T22:24:31Z DEBUG reqwest::connect] starting new connection: https://xkcd.com/
[2024-03-12T22:24:31Z DEBUG reqwest::connect] starting new connection: https://api.met.no/
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] No cached session for DnsName("xkcd.com")
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] ALPN protocol is Some(b"http/1.1")
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Using ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12::server_hello] Server supports tickets
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12::server_hello] Server may staple OCSP response
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12] ECDHE curve is ECParameters { curve_type: NamedCurve, named_group: X25519 }
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12] Server DNS name is DnsName("xkcd.com")
[2024-03-12T22:24:31Z INFO infoskjerm::xkcd] Loaded xkcd: Supergroup
[2024-03-12T22:24:31Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:24:31Z DEBUG reqwest::connect] starting new connection: https://imgs.xkcd.com/
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] No cached session for DnsName("imgs.xkcd.com")
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] ALPN protocol is Some(b"http/1.1")
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Using ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12::server_hello] Server supports tickets
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12::server_hello] Server may staple OCSP response
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12] ECDHE curve is ECParameters { curve_type: NamedCurve, named_group: X25519 }
[2024-03-12T22:24:31Z DEBUG rustls::client::tls12] Server DNS name is DnsName("imgs.xkcd.com")
[2024-03-12T22:24:31Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] No cached session for DnsName("api.met.no")
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Not resuming any session
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] Using ciphersuite TLS13_AES_256_GCM_SHA384
[2024-03-12T22:24:31Z DEBUG rustls::client::tls13] Not resuming
[2024-03-12T22:24:31Z DEBUG rustls::client::tls13] TLS1.3 encrypted extensions: [ServerNameAck, Protocols([ProtocolName(6832)])]
[2024-03-12T22:24:31Z DEBUG rustls::client::hs] ALPN protocol is Some(b"h2")
[2024-03-12T22:24:32Z DEBUG rustls::common_state] Sending warning alert CloseNotify
[2024-03-12T22:24:36Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:41Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:46Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:51Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:24:56Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
[2024-03-12T22:25:01Z DEBUG infoskjerm::food::worker] Updating UI with tracking information: FoodTracking { active: false, minutes_remaining: "", resturant_name: "", status: "" }
Binary file modified fooPoop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot.xwd
Binary file not shown.
Binary file added screenshot_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b4542d

Please sign in to comment.