[06:11:35]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/2714#issuecomment-2484787069) on [issue #2714](https://github.com/YunoHost/apps/pull/2714) Add Filen to wishlist: I see no possibility to selfhost the backend of the software.
[09:10:35]
<eric_G> Lots of app fail with this error :
```
Traceback (most recent call last):
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 332, in <module>
main()
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 321, in main
results = run(tests)
^^^^^^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 268, in run
results[name] = test(**full_params)
^^^^^^^^^^^^^^^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 236, in test
asset_code, _, effective_asset_url = curl(
^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 92, in curl
c.perform()
pycurl.error: (6, 'Could not resolve host: theme')
==> /var/log/nginx/sub.domain.tld-access.log <==
10.182.179.1 - - [12/Nov/2024:00:55:10 +0000] "GET / HTTP/2.0" 200 4771 "-" "PycURL/7.45.2 libcurl/7.88.1 GnuTLS/3.7.9 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13"
```
[09:10:59]
<eric_G> Lots of apps fail with this error :
```
Traceback (most recent call last):
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 332, in <module>
main()
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 321, in main
results = run(tests)
^^^^^^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 268, in run
results[name] = test(**full_params)
^^^^^^^^^^^^^^^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 236, in test
asset_code, _, effective_asset_url = curl(
^^^^^
File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 92, in curl
c.perform()
pycurl.error: (6, 'Could not resolve host: theme')
==> /var/log/nginx/sub.domain.tld-access.log <==
10.182.179.1 - - [12/Nov/2024:00:55:10 +0000] "GET / HTTP/2.0" 200 4771 "-" "PycURL/7.45.2 libcurl/7.88.1 GnuTLS/3.7.9 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13"
```
[09:11:22]
<eric_G> any thoughts?
[09:15:56]
<Mathilde (CryptPad)> `pycurl.error: (6, 'Could not resolve host: theme')` 👀
[09:21:28]
<eric_G> ah yes, but then I realise that the falling apps don't share the some errors...
[09:21:47]
<eric_G> like : https://ci-apps.yunohost.org/ci/job/11791
[09:22:15]
<eric_G> or https://ci-apps.yunohost.org/ci/job/11065
[09:24:54]
<Mathilde (CryptPad)> `KeyError: 'href'` for those, interesting.
[09:24:58]
<Mathilde (CryptPad)> A check/test parsing something incorrectly?
[10:48:13]
<Yunohost Git/Infra notifications> [apps] yunohost-bot created new branch add-to-wishlist-wger
[10:48:14]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to add-to-wishlist-wger: Add Wger to wishlist ([8c3adc22](https://github.com/YunoHost/apps/commit/8c3adc220fb88a3e3fa0580d7b1986db3c32099b))
[10:48:15]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2715](https://github.com/YunoHost/apps/pull/2715): Add Wger to wishlist
[10:48:17]
<Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #2715](https://github.com/YunoHost/apps/pull/2715): Add Wger to wishlist
[12:12:43]
<orhtej2> > <@mgrunig:matrix.xwiki.com> A check/test parsing something incorrectly?
it looks for first `href` in content returned from root request and treats that as base URI if I understand correctly
[12:12:44]
<Aleks (he/him/il/lui)> > <@ericg:matrix.org> Lots of app fail with this error :
>
> ```
> Traceback (most recent call last):
> File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 332, in <module>
> main()
> File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 321, in main
> results = run(tests)
> ^^^^^^^^^^
> File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 268, in run
> results[name] = test(**full_params)
> ^^^^^^^^^^^^^^^^^^^
> File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 236, in test
> asset_code, _, effective_asset_url = curl(
> ^^^^^
> File "/var/www/yunorunner/package_check/lib/curl_tests.py", line 92, in curl
> c.perform()
> pycurl.error: (6, 'Could not resolve host: theme')
> ==> /var/log/nginx/sub.domain.tld-access.log <==
> 10.182.179.1 - - [12/Nov/2024:00:55:10 +0000] "GET / HTTP/2.0" 200 4771 "-" "PycURL/7.45.2 libcurl/7.88.1 GnuTLS/3.7.9 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13"
> ```
Mhpffff yeah great that's the PR on package check / curl test from the other day, which already broke stuff and was supposed to be fixed, but obviously isnt
[12:12:44]
<Aleks (he/him/il/lui)> Im tired of this, we should just revert it again...
[12:36:55]
<miro5001> The yunohost 12 release thread is 200+ posts, way more than 11 and 4 together
[14:54:57]
<eric_G> > <@miro5001:matrix.org> The yunohost 12 release thread is 200+ posts, way more than 11 and 4 together
But we have many more user since 😶🌫️
[14:55:53]
<miro5001> > <@ericg:matrix.org> But we have many more user since 😶🌫️
Yes, and contributers
[14:56:21]
<miro5001> And that's amazing
[15:08:13]
<miro5001> How can I define the php version of an app shell?
In ojs, I have php8.3 in the resource list, but when I open its shell using yunohost app shell ojs, I get php 7.4
[15:15:36]
<Aleks (he/him/il/lui)> it's supposed to be using the `phpversion` setting .. but iirc there might be a bug hanging in there when using helpers 2.1 for which phpversion becomes php_version and should automagically be handled by the core
[15:15:39]
<Aleks (he/him/il/lui)> maybe some bad copypasta
[15:15:57]
<Aleks (he/him/il/lui)> cf https://github.com/YunoHost/issues/issues/2467
[16:43:50]
<Yunohost Git/Infra notifications> [nextcloud_ynh] rodinux [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/753#issuecomment-2486225586) on [issue #753](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/753) Forward Email?: Hello, could we rerun the tests CI ?
[17:24:07]
<Yunohost Git/Infra notifications> [apps] ericgaspar created new branch gokapi
[17:24:14]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to gokapi: Update apps.toml ([804b6682](https://github.com/YunoHost/apps/commit/804b6682099497b1b1b4a1bb166e7e1e5bc1b982))
[17:24:45]
<Yunohost Git/Infra notifications> [apps] ericgaspar opened [pull request #2716](https://github.com/YunoHost/apps/pull/2716): Add Gokapi to catalog
[18:11:23]
<tituspijean> /invite @mtita:matrix.org
[20:17:30]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to gokapi: Update apps.toml ([10121601](https://github.com/YunoHost/apps/commit/1012160139bf346071ff5de87bafd081e2c1e9be))
[20:17:45]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add Gokapi to catalog (#2716) * Update apps.toml * Update apps.toml ([7da16cb1](https://github.com/YunoHost/apps/commit/7da16cb172d7e955a2d1b60105467a6c71e9e735))
[20:17:46]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2716](https://github.com/YunoHost/apps/pull/2716): Add Gokapi to catalog
[20:17:46]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch gokapi
[20:18:04]
<Yunohost Git/Infra notifications> [apps] ericgaspar closed [pull request #2714](https://github.com/YunoHost/apps/pull/2714): Add Filen to wishlist
[20:18:16]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to master: Automatically add dates to the catalog files ([136be3ae](https://github.com/YunoHost/apps/commit/136be3aed15e6f6b353f6b40b54f1b5a37d9037a))
[20:19:05]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2715](https://github.com/YunoHost/apps/pull/2715): Add Wger to wishlist
[20:19:06]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add Wger to wishlist (#2715) ([5c646ef5](https://github.com/YunoHost/apps/commit/5c646ef57affb0d1c5e09a446718dccd78b82c12))
[20:19:08]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch add-to-wishlist-wger
[20:19:49]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to master: Automatically add dates to the catalog files ([88be0f90](https://github.com/YunoHost/apps/commit/88be0f903c7dfd2596d346625340c6e4da7200ef))
[20:32:08]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118#issuecomment-2486691802) on [issue #118](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118) Testing: testme
[20:32:11]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118#issuecomment-2486691901) on [issue #118](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118) Testing: Living in the past, are we? :cow::eye:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-bullseye-dev.y...
[20:32:12]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118#issuecomment-2486691969) on [issue #118](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/118) Testing: Test it, book it, worm it, technologic. :robot: :notes:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-ap...
[20:33:13]
<Yunohost Git/Infra notifications> [my_webapp_ynh] Thatoo opened [issue #146](https://github.com/YunoHost-Apps/my_webapp_ynh/issues/146): [Fetaure] Change tile image in admin panel?
[20:57:31]
<Yunohost Git/Infra notifications> [my_webapp_ynh] tituspijean edited [issue #146](https://github.com/YunoHost-Apps/my_webapp_ynh/issues/146): [Feature] Change tile image in admin panel?
[21:01:04]
<Solrac> > I just tried to install motioneye. I don't have any 50x error when accessing the web app. There are other issues with the app though.
I found the way to fix it. MotionEye confi limits the use to localhost, but can be turned to all interfaces
[21:12:47]
<Émy – OniriCorpe> it's normal, usually apps are reverse proxied by nginx
[21:14:24]
<Émy – OniriCorpe> yeah, it's the expected configuration to use 127.0.0.1 for this app
[21:14:39]
<Émy – OniriCorpe> your issue is somewhere else, probably nginx itself
[21:27:33]
<oufmilo> Hi everyone,
[21:29:14]
<oufmilo> I can’t install yunorunner, i’ve got an error with the installation script but i don’t know how can i resolve it
[21:29:16]
<oufmilo> https://paste.yunohost.org/raw/edagikivol
[21:37:49]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to helpers_2.1-3.0.1: Update backup ([eca14472](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/eca14472c6cbbdb215550eaf7985d252bf48960a))
[21:38:28]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746#issuecomment-2486805158) on [issue #746](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746) Helpers 2.1 3.0.1: testme
[21:38:31]
<Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746#issuecomment-2486805260) on [issue #746](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746) Helpers 2.1 3.0.1: Living in the past, are we? :cow::eye:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-bullseye-dev.y...
[21:38:32]
<Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746#issuecomment-2486805249) on [issue #746](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/746) Helpers 2.1 3.0.1: Living in the future, are we?
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api...
[22:17:20]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to set-headplane-as-working: Update apps.toml ([3503b911](https://github.com/YunoHost/apps/commit/3503b9119254fafc0ecb70db0da29526b810c6f9))
[22:17:21]
<Yunohost Git/Infra notifications> [apps] ericgaspar created new branch set-headplane-as-working
[22:17:27]
<Yunohost Git/Infra notifications> [apps] ericgaspar opened [pull request #2717](https://github.com/YunoHost/apps/pull/2717): Update apps.toml
[22:17:36]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Update apps.toml (#2717) ([fd1a9870](https://github.com/YunoHost/apps/commit/fd1a9870612f4531864761acdd7f84ea6be96346))
[22:17:36]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2717](https://github.com/YunoHost/apps/pull/2717): Update apps.toml
[22:17:37]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch set-headplane-as-working
[22:19:14]
<Yunohost Git/Infra notifications> [apps] ericgaspar [commented](https://github.com/YunoHost/apps/pull/2717#issuecomment-2486867786) on [issue #2717](https://github.com/YunoHost/apps/pull/2717) Update apps.toml: testme
[22:44:11]
<m606> hello, is someone proficient in `sed` wizardry ?
I am looking forward to remove the highlighted portion in [that file](https://github.com/AykutSarac/jsoncrack.com/blob/main/src/containers/Toolbar/index.tsx).
So far I have come with this which is *almost* working but which for some reasons I don't get also removes the lines before the portion to remove and the last line of the file: `sed '/{!isWidget/,/^\s*)}/{H;$!d;}; x;/upgrade/d;' "index.tsx"` (basically `sed /BLOCK_START/,/BLOCK_END/{H;$!d;}; x;/STRING_CONTAINED/d`)
[23:27:30]
<m606> hello, is someone proficient in `sed` wizardry ?
I am looking forward to remove the highlighted portion in [that file](https://github.com/AykutSarac/jsoncrack.com/blob/main/src/containers/Toolbar/index.tsx).
So far I have come with this which is *almost* working but which for some reasons I don't get also removes the line before the portion to remove and the last line of the file: `sed '/{!isWidget/,/^\s*)}/{H;$!d;}; x;/upgrade/d;' "index.tsx"` (basically `sed /BLOCK_START/,/BLOCK_END/{H;$!d;}; x;/STRING_CONTAINED/d`)
[23:43:52]
<Émy – OniriCorpe> > <@m606:matrix.org> hello, is someone proficient in `sed` wizardry ?
> I am looking forward to remove the highlighted portion in [that file](https://github.com/AykutSarac/jsoncrack.com/blob/main/src/containers/Toolbar/index.tsx).
> So far I have come with this which is *almost* working but which for some reasons I don't get also removes the line before the portion to remove and the last line of the file: `sed '/{!isWidget/,/^\s*)}/{H;$!d;}; x;/upgrade/d;' "index.tsx"` (basically `sed /BLOCK_START/,/BLOCK_END/{H;$!d;}; x;/STRING_CONTAINED/d`)
Your link doesn’t have any highlights
[23:45:00]
<Salamandar> > sed
Or
> for loop
[23:55:38]
<orhtej2> you want to add a patch to `sources/patches`, not do `sed` wizardy
[23:57:17]
<m606> hello, is someone proficient in `sed` wizardry ?
I am looking forward to remove the highlighted portion in [that file](https://github.com/AykutSarac/jsoncrack.com/blob/main/src/containers/Toolbar/index.tsx#L88-L97).
So far I have come with this which is *almost* working but which for some reasons I don't get also removes the line before the portion to remove and the last line of the file: `sed '/{!isWidget/,/^\s*)}/{H;$!d;}; x;/upgrade/d;' "index.tsx"` (basically `sed /BLOCK_START/,/BLOCK_END/{H;$!d;}; x;/STRING_CONTAINED/d`)
[23:57:32]
<m606> > <@oniricorpe:im.emelyne.eu> Your link doesn’t have any highlights
Sorry, I updated the link