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

Data Export feature malfunctioning #848

Open
garcialn opened this issue Jun 29, 2024 · 1 comment
Open

Data Export feature malfunctioning #848

garcialn opened this issue Jun 29, 2024 · 1 comment

Comments

@garcialn
Copy link

Describe the bug
The response from Data Export - Get Data Export downloading tool from the Stremio Account Setting has many incorrect information about library field. Where every record points to the exact same data:

    "library": [
        {
            "__id": "tt9859436",
            "_id": "65ff4a49e0c49f2b420de049",
            "_mtime": "2024-03-23T21:32:20.531Z",
            "_mtimestamp": 1711229540531,
            "d": {
                "_ctime": "2024-03-23T21:31:53.450Z",
                "_id": "tt9859436",
                "_mtime": "2024-03-23T21:32:20.531Z",
                "background": "",
                "logo": "",
                "name": "The Walking Dead: The Ones Who Live",
                "poster": "https://images.metahub.space/poster/medium/tt9859436/img",
                "posterShape": "",
                "removed": true,
                "state": {
                    "duration": 0,
                    "episode": 0,
                    "flaggedWatched": 0,
                    "lastWatched": "2024-03-23T21:31:53.450Z",
                    "noNotif": false,
                    "overallTimeWatched": 0,
                    "season": 0,
                    "timeOffset": 0,
                    "timeWatched": 0,
                    "timesWatched": 0,
                    "video_id": "",
                    "watched": ""
                },
                "temp": false,
                "type": "series",
                "year": "2024"
            },
            "user_id": "********************"
        },

On top of the records being all pointing to the same point, this record is wrong, since I've never watched this show or have saved in my library.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Data Export - Get Data Export in Stremio Account Setting
  2. Open the downloaded file

Expected behavior
Lib with all titles that were saved by the user.

@SkupeZZ
Copy link

SkupeZZ commented Jul 1, 2024

Just to add that this has probably something to do with #614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants