HenryQW / Awesome-TTRSS

🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution.
http://ttrss.henry.wang
MIT License
2.44k stars 494 forks source link

Undefined array key "scheme" #282

Closed ptsa closed 3 years ago

ptsa commented 3 years ago

E_WARNING (2) classes/urlhelper.php:46 Undefined array key "scheme"

  1. classes/urlhelper.php(46): ttrss_error_handler(2, Undefined array key "scheme", classes/urlhelper.php, 46)
  2. include/functions.php(197): rewrite_relative(, /favicon.ico)
  3. classes/rssutils.php(1846): rewrite_relative_url(, /favicon.ico)
  4. classes/rssutils.php(1634): get_favicon_url()
  5. classes/rssutils.php(577): update_favicon(, 128)
  6. update.php(235): update_rss_feed(128, 1)

E_WARNING (2) classes/urlhelper.php:45 Undefined array key "host"

  1. classes/urlhelper.php(45): ttrss_error_handler(2, Undefined array key "host", classes/urlhelper.php, 45)
  2. include/functions.php(197): rewrite_relative(, /favicon.ico)
  3. classes/rssutils.php(1846): rewrite_relative_url(, /favicon.ico)
  4. classes/rssutils.php(1634): get_favicon_url()
  5. classes/rssutils.php(577): update_favicon(, 128)
  6. update.php(235): update_rss_feed(128, 1)

最近几个nightly版 好几个版本都有这个错误

ptsa commented 3 years ago

现在还是有这个问题