[Geschlossen, Bank hat CSV ab- und wieder eingeschaltet] DKB Miles&More: element 'csvExport' not found

Hier gibt es Support zu den Plugin der neuesten Generation des Hibiscus-Mashup Projekts von Sebastian Richter
thestonewell
Beiträge: 9
Registriert: Di 16. Aug 2022, 07:55
Has thanked: 3 times
Been thanked: 3 times

[Geschlossen, Bank hat CSV ab- und wieder eingeschaltet] DKB Miles&More: element 'csvExport' not found

Beitrag von thestonewell » Di 17. Dez 2024, 09:01

Hi,

bei mir klappt momentan der Abruf nicht mehr. Der Fehler ist:

Code: Alles auswählen

[Tue Dec 17 08:51:33 CET 2024][ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
java.lang.Exception: WebDriver-Fehler: element 'csvExport' not found: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.xpath: //li[contains(.,'CSV') or contains(.,'Excel')] (tried for 15 second(s) with 500 milliseconds interval)
        at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:84)
        at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
        at de.derrichter.finance.websync.utils.webdrivertools.SeleniumUtils.clickElementHandleErrors(SeleniumUtils.java:770)
        at de.derrichter.finance.websync.institute.milesandmore.WebPull.getTransData(WebPull.java:463)
        at de.derrichter.hibiscus.mashup.crossover.websync.institute.milesandmore.Collector.run(Collector.java:229)
        at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeJobKontoauszug.execute(WebSynchronizeJobKontoauszug.java:84)
        at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeBackend$WebSyncJobGroup.sync(WebSynchronizeBackend.java:907)
        at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:399)
        at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1107)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li[contains(.,'CSV') or contains(.,'Excel')]"}
  (Session info: chrome=131.0.6778.139)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.12.4-200.fc41.x86_64', java.version: '21.0.5'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [97d618be1d631aef84188a29aa3256e6, findElement {using=xpath, value=//li[contains(.,'CSV') or contains(.,'Excel')]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.139, chrome: {chromedriverVersion: 131.0.6778.69 (77e2244bbcda..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:37119}, networkConnectionEnabled: false, pageLoadStrategy: none, platformName: linux, proxy: Proxy(direct), se:cdp: ws://localhost:37119/devtoo..., se:cdpVersion: 131.0.6778.139, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 97d618be1d631aef84188a29aa3256e6
        at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
        at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
        at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
        at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
        at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
        at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
        at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
        at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
        at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
        at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:171)
        at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:168)
        at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
        ... 7 more

For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.12.4-200.fc41.x86_64', java.version: '21.0.5'
Driver info: driver.version: unknown
        at de.derrichter.finance.websync.utils.webdrivertools.SeleniumUtils.clickElementHandleErrors(SeleniumUtils.java:961)
        at de.derrichter.finance.websync.institute.milesandmore.WebPull.getTransData(WebPull.java:463)
        at de.derrichter.hibiscus.mashup.crossover.websync.institute.milesandmore.Collector.run(Collector.java:229)
        at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeJobKontoauszug.execute(WebSynchronizeJobKontoauszug.java:84)
        at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeBackend$WebSyncJobGroup.sync(WebSynchronizeBackend.java:907)
        at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:399)
        at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1107)
Sieht eher noch einer Änderung der Webseite aus, denn da finde ich auch kein CSV oder Excel Export mehr.

Habe ich was übersehen?

- thestonewell

hbci
VIP
VIP
Beiträge: 1118
Registriert: Sa 7. Mär 2020, 15:01
Has thanked: 32 times
Been thanked: 65 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von hbci » Di 17. Dez 2024, 10:51

Vollständiges Status-Log? Screenshot?

Same here:

Code: Alles auswählen

