Skip to content

Conversation

jeanlalouttre
Copy link

It allows to list fundraising forms on HelloAsso. Useful for organisations that are using one form per event, to get new events notifications.

It allows to list fundraising forms on HelloAsso. Useful for organisations that are using one form per event, to get new events notifications.
Copy link

github-actions bot commented May 13, 2025

Pull request artifacts

Bridge Context Status
HelloAsso 1 untitled (pr) Bridge returned error 403! (20222)
Type: HttpException
Message: https://www.helloasso.com/associations/ligue-contre-le-cancer-comite-essonne resulted in 403 Forbidden <!DOCTYPE html>

last change: Wednesday 2025-05-14 22:25:46

@jeanlalouttre
Copy link
Author

This 403 probably depends of the ip address running it, as they're using Cloudflare.
It works on my laptop™️ and on my dedibox server. Any idea to bypass it or can this be merged anyway?

public function getDescription()
{
if (!is_null($this->getInput('search'))) {
return 'Latest torrents for "' . $this->getInput('search') . '"';
Copy link
Contributor

Choose a reason for hiding this comment

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

torrents? is this correct?

Copy link
Author

Choose a reason for hiding this comment

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

it seems to be a bad copy of TorrentGalaxyBridge.php function, it is fixed!

$html = defaultLinkTo($html, $this->getURI());

$orgname = $html->find('[class~="Intro--Name"]', 0)
or returnServerError('Could not find org name!');
Copy link
Contributor

Choose a reason for hiding this comment

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

this function has been renamed

@@ -0,0 +1,60 @@
<?php

Copy link
Contributor

Choose a reason for hiding this comment

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

New code files MUST have declare(strict_types=1); at the top of file

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

Successfully merging this pull request may close these issues.

2 participants