Noviat / account_ebics

10 stars 19 forks source link

[EBICS_INVALID_XML] XML invalid according to EBICS XML schema (code: 91010) #108

Open EA-Softworx opened 8 months ago

EA-Softworx commented 8 months ago

I get error [EBICS_INVALID_XML] XML invalid according to EBICS XML schema (code: 91010) when initializing EBICS. Odoo 16 Enterprise Protocol H004

joonis commented 8 months ago

Which bank? Sometimes the returned EBICS errors are ambiguous. Please check the provided user data. Maybe a containing blank character?

EA-Softworx commented 8 months ago

You were right. It was a space. Now I get the following error 'ebics.config' object has no attribute 'ebics_files'

EA-Softworx commented 8 months ago

File "/usr/lib/python3/dist-packages/odoo/addons/account_ebics/models/ebics_userid.py", line 406, in ebics_init_1 tmp_dir = os.path.normpath(self.ebics_config_id.ebics_files + "/tmp")

jdidderen-noviat commented 8 months ago

@EA-Softworx You should download the latest version of the EBICS modules. It's an issue that occurred at some point and we fixed it.

EA-Softworx commented 8 months ago

My Version is 16.0.1.4.0

jdidderen-noviat commented 8 months ago

@EA-Softworx The latest version is 16.0.1.6.1 and we fixed this issue in the version 16.0.1.5.0

EA-Softworx commented 8 months ago

I see it. The old version is available for download on apps.odoo.com. I got my download from here.

jdidderen-noviat commented 8 months ago

Oh I see. Thanks for the warning. I will see with my colleague Luc to have the latest update on the Odoo Apps Store too.

EA-Softworx commented 8 months ago

Thank you. I update the app and try again.

luc-demeyer commented 8 months ago

@EA-Softworx apps.odoo.com is on latest version but I recommended to always download from https://github.com/Noviat/account_ebics.

The latest version will solve the tmp_dir issue. If you continue to get the [EBICS_INVALID_XML] XML invalid according to EBICS XML schema (code: 91010) error please let me know and we can setup a conf call to have a look.