[17.12.2024 10:52:50] Synchronisierung via non-HBCI (Hibiscus Mashup) läuft
[17.12.2024 10:52:51]  
[17.12.2024 10:52:51] System-Info: OS[Windows 10 (ver. 10.0) amd64]  Platform[Jameica 2.11.0-nightly | Build: 479 vom 20240320]  Plugin[hibiscus 2.10.23 | Build: 387 vom 20241125]
[17.12.2024 10:52:51] Installierte und aktive Plugin-Versionen: [Finance.Websync ver. 0.9.82-nigthly | Build: 1174 vom 20241207] [Hibiscus Mashup ver. 0.9.47-nightly | Build: 623 vom 20240916]
[17.12.2024 10:52:51] Überprüfe Jameica-Version ...
[17.12.2024 10:52:51] OK: Jameica-Version 2.11.0 installiert und aktiv
[17.12.2024 10:52:51] Überprüfe Java-Version und den verwendeten Zeichensatz ...
[17.12.2024 10:52:51] OK: Java-Version 17.0.10 von 'Eclipse Adoptium' installiert, aktiv und verwendet Zeichensatz 'Cp1252' (Home: C:\PortableApps\jameica 2.11.0-nightly 20240320\jre-win64)
[17.12.2024 10:52:51] Überprüfe Selenium-Version ...
[17.12.2024 10:52:51] OK: Selenium-Version 4.26.0 installiert und aktiv
[17.12.2024 10:52:51] Überprüfe ChromeDriver-Version ...
[17.12.2024 10:52:56] OK: ChromeDriver-Version 131.0.6778.69 installiert und aktiv
[17.12.2024 10:52:56]  
[17.12.2024 10:52:56] Synchronisiere Konto '_Miles&More - Kreditkarte, IBAN DE6412..995552 [Deutsche Kr...ank Berlin]' ...
[17.12.2024 10:52:57] Selenium WebDriver über ChromeDriver wird gestartet ...
[17.12.2024 10:53:14] Überprüfe Chrome-Version ...
[17.12.2024 10:53:14] OK. Browser ist: chrome ver. 131
[17.12.2024 10:53:20] Web-Login mit Selenium-WebDriver-Engine mit Anmeldekennung ******* auf https://miles-and-more.kartenabrechnung.de/login ...
[17.12.2024 10:53:53] Miles&More-Login war erfolgreich
[17.12.2024 10:53:53] Rufe Umsatzübersicht auf und starte Abruf des Kontoauszuges ...
[17.12.2024 10:53:55] Suche Umsätze im Zeitraum vom 01.12.2024 bis 17.12.2024 und lese diese aus ...
[17.12.2024 10:54:20] INFO: Vom folgenden Fehler wurde ein Screenshot auf dem Desktop abgelegt! Datei: HibiscusMashup-Fehler_Miles&More-Sync_1734429259889 (Pfad: C:\Users\*\Desktop\)
[17.12.2024 10:54:52] Web-Logout der aktuellen Online-Sitzung ...
[17.12.2024 10:55:00] Miles&More-Logout war erfolgreich
[17.12.2024 10:55:07] Fehler: WebDriver-Fehler: element 'csvExport' not found: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.xpath: //li[contains(.,'CSV') or contains(.,'Excel')] (tried for 15 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:84)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
	at de.derrichter.finance.websync.utils.webdrivertools.SeleniumUtils.clickElementHandleErrors(SeleniumUtils.java:770)
	at de.derrichter.finance.websync.institute.milesandmore.WebPull.getTransData(WebPull.java:463)
	at de.derrichter.hibiscus.mashup.crossover.websync.institute.milesandmore.Collector.run(Collector.java:229)
	at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeJobKontoauszug.execute(WebSynchronizeJobKontoauszug.java:84)
	at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeBackend$WebSyncJobGroup.sync(WebSynchronizeBackend.java:907)
	at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:399)
	at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1107)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li[contains(.,'CSV') or contains(.,'Excel')]"}
  (Session info: chrome=131.0.6778.140)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.10'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [8581a8946ab36ecaefa7fc16bcc5fd39, findElement {value=//li[contains(.,'CSV') or contains(.,'Excel')], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.140, chrome: {chromedriverVersion: 131.0.6778.69 (77e2244bbcda..., userDataDir: C:\Users\*\AppData\Local\...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52025}, networkConnectionEnabled: false, pageLoadStrategy: none, platformName: windows, proxy: Proxy(direct), se:cdp: ws://localhost:52025/devtoo..., se:cdpVersion: 131.0.6778.140, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 8581a8946ab36ecaefa7fc16bcc5fd39
	at jdk.internal.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
	at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
	at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
	at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
	at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:171)
	at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:168)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
	... 7 more

