HenryQW / mercury_fulltext

📖 Enjoy full text for tt-rss.
159 stars 27 forks source link

Can't Enter API key #6

Closed Wei-Xia closed 6 years ago

Wei-Xia commented 6 years ago

Hey there,

I added this plugin into plugins folder, and it showed up on localhost. However, I can't update with API key. (I could see Get fulltext via Mercury Parser in each sub)

Please see screenshots below for more details.

Do you have any idea how to solve this issue? Thanks!

image

image

HenryQW commented 6 years ago

Hi,

Unfortunately I couldn't reproduce the bug.

Please state your installation steps including OS distro, PHP version and database type.

HenryQW commented 6 years ago

Close due to inactivity.

xdober commented 6 years ago

@HenryQW Hi, I met the same question. I used two docker containers follow https://github.com/clue/docker-ttrss . And the php version is 5.5.9, the PostgreSQL version is 9.3.4. When I try to open mercury_fulltext setting, there is no input just like the first picture @Wei-Xia attached. By checking the system log, I found this error, snipaste_2018-06-15_16-17-33 Do you have any idea how to solve this error? Thanks!

HenryQW commented 6 years ago

@xdober You are using an image that has been failing to build for 2 years, https://hub.docker.com/r/clue/ttrss/builds/, I wouldn't be surprised if you run into any error.

I think print_hidden() was introduced by ttrss in that period therefore your container doesn't have it.

Try to use a newer ttrss image. https://github.com/HenryQW/docker-ttrss-plugins

xdober commented 6 years ago

@HenryQW Now it works. Thank you a lot!