Skip to content
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

Letterboxd to MovieLens conversion not working #88

Closed
sasavuk opened this issue Apr 10, 2019 · 2 comments
Closed

Letterboxd to MovieLens conversion not working #88

sasavuk opened this issue Apr 10, 2019 · 2 comments
Labels
Projects

Comments

@sasavuk
Copy link

sasavuk commented Apr 10, 2019

When converting from Letterboxd to MovieLens, the success message is shown in the terminal with no effect on the MovieLens website. To ensure this wasn't just MovieLens being slow at processing the imported ratings, I tried manually uploading the converted_for_Movielens csv from my exports directory to MovieLens and got the error message Sorry, a problem occurred while importing your ratings on their website.

@sasavuk
Copy link
Author

sasavuk commented Apr 10, 2019

It looks like MovieLens expects columns const, Your rating, URL, and Title, but the generated csv has blank columns for Const and URL, as well as a You rated column instead of Your rating.

@StegSchreck
Copy link
Owner

The const and URL columns are not filled, as these should contain the IMDB movie id or URL respectively, which are not retrievable from Letterboxd.

I just tried to upload the following:

  • currently generated format from RatS
  • adapted format after checking what IMDB exports currently look like (e.g. with Your Rating instead of You rated)
  • exported CSV from IMDB directly (for which the upload at Movielens is designed to be used)
  • re-importing exported CSV from Movielens directly

As none of them are actually working right now, I guess there is an issue with the CSV upload at Movielens itself.

@StegSchreck StegSchreck added this to To do in RatS Jul 21, 2019
@StegSchreck StegSchreck moved this from To do to In progress in RatS Jul 21, 2019
RatS automation moved this from In progress to Done Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
RatS
  
Done
Development

No branches or pull requests

2 participants