Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a deprecation warning printed to stdout #755

Open
TonCherAmi opened this issue Mar 5, 2025 · 0 comments
Open

Getting a deprecation warning printed to stdout #755

TonCherAmi opened this issue Mar 5, 2025 · 0 comments

Comments

@TonCherAmi
Copy link

The warning looks like this:

INFO: Received unexpected 'rel' attribute in 'Link' header: "deprecation"

Seems to be coming from here:

"INFO: Received unexpected 'rel' attribute in 'Link' header: \"{}\"",

Affected code:

    let page = octocrab
        .search()
        .issues_and_pull_requests(&format!(
            "is:pr repo:{}/{} head:{}",
            GITHUB_ORG,
            GitHubRepo::Mono.name(),
            branch
        ))
        .send()
        .await?;

This is super annoying because this directly affects users and there's no way to suppress it 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant