c99koder / personal-influxdb

Import data from various APIs into InfluxDB
Apache License 2.0
263 stars 36 forks source link

trakt missing data #31

Closed sahara101 closed 1 year ago

sahara101 commented 1 year ago

Hello,

I have tried trakt as well. It gets 16 watched episodes in 2 days. Seems it does not pull correctly.

Thanks

c99koder commented 1 year ago

The trakt script fetches data only for the current month, you can change the start date on line 67 of the script. These scripts are designed to be run frequently from a cron job, so they fetch only recent data not your entire history. If you want to import historical data then you will need to modify most of the scripts yourself.

sahara101 commented 1 year ago

Look at the difference please

image

vs

image
sahara101 commented 1 year ago

Hi, did you see my update? LE: I changed the dates, it is now searching and will take some time to finish

sahara101 commented 1 year ago

OK now I have much more data, but ex last month I am still missing much, as per my screenshots

c99koder commented 1 year ago

Running the script today won't import anything before September 1st, unless you change the start date as mentioned in my original reply.

sahara101 commented 1 year ago

Yes, I have changed the start date. Here I also wrote on the trakt api.

Data is missing between available data

https://github.com/trakt/api-help/discussions/414

sahara101 commented 1 year ago

Than you

or item.action == "scrobble": made all appear