SchizoDuckie / DuckieTV

A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
http://schizoduckie.github.io/DuckieTV/
Other
1.13k stars 273 forks source link

Calendar is missing a lot of shows (Timers don't work) #267

Closed Cunha-Esteves closed 10 years ago

Cunha-Esteves commented 10 years ago

Several shows are starting to disappear from my calendar, the only option that works now is delete and re-add the show but that takes a while because of the number of shows

I tried using the timers but they simply don't work. I press toggle debug features and then find missing timers and inject episode aired check timer but the list stays empty nothing happens.

Js41637 commented 10 years ago

When you say shows are disappearing, do you mean episodes?

Also with the Find Missing Timers, it's recommended to leave to page open for a minute while the app works, closing the app premature will affect the progress and nothing will have happened.

Cunha-Esteves commented 10 years ago

Yes I mean episodes, sorry for the cofusion

Js41637 commented 10 years ago

Ok, did you try the FireMissingTimers button and wait a few minutes? Episodes should definitely not be removing themselves unless deleted by deleting the serie.

Could you post an image or copy details of your statistics located in the About Page?

Cunha-Esteves commented 10 years ago

Waiting a few minutes doesn't work, each time I ad a show it adds the next two episodes to the calendar, before the next episodes would appear automatically, now after more or less two weeks the calendar is empty (Can it be a problem with Chrome dev build?)

stats

SchizoDuckie commented 10 years ago

Could you please post a screenshot of your calendar and (optionally) try to grab your database from the filesystem and upload it somewhere so we can do some research on it?

I hope to release v0.75 this week, that should prevent problems like this.

On Tue, Oct 14, 2014 at 1:17 PM, Cunha-Esteves notifications@github.com wrote:

Waiting a few minutes doesn't work, each time I ad a show it adds the next two episodes to the calendar, before the next episodes would appear automatically, now after more or less two weeks the calendar is empty (Can it be a problem with Chrome dev build?)

[image: stats] https://cloud.githubusercontent.com/assets/9211822/4628166/9324f63e-5393-11e4-99d2-5b392398bd5d.PNG

— Reply to this email directly or view it on GitHub https://github.com/SchizoDuckie/DuckieTV/issues/267#issuecomment-59027095 .

Cunha-Esteves commented 10 years ago

Here it is the database file https://dl.dropboxusercontent.com/u/5840533/DuckieTV%20Oct%2014%2C%202014.backup

Here it's the pic of the calendar, today for example both the Big bang theory and gothan should be on the calender, the same with broklyn nine nine yesterday and legend of korra on saturdays

calendar

Js41637 commented 10 years ago

Oh the db we need is slightly differently, this db is found in your chrome folder where databases are stored, you can find the database for this app at %localappdata%\Google\Chrome\User Data\Default\databases\chrome-extension_hkbamkappmgfjjahmnlngibomenmbbdf_0 if your on windows and don't have any chrome profiles it should take you right too it.

Cunha-Esteves commented 10 years ago

Here it is the correct file (the chrome extension folder does not have the same name, but the database appears to be this one) https://dl.dropboxusercontent.com/u/5840533/10

BTW: This is the best google chrome extension

SchizoDuckie commented 10 years ago

I hope to deploy v0.75 this week that should resolve the problem with timers once-and-for-all Thanks @Cunha-Esteves for reporting this and @Js41637 and handling this :)

SchizoDuckie commented 10 years ago

Created chromium issue https://code.google.com/p/chromium/issues/detail?id=423486 to see if the guys at google can help. This smells like a chrome bug

garfield69 commented 10 years ago

I've taken a look at your database, and apart from Game of Thrones, the other serie/episodes/seasons are in good shape. GoT however is pre v0.50 and not in good shape, with missing seasons, incorrect serie date stamps etc. Also, I can confirm that the chrome timers list is empty, as is the database source for the timers, which is why the 'find missing timers' is not working. I suggest that you could do with a database refresh. These are the steps:

  1. from the settings/general page, press the 'Create Database Backup' button and the 'backup ready press to download' when it turns blue. (This saves a list of the serie ids, and a list of the episodes watched ids, plus your personal settings to your local harddrive).
  2. close chrome
  3. delete the database file '10' that you managed to find previously.
  4. open chrome and start DuckieTV.
  5. ignore the "you have no seres" page and press the 'hide series you are watching' top bar
  6. from the settings/general press the 'choose file' button from the Import a Backup section.
  7. watch and wait until all the posters have a green tick.
  8. you're done. This should give you back your timers in a working condition.
Cunha-Esteves commented 10 years ago

I will try that thank you

Cunha-Esteves commented 10 years ago

Everything is working great now. The timers list is not empty anymore and the shows appear on the calendar again.

Thanks for the help

SchizoDuckie commented 10 years ago

Excellent to hear. Resolving this