dependabot[bot] on gradle
dependabot[bot] on gradle
Bump appcompat from 1.3.1 to 1.… (compare)
site_config
but I am not familiar with what that is exactly.2021/09/11 10:13:35 [error] 174#174: *118 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67
wallabag_internal_setting
exists in the DB when I connect using PGadmin.Is it possible de delete a user in Wallabag? I found in the doc that it was possible to create or to deactivate a user, but I found no way to delete an existing user.
By the way I found no way to set an existing user to an admin role within the GUI. Is there a way to do that?
hello guys i got 2 questions:
1.some reddit posts are fetched correctly and some get the error "... new Reddit on an old browser. The site may not work ... update your browser ! If you do not update ... visit old reddit ."
links are build exactly the same, no archive or other subdomain on them.
Can somebody explain?
AND
2.what does "content" relate to at the "tagging rules"?
From my observations it seems to be at least title+body? maybe even more like url or like rly everything that was fetched?
Thanks!
I'm not very skilled in php. I know procedural php and not much about object php. I don't know nything about Symphony either.
Would it be hard for me to contribute considering my poor skills?
Hi there!
I have the following parsing problem and hoped that someone here has a handy XPATH-expression for this?
The articles I want to parse have custom article-trigger-element
(and similar) tags for some custom highlighting. The actual text is continued in the field "trigger-text". So, for this example,
In Köln habe ich dann das Kommunalwahlprogramm mitgeschrieben, mich als <article-trigger-element trigger-text="City-Lead" article-text="So nennt Volt den Parteivorstand auf lokaler Ebene."> </article-trigger-element> innerhalb der Partei aufstellen lassen und wurde gewählt.
the full sentence would be
"In Köln habe ich dann das Kommunalwahlprogramm mitgeschrieben, mich als City-Lead innerhalb der Partei aufstellen lassen und wurde gewählt."
How can I write a proper XPath config for this? Thanks!
Thanks @di72nn , good idea! It fails however, because these empty nodes are automatically removed before being able to replace them:
graby.DEBUG: HTML after regex empty nodes stripping
I've specified prune: no
and tidy: no
but still do not see the tags survive the first processing step ...
\n\nSQLSTATE[42S02]: Base table or view not found: 1932 Table 'wallabag.wallabag_user' doesn't exist in engine at /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:115
Undefined table: 7 ERROR: relation "entry_id_seq" does not exist LINE 1: SELECT NEXTVAL('"entry_id_seq"') ^
. Am I perhaps missing some obvious database-repair command? Does anyone have any experience with mysql -> pgsql migration for Wallabag?
I'm trying to authenticate with a website that requires two additional fields. The following naïve solutions disregards the dependence of the values:
login_extra_fields: login_ticket=@=xpath('//input[@name="login_ticket"]/@value', request_html('https://id.sueddeutsche.de/login'))
login_extra_fields: _csrf=@=xpath('//form[@id="login-form"]//input[@name="_csrf"]/@value', request_html('https://id.sueddeutsche.de/login'))
I couldn't find a configuration-based approach that allows implementing either caching the downloaded page or setting both values at once. What's the best way to go about this in your opinion?