-
-
Notifications
You must be signed in to change notification settings - Fork 73
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 502 Bad gateway due to PHP Errors/Warnings #278
Comments
girishpanchal30
added a commit
to girishpanchal30/graby
that referenced
this issue
Jan 7, 2022
Merged
girishpanchal30
added a commit
to girishpanchal30/graby
that referenced
this issue
Jan 7, 2022
girishpanchal30
added a commit
to girishpanchal30/graby
that referenced
this issue
Jan 7, 2022
girishpanchal30
added a commit
to girishpanchal30/graby
that referenced
this issue
Jan 7, 2022
Any chance to share which URL generate the error |
Sorry to say you but there is no chance to give a specific URL, could you find something from the feed URL? |
girishpanchal30
added a commit
to girishpanchal30/graby
that referenced
this issue
Jan 7, 2022
I tried few URLs but I won't check all them. |
j0k3r
pushed a commit
that referenced
this issue
Jan 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm getting 502 bad gateway errors due to graby library. I have listed PHP warnings/errors below. It is generating multiple-time PHP errors and due to this, we have a memory leaked issue in our server.
[Wed Jan 05 13:33:08.565297 2022] [php7:warn] [pid 12003] [client 70.39.235.45:43632] PHP Warning: DOMDocument::saveXML(): unknown encoding in /vendor/j0k3r/graby/src/Extractor/ContentExtractor.php on line 380
Feed URL: http://feeds.feedburner.com/motherjones/feed
PHP Fatal error: Uncaught TypeError: Typed property Graby\\Extractor\\ContentExtractor::$title must be string or null, array used in vendor/j0k3r/graby/src/Extractor/ContentExtractor.php:1414\nStack trace:\n#0 vendor/j0k3r/graby/src/Extractor/ContentExtractor.php(1225): Graby\\Extractor\\ContentExtractor->extractJsonLdInformation()\n#1 vendor/j0k3r/graby/src/Extractor/ContentExtractor.php(244): Graby\\Extractor\\ContentExtractor->extractDefinedInformation()\n#2 vendor/j0k3r/graby/src/Graby.php(344): Graby\\Extractor\\ContentExtractor->process()\n#3 vendor/j0k3r/graby/src/Graby.php(174): Graby\\Graby->doFetchContent()\n#4 classes/FeedzyFullPost/Parser/Library/Graby.php(32): Graby\\Graby->fetchContent()\n#5 /var/www/html/wp-content/plugins/feedzy-ful in vendor/j0k3r/graby/src/Extractor/ContentExtractor.php on line 1414
Feed URL: https://news.google.com/news/rss/search/section/q/pakistan covid/pakistan covid?
[Wed Jan 05 13:37:12.431448 2022] [php7:warn] [pid 12524] [client 92.204.43.65:49440] PHP Warning: array_combine(): Both parameters should have an equal number of elements in vendor/j0k3r/graby/src/SiteConfig/ConfigBuilder.php on line 330
Feed URL: https://www.presseportal.de/rss/polizei/laender/1.rss2, https://www.presseportal.de/rss/polizei/laender/2.rss2, https://www.presseportal.de/rss/dienststelle_110971.rss2
Thanks
The text was updated successfully, but these errors were encountered: