Confusing appid-url-not-reachable

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.

The “appid-url-not-reachable” errors message doesn’t help me understand if it’s a network error

Well I just told you that it shows the status code and body since last year… You should update the linter or whatever you are using.

1 Like

I update frequently. The last update was three days ago. I just updated it again. It’s saying org.flatpak.Builder needs updating.

Now I’m getting error status codes.

This topic was automatically closed after 2 days. New replies are no longer allowed.