Giter Club home page Giter Club logo

Comments (7)

garfield69 avatar garfield69 commented on May 24, 2024 1

Using my source Dtv build (as opposed to the packaged Dtv build), I see

angular.js:15535 Possibly unhandled rejection: Canceled
(anonymous) @ angular.js:15535
(anonymous) @ angular.js:11814
processChecks @ angular.js:17945
$digest @ angular.js:19074
$apply @ angular.js:19462
(anonymous) @ angular.js:28814
defaultHandlerWrapper @ angular.js:3804
eventHandler @ angular.js:3792

So the message is from AngularJS
The implication is that the dialogue controllers (for either the single SE torrent dialogue or the multi-SE torrent dialogue) are missing a catch() someplace.
Needs research.

from duckietv.

garfield69 avatar garfield69 commented on May 24, 2024 1

nightly-202402131924

from duckietv.

garfield69 avatar garfield69 commented on May 24, 2024 1

ok so its not clicktrap, so something else. Jeesh, this is why I hate AngularJS, there are so many routines with their fingers in the pie, it as bad as C# which I detest almost as much.

from duckietv.

garfield69 avatar garfield69 commented on May 24, 2024

clicktrap: So at the moment the clicktrap directive which was intended to only close sidepanels when you click around the calendar, is (and apparently always has) also cancelling the open dialogues (in particular fastsearch, torrentsearch, subtitlesearch), which I've always found annoying.
I'm going to see if I can stop it doing that, and thus avoid the Possibly unhandled rejection: backdrop click messages.

from duckietv.

garfield69 avatar garfield69 commented on May 24, 2024

ok, the message comes from D:\DuckieTV-standalone\js\vendor\ui-bootstrap-custom-tpls-2.5.0.min.js
which presumably is used by Dtv to create a uibModalWindow someplace, although I don't yet know how this is related to the dialogues yet.

from duckietv.

Js41637 avatar Js41637 commented on May 24, 2024

It's not an error, it's just when you close modals with a click it rejects the promise and they just aren't caught, it's fine to ignore.
Modals close by default on an outside click, that's part of ui-bootstrap I believe and it's configurable. I don't think it's related to the clicktrap.

from duckietv.

garfield69 avatar garfield69 commented on May 24, 2024

OH that's good to know. Thanks.

from duckietv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.