id: io.github.q962.PictureWindow // failed
id: io.github.q962._Picture_Window // ok
id:io.github.totoshko88.RustConn // ok
id:io.github.Geocld.XStreamingDesktop // ok
I don’t know either. This really confuses me.
The ID formats are all the same. The corresponding GitHub repositories all exist.
Why is it that only my ID can’t be matched with my repository?
{
"errors": [
"appid-url-not-reachable"
],
"info": [
"appid-url-not-reachable: Tried https://github.com/q962/picturewindow"
],
"message": "See https://docs.flathub.org/linter for details and exceptions"
}
It’s likely some GitHub rate limit. Are you on some very old version of the linter?
It shows the exact response body and the status code in the info hint since last year for all URL checks. You can also pass --debug to see all the request and response headers.
Those information are necessary to say what happened here.
I use HTTP_PROXY to speed up my network. However, only providing HTTP_PROXY cannot be applied to all programs. After I completed https_proxy, the error disappeared.
The “appid-url-not-reachable” errors message doesn’t help me understand if it’s a network error.Now I know.