For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.10'
Driver info: driver.version: unknown
	at de.derrichter.finance.websync.utils.webdrivertools.SeleniumUtils.clickElementHandleErrors(SeleniumUtils.java:962)
	at de.derrichter.finance.websync.institute.milesandmore.WebPull.getTransData(WebPull.java:463)
	at de.derrichter.hibiscus.mashup.crossover.websync.institute.milesandmore.Collector.run(Collector.java:229)
	at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeJobKontoauszug.execute(WebSynchronizeJobKontoauszug.java:84)
	at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeBackend$WebSyncJobGroup.sync(WebSynchronizeBackend.java:907)
	at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:399)
	at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1107)
HibiscusMashup-Fehler_Miles&More-Sync_1734429259889.png
Die Export-Funktion ist wohl weggefallen:
HibiscusMashup-Fehler_Miles&More-Sync_1732891235807.png
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.

thestonewell
Beiträge: 9
Registriert: Di 16. Aug 2022, 07:55
Has thanked: 3 times
Been thanked: 3 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von thestonewell » Di 17. Dez 2024, 12:04

Okay. Wir können eine Weile warten ob der Export wieder kommt. Ich werde eine Anfrage stellen.

Danke erstmal

hbci
VIP
VIP
Beiträge: 1118
Registriert: Sa 7. Mär 2020, 15:01
Has thanked: 32 times
Been thanked: 65 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von hbci » Do 19. Dez 2024, 16:04

Schlechte Nachricht: Laut Hotline wurde die Exportfunktion ersatzlos gestrichen.

thestonewell
Beiträge: 9
Registriert: Di 16. Aug 2022, 07:55
Has thanked: 3 times
Been thanked: 3 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von thestonewell » Mo 23. Dez 2024, 12:46

Ah okay... Meine Anfrage wurde noch nicht beantwortet. Dann wird das aber wohl so bleiben.

Wie schwer ist es denn auf das Auslesen das HTML umzustellen? Kann ich helfen?

joho0003
Beiträge: 2
Registriert: So 7. Jul 2019, 11:17
Has thanked: 3 times
Been thanked: 3 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von joho0003 » So 5. Jan 2025, 22:34

Gleiches Problem bei mir. Habe auch eine Anfrage beim Support gestellt, dass ein Export benötigt wird. Würde auch helfen, falls ich was tun kann.

thestonewell
Beiträge: 9
Registriert: Di 16. Aug 2022, 07:55
Has thanked: 3 times
Been thanked: 3 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von thestonewell » Fr 17. Jan 2025, 09:04

Meine Support Anfrage wurde gestern beantwortet und bei mir ist seitdem der CSV Export wieder verfügbar. Das Plugin funktioniert damit auch wieder.

Manchmal ist Geduld doch nützlich.

Billy
Beiträge: 13
Registriert: Sa 19. Feb 2022, 10:51
Has thanked: 2 times
Been thanked: 4 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von Billy » Fr 17. Jan 2025, 09:27

Kann ich bestätigen, Abruf Saldo+ Umsatz funktioniert wieder!

hbci
VIP
VIP
Beiträge: 1118
Registriert: Sa 7. Mär 2020, 15:01
Has thanked: 32 times
Been thanked: 65 times

Re: DKB Miles&More: element 'csvExport' not found

Beitrag von hbci » Fr 17. Jan 2025, 12:13

Cool, danke für die Info. Hätte ich nicht erwartet.

Zurück zu „Hibiscus Mashup über Finance.Websync - (Beta 0.x = neue Release 3 der alten Scripte)“