-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InitializationException with ODDR Data release 1.32 #7
Comments
Will try to reproduce. Did you also try the C# Classifier? |
Hello, Openddr-Data version 1.31 works well. I think it's because of the BuilderDataSource.xml file: line 14501, device id = PLAYSTATION_2 contains a single child value. It must contain 2 childs value.
Class \simple\OpenDDR-CSharp\Builders\DevicesTwoStepDeviceBuilder.cs line 163: List initProperties must have 2 items.
I added value PLAYSTATION in file BuilderDataSource.xml line 14503 and openddr-data-1.32 is ok.
Is this correct ? Thank you again. Best regards. |
Thanks, that sounds like a reason. |
Hi @Nacer- , HTH, |
Hi Dear Werner, I dont fork any repositories. I work with your csharp version downloaded from https://github.com/OpenDDRmobi/openddr-csharp/archive/master.zip I think the source of problem mentioned by Reto Hugi is in the file BuilderDataSource.xml. I will download data version 1-33 https://github.com/OpenDDRmobi/openddr-data/archive/master.zip and try it. Thank you and my best regards. |
Thanks for the input and analysis, it may help others to patch it where necessary. Btw at the moment we only released data 1.32, but please use the latest snapshot and if there are improvements in the data just let us know. |
I saw that I accidentally created a forkn,i delete it. Your version exceeds my needs. Many thanks Dear Wrner. Best regards Nacer |
@Nacer- Thanks a lot for the detailed analysis. |
That's great. Nacer. |
Thanks again. The |
Hi Dear Werner, |
Running the console application of the OpenDDR-Simple solution hits an exception when running againt the 1.32 release file-set, it works fine with the 1.31 release though.
I'm super new to this project and am not yet capable of giving a more qualified answer or even issue a PR. So here's the exception I get:
As said, replacing all the files in the devicedata directory with the 1.31 release package works.
The text was updated successfully, but these errors were encountered: