Skip to content

[BUG] Can't load movielens plot dataset #676

@phille42

Description

@phille42

Description

When using

from cornac.datasets import movielens
plots, movie_ids = movielens.load_plot()

We will receive
HTTPError: HTTP Error 522: <none>

In which platform does it happen?

On Ubuntu22

How do we replicate the issue?

from cornac.datasets import movielens
plots, movie_ids = movielens.load_plot()

Expected behavior

Maintain the url (https://static.preferred.ai/cornac/datasets/movielens/ml_plot.zip) according to the source code.

url="https://static.preferred.ai/cornac/datasets/movielens/ml_plot.zip",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions