damienhaynes / TraktRater

TraktRater is a tool written in C# to help users transfer user episode, show and movie user ratings and watchlists from multiple media database sites around the web.
642 stars 36 forks source link

imdb to trakt problem #142

Closed gokhanko closed 1 month ago

gokhanko commented 2 years ago

When I try to import custom list from imdb to trakt I get the error log on the attached file. How can I solve it 20220430_120703.log ?

damienhaynes commented 2 years ago

Please attach the csv for inspection.

gokhanko commented 2 years ago

1000.csv here it is

jsnarredondo commented 1 year ago

1000.csv here it is

I'm having the same issue. Were you able to get it working?

gokhanko commented 1 year ago

Yes, it’s because of regional settings on windows I guess. I changed it to US and it worked after that. I needed to change language to English also but it’s not necessary maybe.

damienhaynes commented 1 year ago

Thanks, @gokhanko, it probably has to do with parsing columns delimited with a comma. Perhaps in your region, commas are used as decimal separators e.g. in ratings 7,5-> 7.5. In those particular cases, the app might be treating it as a new column.

Anyway, that is just a guess. I can look into ways to make it more region aware.

MD77MD commented 1 year ago

how did you get imdb csv?

damienhaynes commented 1 month ago

It should hopefully be resolved in 2.3.15.