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

The following feed contains errors - some tips #16

Open
BB-outlock opened this issue Nov 29, 2024 · 2 comments
Open

The following feed contains errors - some tips #16

BB-outlock opened this issue Nov 29, 2024 · 2 comments

Comments

@BB-outlock
Copy link

Good morning,

I get a mail:
The following feed contains errors:
https://sprzedajemy.pl/lista-ofert.atom?inp_category_id=1256&inp_location_id=18&inp_price%5Bto%5D=7000

Can yuo give me some tips how I Can solve a problem with the RSS Channel ?

@e-dschungel
Copy link
Owner

Hello,

this error can have different causes. Most likely the server isn't responding before the timeout. This happens even for large server farms like github from time to time. Is this a permanent error or does it just occur from time to time?

To get more detailed error information you can change this line

$accumulatedText .= $rge_config['errorInFeed'] . " " . $rge_config['feedUrls'][$key] . "\n";
to

$accumulatedText .= $rge_config['errorInFeed'] . " " . $rge_config['feedUrls'][$key] . ": " . $error . "\n";

@e-dschungel
Copy link
Owner

Or

$mail_text .= $rge_config['errorInFeed'] . " " . $rge_config['feedUrls'][$key] . "\n";

depending on the option you use.

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

2 participants