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

Version 41 #170

Merged
merged 12 commits into from Aug 14, 2022
Merged

Version 41 #170

merged 12 commits into from Aug 14, 2022

Conversation

neffo
Copy link
Owner

@neffo neffo commented May 10, 2022

Changes in this release:

@neffo neffo linked an issue May 18, 2022 that may be closed by this pull request
@neffo neffo merged commit 95504a2 into master Aug 14, 2022
@neffo neffo deleted the version-41 branch August 14, 2022 10:02
this.logger.attach(this.httpSession);
this.logger.set_printer(soupPrinter);
}
Soup.Session.prototype.add_feature.call(this.httpSession, new Soup.ProxyResolverDefault()); // unclear if this is necessary

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes a crash:

Soup.ProxyResolverDefault is not a constructor

image

GNOME Shell 42.4 on Debian testing.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely GNOME 42? Not a beta version of GNOME 43?
I ask because GNOME 43 imports Soup3 by default which is causing some issues (including the above error).

I'm comfortable with removing this line though.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's 42.4. See https://tracker.debian.org/pkg/gnome-shell.

Maybe the change was introduced in or before 42.4 instead of 43.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah possible they've moved to Soup 3, so probably related to #181

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be working in PR #177

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