licoffe/POE-sniper

[Bug - UI] Filter count does not update correctly.

xkomachi opened this issue · 4 comments

The following steps reproduced the problem for me:

  1. Minimize the filters section.
  2. Press 'add filter'.

Expected: The filter count goes up by 1.
Current: The filter count becomes 0.

Expanding the filter list and adding/removing any filter solves the issue.
Additionally, the console logs the following error:

GET file:///C:/static/gen/packed_dark.css?f9a65ed1 net::ERR_FILE_NOT_FOUND (from renderer.js: 1178)

This should be fixed now. Concerning the error, it appears when downloading poe.trade pages to extract prices. The pages expect a CSS file which is not present.

Fixed. Can you catch errors in the relevant section and ignore the error if it is this particular one?

Yeah, I guess I could catch it and hide it since it doesn't impact anything anyway.

Looks like this exception is on the browser side and can't be caught from within the code (see link). I'm closing this issue.