calculator.py error: File "<unknown>", line 0 with MariaDB and FreshRSS
#3883
Unanswered
unclemusclez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My
settings.xmlquery_str: 'SELECT `freshrss_unclemusclez_entry`.`title`, `freshrss_unclemusclez_entry`.`author`, `freshrss_unclemusclez_entry`.`content_bin`, `freshrss_unclemusclez_entry`.`date`, `freshrss_unclemusclez_entry`.`link` FROM `freshrss_unclemusclez_entry` WHERE `freshrss_unclemusclez_entry`.`title` LIKE %(query)s OR `freshrss_unclemusclez_entry`.`author` LIKE %(query)s OR CONVERT(CAST(`freshrss_unclemusclez_entry`.`content_bin` AS BINARY) USING utf8) LIKE %(query)s OR FROM_UNIXTIME(`freshrss_unclemusclez_entry`.`date`) LIKE %(query)s'if i search with a query it will not work, but if i just use the
!rssoption with a blank query, the database does populate.i am also curious about getting the mediumblob binary to display correctly, along the datetime from unix epoch. Perhaps tags and images can be pulled as well. It seems
freshrssmight be able to serve as engine in itself. I'm just not that familiar with mysql, nor searxng so i'm just poking around for now looking for help/feedback.thanks again for the MariaDB update. this rocks.
Beta Was this translation helpful? Give feedback.
All reactions