Plus possible de récupérer mes opérations sur LCL

merci de l’info… au moins je sais que je dois ronger mon frein patiemment -____-’

Dans le même fichier que tu avais précédemment édité, peux-tu essayer de remplacer, aux environs de la ligne 577 :

if self.no_perm.is_here():

par

if self.no_perm.is_here() or self.forbidden_life_insurances.is_here():

et nous dire si ça fonctionne ?

Merci

ca me réponds:

Unknown error: 'NoneType' object has no attribute 'get_next'. Traceback (most recent call last): File "/var/www/kresus/build/server/providers/woob/py/main.py", line 713, in fetch results["values"] = self.get_transactions(from_date) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/www/kresus/build/server/providers/woob/py/main.py", line 590, in get_transactions for account in list(self.backend.iter_accounts()): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/yunohost.app/kresus/woob-data/modules/3.7/woob_modules/lcl/browser.py", line 286, in iter_accounts if self.go_bourse_website() and self.connexion_bourse(): ^^^^^^^^^^^^^^^^^^^^^^^ File "/var/www/kresus/venv/lib/python3.11/site-packages/woob/browser/browsers.py", line 1157, in inner return func(browser, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/yunohost.app/kresus/woob-data/modules/3.7/woob_modules/lcl/browser.py", line 579, in connexion_bourse next_page = self.page.get_next() ^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_next' (code GENERIC_EXCEPTION) Erreur inconnue de Kresus : essayez de mettre à jour Woob, et si cela ne règle pas votre problème, merci de signaler l'erreur aux auteurs de Kresus. Veuillez vous référer à la console 

Tu aurais les logs sur plusieurs lignes stp ? C’est impossible à lire comme ça…

Bah c’est le message d’erreur tel qu’il sort dans Kresus…

Copier coller du log ca donne:

[2025-03-04T18:19:37.944] [INFO] models/index - database is ready
[2025-03-04T18:19:37.951] [INFO] models/index - User has id 1
[2025-03-04T18:19:37.951] [INFO] init - Starting bank accounts polling et al…
[2025-03-04T18:19:37.955] [INFO] poller - > Next check of accounts on 05/03/2025 at 02:46:00
[2025-03-04T18:19:37.955] [INFO] poller - Checking accounts and transactions for all accesses…
[2025-03-04T18:19:37.970] [INFO] accounts-manager - Retrieve all accounts from access lcl with login *******628
[2025-03-04T18:19:37.976] [INFO] providers/woob - Calling woob: command accounts…
[2025-03-04T18:19:37.976] [INFO] providers/woob - Woob will be updated prior to command « accounts »
[2025-03-04T18:19:38.581] [INFO] providers/woob - exited with code 1.
[2025-03-04T18:19:38.581] [ERROR] providers/woob - Got error while running command « 3 »: Process exited with non-zero error code 1. Unknown error. Stderr was:

[2025-03-04T18:19:38.582] [ERROR] providers/woob - (error code: null)
[2025-03-04T18:19:38.582] [ERROR] poller - Error when polling accounts: Process exited with non-zero error code 1. Unknown error. Stderr was:

Error
at new KError (/var/www/***sus/build/server/helpers.js:62:22)
at woobCommand (/var/www/***sus/build/server/providers/woob/index.js:101:19)
at async callWoob (/var/www/***sus/build/server/providers/woob/index.js:225:23)
at async _fetchHelper (/var/www/***sus/build/server/providers/woob/index.js:291:16)
at async Object.fetchAccounts (/var/www/***sus/build/server/providers/woob/index.js:305:12)
at async /var/www/***sus/build/server/lib/accounts-manager.js:137:20
at async retryCallProvider (/var/www/***sus/build/server/lib/accounts-manager.js:96:20)
at async pollAccounts (/var/www/***sus/build/server/lib/accounts-manager.js:136:34)
at async AccountManager.syncAccounts (/var/www/***sus/build/server/lib/accounts-manager.js:324:24)
at async fullPoll (/var/www/***sus/build/server/lib/poller.js:54:41)
[2025-03-04T18:19:38.582] [INFO] accounts-manager - Retrieve all accounts from access lcl with login 1651693432
[2025-03-04T18:19:38.586] [INFO] providers/woob - Calling woob: command accounts…
[2025-03-04T18:19:38.586] [INFO] providers/woob - Woob will be updated prior to command « accounts »
[2025-03-04T18:19:38.992] [INFO] providers/woob - exited with code 1.
[2025-03-04T18:19:38.992] [ERROR] providers/woob - Got error while running command « 3 »: Process exited with non-zero error code 1. Unknown error. Stderr was:

[2025-03-04T18:19:38.992] [ERROR] providers/woob - (error code: null)
[2025-03-04T18:19:38.992] [ERROR] poller - Error when polling accounts: Process exited with non-zero error code 1. Unknown error. Stderr was:

Error
at new KError (/var/www/***sus/build/server/helpers.js:62:22)
at woobCommand (/var/www/***sus/build/server/providers/woob/index.js:101:19)
at async callWoob (/var/www/***sus/build/server/providers/woob/index.js:225:23)
at async _fetchHelper (/var/www/***sus/build/server/providers/woob/index.js:291:16)
at async Object.fetchAccounts (/var/www/***sus/build/server/providers/woob/index.js:305:12)
at async /var/www/***sus/build/server/lib/accounts-manager.js:137:20
at async retryCallProvider (/var/www/***sus/build/server/lib/accounts-manager.js:96:20)
at async pollAccounts (/var/www/***sus/build/server/lib/accounts-manager.js:136:34)
at async AccountManager.syncAccounts (/var/www/***sus/build/server/lib/accounts-manager.js:324:24)
at async fullPoll (/var/www/***sus/build/server/lib/poller.js:54:41)
[2025-03-04T18:19:38.992] [INFO] poller - All accounts have been polled.
[2025-03-04T18:19:38.993] [INFO] poller - Maybe sending reports…
[2025-03-04T18:19:38.996] [INFO] report-manager - Checking if user has enabled daily report…
[2025-03-04T18:19:39.002] [INFO] report-manager - User hasn’t enabled daily report.
[2025-03-04T18:19:39.003] [INFO] poller - Reports have been sent.
[2025-03-04T18:19:39.003] [INFO] init - Server is ready, let’s start the show!
[2025-03-04T18:21:53.467] [INFO] providers/woob - Calling woob: command version…
[2025-03-04T18:21:53.696] [INFO] providers/woob - exited with code 0.
[2025-03-04T18:21:53.696] [INFO] providers/woob - OK: woob exited normally with non-empty JSON content.
[2025-03-04T18:21:53.711] [INFO] HTTP - GET /krresus/api/all/ - 200 (321 ms)
[2025-03-04T18:21:54.646] [INFO] accounts-manager - Retrieve all accounts from access lcl with login *******628
[2025-03-04T18:21:54.648] [INFO] providers/woob - Calling woob: command accounts…
[2025-03-04T18:21:57.996] [INFO] providers/woob - exited with code 1.
[2025-03-04T18:21:57.996] [WARN] providers/woob - stderr: 2025-03-04 18:21:54,882:DEBUG:woob.core.modules.loader:modules.py:255:load_module Loaded module « lcl » from /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl
2025-03-04 18:21:54,882:DEBUG:woob.backend:modules.py:163:create_instance Created backend « lcl » for module « lcl »
2025-03-04 18:21:54,882:DEBUG:urllib3.util.retry:retry.py:286:from_int Converted retries value: 2 → Retry(total=2, connect=None, read=None, redirect=None, status=None)
2025-03-04 18:21:54,882:DEBUG:urllib3.util.retry:retry.py:286:from_int Converted retries value: 2 → Retry(total=2, connect=None, read=None, redirect=None, status=None)
2025-03-04 18:21:54,883:DEBUG:woob.lcl.browser:browsers.py:1231:_load_cookies Reloaded cookies from storage
2025-03-04 18:21:54,884:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): assurance-vie-et-prevoyance.secure.lcl.fr:443
2025-03-04 18:21:55,105:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://assurance-vie-et-prevoyance.secure.lcl.fr:443 « GET /rest/assurance/historique HTTP/1.1 » 401 0
2025-03-04 18:21:55,109:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): monespace.lcl.fr:443
2025-03-04 18:21:55,246:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/login/keypad HTTP/1.1 » 200 225
2025-03-04 18:21:55,246:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login/keypad with KeypadPage
2025-03-04 18:21:56,844:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/login HTTP/1.1 » 201 1677
2025-03-04 18:21:56,846:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login with LoginPage
2025-03-04 18:21:57,028:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/login/contract HTTP/1.1 » 201 254
2025-03-04 18:21:57,029:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login/contract with LoginPage
2025-03-04 18:21:57,110:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/user/contract HTTP/1.1 » 201 0
2025-03-04 18:21:57,113:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle https://monespace.lcl.fr/api/user/contract
2025-03-04 18:21:57,181:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/user/authorized_operations?contract_id=MDU1MzMwNTUwOTAyMzkwNA HTTP/1.1 » 200 639
2025-03-04 18:21:57,181:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle https://monespace.lcl.fr/api/user/authorized_operations?contract_id=MDU1MzMwNTUwOTAyMzkwNA
2025-03-04 18:21:57,354:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/user/messaging/pre-access HTTP/1.1 » 200 159
2025-03-04 18:21:57,355:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/user/messaging/pre-access with PreAccessPage
2025-03-04 18:21:57,356:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): particuliers.secure.lcl.fr:443
2025-03-04 18:21:57,595:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « POST /outil/UAUT/warbel-context-provider HTTP/1.1 » 302 0
2025-03-04 18:21:57,780:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UWMI/Bourse HTTP/1.1 » 200 237
2025-03-04 18:21:57,782:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle LCL Banque et Assurance - Compte, Epargne, Prêt et Assurance with BoursePreLoadPage
2025-03-04 18:21:57,864:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « POST /outil/UWBO/AccesBourse/temporisationCar?codeTicker=TICKERBOURSECLI HTTP/1.1 » 302 0
2025-03-04 18:21:57,898:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UAUT/SansDroit/affichePageSansDroit?controlleurAppelant=Routage&codeOpAppelant=UWBO HTTP/1.1 » 302 0
2025-03-04 18:21:57,928:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UAUT/refonte_erreur HTTP/1.1 » 200 4021
2025-03-04 18:21:57,929:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle Banque pour les particuliers : LCL Banque et assurance
[2025-03-04T18:21:57.996] [INFO] providers/woob - Command returned an error code.
[2025-03-04T18:21:57.996] [INFO] providers/woob - Checking that woob is installed and can actually be called…
[2025-03-04T18:21:57.997] [INFO] providers/woob - Calling woob: command test…
[2025-03-04T18:21:58.262] [INFO] providers/woob - exited with code 0.
[2025-03-04T18:21:58.262] [INFO] providers/woob - OK: woob exited normally with non-empty JSON content.
[2025-03-04T18:21:58.262] [ERROR] providers/woob - Got error while running command « 3 »: Unknown error: ‹ NoneType › object has no attribute ‹ get_next ›.
Traceback (most recent call last):
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 711, in fetch
results[« values »] = self.get_accounts()
^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 553, in get_accounts
for account in list(self.backend.iter_accounts()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 286, in iter_accounts
if self.go_bourse_website() and self.connexion_bourse():
^^^^^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/venv/lib/python3.11/site-packages/woob/browser/browsers.py », line 1157, in inner
return func(browser, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 579, in connexion_bourse
next_page = self.page.get_next()
^^^^^^^^^^^^^^^^^^
AttributeError: ‹ NoneType › object has no attribute ‹ get_next ›

[2025-03-04T18:21:58.262] [ERROR] providers/woob - (error code: GENERIC_EXCEPTION)
[2025-03-04T18:21:58.276] [INFO] providers/woob - Calling woob: command transactions…
[2025-03-04T18:22:01.128] [INFO] providers/woob - exited with code 1.
[2025-03-04T18:22:01.128] [WARN] providers/woob - stderr: 2025-03-04 18:21:58,484:DEBUG:woob.core.modules.loader:modules.py:255:load_module Loaded module « lcl » from /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl
2025-03-04 18:21:58,484:DEBUG:woob.backend:modules.py:163:create_instance Created backend « lcl » for module « lcl »
2025-03-04 18:21:58,485:DEBUG:urllib3.util.retry:retry.py:286:from_int Converted retries value: 2 → Retry(total=2, connect=None, read=None, redirect=None, status=None)
2025-03-04 18:21:58,485:DEBUG:urllib3.util.retry:retry.py:286:from_int Converted retries value: 2 → Retry(total=2, connect=None, read=None, redirect=None, status=None)
2025-03-04 18:21:58,486:DEBUG:woob.lcl.browser:browsers.py:1231:_load_cookies Reloaded cookies from storage
2025-03-04 18:21:58,487:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): assurance-vie-et-prevoyance.secure.lcl.fr:443
2025-03-04 18:21:58,600:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://assurance-vie-et-prevoyance.secure.lcl.fr:443 « GET /rest/assurance/historique HTTP/1.1 » 401 0
2025-03-04 18:21:58,604:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): monespace.lcl.fr:443
2025-03-04 18:21:58,715:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/login/keypad HTTP/1.1 » 200 225
2025-03-04 18:21:58,716:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login/keypad with KeypadPage
2025-03-04 18:21:59,967:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/login HTTP/1.1 » 201 1677
2025-03-04 18:21:59,968:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login with LoginPage
2025-03-04 18:22:00,208:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/login/contract HTTP/1.1 » 201 254
2025-03-04 18:22:00,208:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/login/contract with LoginPage
2025-03-04 18:22:00,299:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « POST /api/user/contract HTTP/1.1 » 201 0
2025-03-04 18:22:00,302:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle https://monespace.lcl.fr/api/user/contract
2025-03-04 18:22:00,381:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/user/authorized_operations?contract_id=MDU1MzMwNTUwOTAyMzkwNA HTTP/1.1 » 200 639
2025-03-04 18:22:00,382:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle https://monespace.lcl.fr/api/user/authorized_operations?contract_id=MDU1MzMwNTUwOTAyMzkwNA
2025-03-04 18:22:00,518:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://monespace.lcl.fr:443 « GET /api/user/messaging/pre-access HTTP/1.1 » 200 159
2025-03-04 18:22:00,519:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle https://monespace.lcl.fr/api/user/messaging/pre-access with PreAccessPage
2025-03-04 18:22:00,520:DEBUG:urllib3.connectionpool:connectionpool.py:1049:_new_conn Starting new HTTPS connection (1): particuliers.secure.lcl.fr:443
2025-03-04 18:22:00,755:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « POST /outil/UAUT/warbel-context-provider HTTP/1.1 » 302 0
2025-03-04 18:22:00,912:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UWMI/Bourse HTTP/1.1 » 200 237
2025-03-04 18:22:00,914:DEBUG:woob.lcl.browser:browsers.py:1040:internal_callback Handle LCL Banque et Assurance - Compte, Epargne, Prêt et Assurance with BoursePreLoadPage
2025-03-04 18:22:00,995:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « POST /outil/UWBO/AccesBourse/temporisationCar?codeTicker=TICKERBOURSECLI HTTP/1.1 » 302 0
2025-03-04 18:22:01,038:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UAUT/SansDroit/affichePageSansDroit?controlleurAppelant=Routage&codeOpAppelant=UWBO HTTP/1.1 » 302 0
2025-03-04 18:22:01,067:DEBUG:urllib3.connectionpool:connectionpool.py:544:_make_request https://particuliers.secure.lcl.fr:443 « GET /outil/UAUT/refonte_erreur HTTP/1.1 » 200 4022
2025-03-04 18:22:01,068:DEBUG:woob.lcl.browser:browsers.py:1054:internal_callback Unable to handle Banque pour les particuliers : LCL Banque et assurance
[2025-03-04T18:22:01.129] [INFO] providers/woob - Command returned an error code.
[2025-03-04T18:22:01.129] [INFO] providers/woob - Checking that woob is installed and can actually be called…
[2025-03-04T18:22:01.129] [INFO] providers/woob - Calling woob: command test…
[2025-03-04T18:22:01.432] [INFO] providers/woob - exited with code 0.
[2025-03-04T18:22:01.432] [INFO] providers/woob - OK: woob exited normally with non-empty JSON content.
[2025-03-04T18:22:01.432] [ERROR] providers/woob - Got error while running command « 2 »: Unknown error: ‹ NoneType › object has no attribute ‹ get_next ›.
Traceback (most recent call last):
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 713, in fetch
results[« values »] = self.get_transactions(from_date)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 590, in get_transactions
for account in list(self.backend.iter_accounts()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 286, in iter_accounts
if self.go_bourse_website() and self.connexion_bourse():
^^^^^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/venv/lib/python3.11/site-packages/woob/browser/browsers.py », line 1157, in inner
return func(browser, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 579, in connexion_bourse
next_page = self.page.get_next()
^^^^^^^^^^^^^^^^^^
AttributeError: ‹ NoneType › object has no attribute ‹ get_next ›

[2025-03-04T18:22:01.432] [ERROR] providers/woob - (error code: GENERIC_EXCEPTION)
[2025-03-04T18:22:01.436] [ERROR] helpers - when fetching accounts and transactions: Unknown error: ‹ NoneType › object has no attribute ‹ get_next ›.
Traceback (most recent call last):
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 713, in fetch
results[« values »] = self.get_transactions(from_date)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/build/server/providers/woob/py/main.py », line 590, in get_transactions
for account in list(self.backend.iter_accounts()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 286, in iter_accounts
if self.go_bourse_website() and self.connexion_bourse():
^^^^^^^^^^^^^^^^^^^^^^^
File « /var/www/***sus/venv/lib/python3.11/site-packages/woob/browser/browsers.py », line 1157, in inner
return func(browser, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /home/yunohost.app/***sus/woob-data/modules/3.7/woob_modules/lcl/browser.py », line 579, in connexion_bourse
next_page = self.page.get_next()
^^^^^^^^^^^^^^^^^^
AttributeError: ‹ NoneType › object has no attribute ‹ get_next ›

[2025-03-04T18:22:01.437] [INFO] helpers - Error
at new KError (/var/www/***sus/build/server/helpers.js:62:22)
at callWoob (/var/www/***sus/build/server/providers/woob/index.js:234:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _fetchHelper (/var/www/***sus/build/server/providers/woob/index.js:291:16)
at async Object.fetchTransactions (/var/www/***sus/build/server/providers/woob/index.js:315:12)
at async /var/www/***sus/build/server/lib/accounts-manager.js:259:20
at async retryCallProvider (/var/www/***sus/build/server/lib/accounts-manager.js:96:20)
at async pollTransactions (/var/www/***sus/build/server/lib/accounts-manager.js:258:34)
at async AccountManager.syncTransactions (/var/www/***sus/build/server/lib/accounts-manager.js:395:24)
at async fetchAccountsAndTransactions (/var/www/***sus/build/server/controllers/accesses.js:238:37)
[2025-03-04T18:22:01.438] [ERROR] HTTP - POST /krresus/api/accesses/1/fetch/transactions - 500 (6795 ms)
[2025-03-04T18:22:36.089] [INFO] providers/woob - Calling woob: command version…
[2025-03-04T18:22:36.304] [INFO] providers/woob - exited with code 0.
[2025-03-04T18:22:36.304] [INFO] providers/woob - OK: woob exited normally with non-empty JSON content.
[2025-03-04T18:22:36.305] [INFO] HTTP - GET /krresus/api/instance/woob - 304 (216 ms)
[2025-03-04T18:22:38.007] [INFO] providers/woob - Calling woob: command test…
[2025-03-04T18:22:38.007] [INFO] providers/woob - Woob will be updated prior to command « test »
[2025-03-04T18:22:38.238] [INFO] providers/woob - exited with code 1.
[2025-03-04T18:22:38.238] [ERROR] helpers - when updating woob: Process exited with non-zero error code 1. Unknown error. Stderr was:

[2025-03-04T18:22:38.238] [INFO] helpers - Error
at new KError (/var/www/***sus/build/server/helpers.js:62:22)
at woobCommand (/var/www/***sus/build/server/providers/woob/index.js:101:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async callWoob (/var/www/***sus/build/server/providers/woob/index.js:225:23)
at async Object.updateModules (/var/www/***sus/build/server/providers/woob/index.js:355:5)
at async updateWoob (/var/www/***sus/build/server/controllers/instance.js:55:9)
[2025-03-04T18:22:38.239] [ERROR] HTTP - PUT /krresus/api/instance/woob/ - 500 (233 ms)

Le correctif a été fusionné, croisons-les doigts pour qu’il suffise.

euh ok…? et comment fait on pour qu’il arrive jusque dans le Kresus de YUNOHOST ? il faut attendre une update ou bien y’a une manip à faire ?

tjrs le meme probleme chez moi, rien n’a changé. La mise à jour a t’elle été poussée ? comment le vérifier ?

Oui, sur updates.woob.tech. Vérifie que la mise à jour auto des modules est active, éventuellement force la mise à jour manuellement.

Et si le problème persiste fournis les nouveaux logs sur le ticket woob.

c’est posté sur le ticket…

je réponds ici:
j’ai sauvegardé mon instance Kresus puis j’ai désintallé Kresus. J’ai vérifié qu’il ne restait pas de traces de Kresus ou de Woob (YNH laisse des bouts dans /home/yunohost.app), puis j’ai réinstallé et j’ai réimporté mon backup… et à priori, ca marche !

MERCI !!!