Originally created by @mprasil on GitHub (Feb 3, 2019).
I'm not sure what is causing it yet, this is what I see in the logs:
[2019-02-03 21:24:30][reqwest::async_impl::client][DEBUG] redirecting to GET 'https://www.zborovna.sk/novinky/index.php'
[2019-02-03 21:24:30][reqwest::async_impl::response][DEBUG] Response: '200 OK' for https://www.zborovna.sk/novinky/index.php
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/libcore/result.rs:997:5
Originally created by @mprasil on GitHub (Feb 3, 2019).
I'm not sure what is causing it yet, this is what I see in the logs:
```
[2019-02-03 21:24:30][reqwest::async_impl::client][DEBUG] redirecting to GET 'https://www.zborovna.sk/novinky/index.php'
[2019-02-03 21:24:30][reqwest::async_impl::response][DEBUG] Response: '200 OK' for https://www.zborovna.sk/novinky/index.php
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/libcore/result.rs:997:5
```
GiteaMirror
added the bug label 2026-03-07 19:17:11 -06:00
As per discussion with @dani-garcia on our chat, this is most likely due to incorrect character in sizes attribute of <link rel="apple-touch-icon"> - the site is using "×" (multiplication character) instead of "x" to separate the numbers:
@mprasil commented on GitHub (Feb 3, 2019):
As per discussion with @dani-garcia on our chat, this is most likely due to incorrect character in `sizes` attribute of `<link rel="apple-touch-icon">` - the site is using "×" (multiplication character) instead of "x" to separate the numbers:
```
<link rel="apple-touch-icon" sizes="76×76" href="/images/touch-icon-ipad.png">
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mprasil on GitHub (Feb 3, 2019).
I'm not sure what is causing it yet, this is what I see in the logs:
@mprasil commented on GitHub (Feb 3, 2019):
As per discussion with @dani-garcia on our chat, this is most likely due to incorrect character in
sizesattribute of<link rel="apple-touch-icon">- the site is using "×" (multiplication character) instead of "x" to separate the numbers:@BlackDex commented on GitHub (Feb 4, 2019):
Is fixed in: #381
@dani-garcia commented on GitHub (Feb 4, 2019):
Fixed in #381