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

Error when importing account data #391

Closed
jessenolan1 opened this issue Apr 18, 2024 · 4 comments
Closed

Error when importing account data #391

jessenolan1 opened this issue Apr 18, 2024 · 4 comments

Comments

@jessenolan1
Copy link

Describe the bug

When i requested my Account Data, I received 3 files. One of the files is called StreamingHistory_podcast_0.json and breaks the import process. When trying to upload again, i get a prompt saying an import is already in progress. The only way ive found to reset is to restart the containers.

Expected behavior

I think that there should be some verbiage added advising to only upload the music json files and also some filename validation would be nice to ensure that the podcast file/s arent being selected

Additional context

The reason why its failing is because its missing the artistName and trackName keys. Below is what my file looks like.

[
  {
    "endTime" : "2023-09-15 14:04",
    "podcastName" : "Everyday Ethics",
    "episodeName" : "Lying To Grandma",
    "msPlayed" : 1065494
  },
  {
    "endTime" : "2023-09-15 14:13",
    "podcastName" : "Everyday Ethics",
    "episodeName" : "Santa Claus",
    "msPlayed" : 462541
  },
  {
    "endTime" : "2023-09-15 22:50",
    "podcastName" : "Everyday Ethics",
    "episodeName" : "Baby, It's Cold Outside",
    "msPlayed" : 944773
  }
]
@Serpensin
Copy link

Use the extended History files, since those work. I have the same issue, but that fixed it for me.
#329

@jessenolan1
Copy link
Author

It seems like i still have an issue there
image

@Serpensin
Copy link

I maybe recommend then, to simply clear/reset your database, if possible.

@jessenolan1
Copy link
Author

On the 18th, i started over and redeployed everything. So i did the import of 4/18 that worked and then did the second import the next morning.

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

3 participants