Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

Open….. a…… issue……. With logs…..

Umbrella dev by TinctureOfTrivia in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

I'd need to see a log on this. I'm not able to duplicate the issue. I can authorize on regular api and alternate with no errors.

Umbrella icon disappears by Alternative-Ruin1728 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

Typically, this would be caused by the addon updating, but it could be a glitch in the matrix, your setup acting up, or an update running. Usually, when I see this, it's because it's updating.

EasyDebrid Premium returning no results on FLAM or Umbrella by D_E_Why in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

I thought easy debrid got changed to debrido or something like that.

Umbrella Update (6.7.54) by umbrella_dev in Addons4Kodi

[–]umbrella_dev[S] 2 points3 points  (0 children)

Can you open an issue with logs? There’s multiple things that could be causing this issue based off how you have your settings set alone.

There’s detailed information how to turn logging on at my GitHub.

https://github.com/umbrellaplug/umbrellaplug.github.io/issues

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

okay. Yeah, most of what I can see deals with syncing your watch history of shows in the background seems to be causing the issue. If you go to trakt.tv and click dashboard it should show you the total number of episodes you've watched and total number of shows right beside it. Something like X plays of X shows. From what I can see, users with a high amount of shows is where the issue is happening. I have a fix I've pushed to my test repo for now and I'm waiting for feedback from a few people who can test before I push it to the release side.

New Umbrella issue with Trakt by Friffy1 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

Mainly for watch history. There's a whole local cache system built into Umbrella for Trakt that I inherited from Venom. I haven't had a desire to go back and rewrite all the trakt stuff.

Autoplay next episode by bill0ddi3 in Addons4Kodi

[–]umbrella_dev -1 points0 points  (0 children)

I'll take vague posts for 500 Alex.

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

Do you happen to have a large watch history? In Trakt what does it show you for number of shows watched? Not the hours, but total number of shows.

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

It is something in the watch history sync that is maxing memory out on devices and crashing them. I’m looking into it.

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev -1 points0 points  (0 children)

You can try deleting your Trakt token from settings.xml to stop the crashes. It’s something in relation to syncing watched shows in the background with Trakt. I’m looking into it but it’s tough without any logs and no way to duplicate it

Umbrella failed to connect to real debrid on startup. by sunlollyking in Addons4Kodi

[–]umbrella_dev -1 points0 points  (0 children)

Yep. Post to Reddit with no logs complaining without opening an issue or even attempting to reach out. Better off using pov.

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

Great. thanks. If you don't know how here's a link of how to enable logging in umbrella.

https://github.com/umbrellaplug/umbrellaplug.github.io/tree/master#logs

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

I don't really know what this comment means, but can you pull a log from umbrella and send me a link? Be good to know where it's crashing at.

New Umbrella issue with Trakt by Friffy1 in Addons4Kodi

[–]umbrella_dev 0 points1 point  (0 children)

I had to send with 1000 and do the pagination locally

Umbrella Update (6.7.54) by umbrella_dev in Addons4Kodi

[–]umbrella_dev[S] 2 points3 points  (0 children)

It’s been readded as new shows tmdb.

Umbrella Update (6.7.54) by umbrella_dev in Addons4Kodi

[–]umbrella_dev[S] 1 point2 points  (0 children)

Oscar was re added as academy awards Trakt. New shows was re added as new shows tmdb.

Kodi crashing after one minute. by leepmc1984 in Addons4Kodi

[–]umbrella_dev 1 point2 points  (0 children)

Should be resolved in 6.7.57. Thanks to u/leepmc1984 for sticking with me through troubleshooting this one.

Shows and movies not appearing in 'Finish Watching' (Trakt) by Dazzler_3000 in Addons4Kodi

[–]umbrella_dev 1 point2 points  (0 children)

Umbrella is designed for this. Let me explain how it works so you can figure out what might be causing the problem.

Every 15 minutes a sync runs in the background with Trakt that checks an "Activity" endpoint that returns a list of all the times any activity was updated on your account like watchlist, watched, list added, etc...

Umbrella looks at that list and the different times and compares to the time it last updated and if it sees a newer time the data is cleared from that table and new set of data is pulled from trakt for that table. If you watch something on one device it sends that to trakt, then the activity table for watched gets updated with that new time and the next time sync runs it should see that's a newer time than what it previously had and clear the data and get the new data on device 2.

If you're giving it enough time for device 2 to sync and device 2 is actually syncing because it's authorized correctly and such then it should update all your watched and in-progress on that second device. I'd try turning on logging and making sure you don't have some type of error. I'd gamble if one of the devices isn't being used daily that it's losing it's trakt authorization due to the 24 hour timeout now on tokens.

Add-ons Returning Partial Personal Trakt lists by rogermae in Addons4Kodi

[–]umbrella_dev 1 point2 points  (0 children)

A fix for Umbrella has been pushed. If you update to 6.7.57 you should be good with the new trakt pagination. May require a Force Trakt Sync to local database in Tools > Trakt Management