Page 1 of 2

[Fixed in v4.2.2021.0203] ERROR: Not a valid floating point value

Posted: Tue Feb 02, 2021 9:30 am
by ScoobyAS
Just installed CCC v4.2 and MyMovies v5.4.

When I try to "Run Full Export Now" I receive the error message '5.4' is not a valid floating point value (?).

Is there maybe an incompatibility between CCC and MM's newest version?

Re: First Time CCC Install and Run

Posted: Tue Feb 02, 2021 9:36 am
by Pauven
Thanks for bringing this to my attention.

5.4 sure looks like a valid floating point value, so I'm not sure why that error is occurring. Perhaps there is a funky character in there.

I'm still running 5.31. I'll go ahead and upgrade to 5.4 to troubleshoot.

Re: First Time CCC Install and Run

Posted: Tue Feb 02, 2021 12:13 pm
by Pauven
I just finished upgrading to My Movies v5.4.0.100, and it is working just fine with CCC v4.2.2021.0131:

image.png
image.png (117.51 KiB) Viewed 6593 times

Is the issue you're encountering repeatable, or was this a 1-time fluke?

Re: First Time CCC Install and Run

Posted: Tue Feb 02, 2021 12:18 pm
by Pauven
I just did some research, and it looks like this error could occur if your PC is configured to use a comma as the decimal separator, instead of a period.

Here in the US, we use a comma to separate thousands, and a period to separate decimals, i.e: 1,000.00.

I've hard-coded (sorry) the String To Float conversion to use a period, so CMC is converting a string with a period, "5.4", to a real floating number. But if your PC is configured to use a comma for the decimal separator, it would need to be "5,4".

Can you confirm this is the issue?

I can make an adjustment in my code to fix this.

Re: First Time CCC Install and Run

Posted: Wed Feb 03, 2021 3:42 am
by ScoobyAS
Yes, I can confirm. That should be the solution to the riddle.

Re: [RESOLVED] First Time CCC Install and Run

Posted: Wed Feb 03, 2021 5:50 am
by Teddyboy
Paul you should move his question to its own topic. It will be easier to see as my issue has been resolved.

Re: First Time CCC Install and Run

Posted: Wed Feb 03, 2021 12:20 pm
by Pauven
ScoobyAS wrote: Wed Feb 03, 2021 3:42 am Yes, I can confirm. That should be the solution to the riddle.
I have just posted v4.2.2021.0203 which should fix this issue. Please test and let me know.

Teddyboy wrote: Wed Feb 03, 2021 5:50 am Paul you should move his question to its own topic. It will be easier to see as my issue has been resolved.
I will, after ScoobyAS reports back. I didn't want to confuse him with a disappearing topic.

Re: [RESOLVED] First Time CCC Install and Run

Posted: Wed Feb 03, 2021 1:23 pm
by ScoobyAS
Where did you post the fix?

Re: [RESOLVED] First Time CCC Install and Run

Posted: Wed Feb 03, 2021 1:37 pm
by Pauven
CMC will download the update for you.

Re: [RESOLVED] First Time CCC Install and Run

Posted: Wed Feb 03, 2021 2:32 pm
by ScoobyAS
Well done, the fix is working. THX