Git Product home page Git Product logo

Comments (10)

Dav1dde avatar Dav1dde commented on July 28, 2024

Can you try clearing your browser cache, I assume you have an old version of pobbin cached locally but an updated version of the tree.

If that does not help, please open the dev tools (F12) and check bottom right/console for any errors.

As an aside, the level listed is and skill points count is wrong, maybe due to the 2nd ascendancy tree we have now? The screenshot is with a level 92 character, yet it shows up as 99 in Pobb.in.

Good catch, this is likely what is happening!

from pasteofexile.

Pangaea666 avatar Pangaea666 commented on July 28, 2024

Can you try clearing your browser cache, I assume you have an old version of pobbin cached locally but an updated version of the tree.

Tried to clear it a few times, both via the 'keylock' for the site itself, and then globally via settings. Restarted Firefox too, but the skill tree still doesn't show up. It's odd, because I haven't changed anything, and it used to work before, and does work on my phone. Tried to disable all extensions, but that didn't do the trick either.

Am not familiar with that part of the dev tools, so let me know if I'm looking at the wrong parts. This is what shows up:

Screenshot from 2024-01-16 18-10-32

from pasteofexile.

Dav1dde avatar Dav1dde commented on July 28, 2024

Thanks, this is weird you at least have the latest wasm and javascript files.

Can you try enabling this:
image

Go to network then check disable cache (as in the screenshot), with the dev tools open and that box ticked, reload the page and then see if something shows up in the console again.

Also does this happen on every build or just this one? E.g. try opening this one: https://pobb.in/zT6XR9maky9m

from pasteofexile.

Pangaea666 avatar Pangaea666 commented on July 28, 2024

Thanks for the instruction. The log is attached. A lot if fetched, but some assets appear to be blocked.

This happens on every build btw, not just the one from the first post. Any time I open up a build from reddit, discord servers or PoB, they never show up with the skill tree visible.

Tried turning off all extensions again and reload the page. Skill tree doesn't show up then either, but fewer assets are blocked. But 3.23.svg is still blocked according to the log.

Screenshot from 2024-01-19 08-53-22

from pasteofexile.

Dav1dde avatar Dav1dde commented on July 28, 2024

Do you have a plugin called CanvasBlocker installed? If not can you click on iframeProtection.js in the network log (Initiator column) and screenshot where it takes you?

from pasteofexile.

Pangaea666 avatar Pangaea666 commented on July 28, 2024

Sorry for late feedback again. Wasn't busy playing the game. Promise! :D

I do indeed have CanvasBlocker installed. However, even when I disabled all extensions, including CanvasBlocker, the skill tree still failed to show up. But since you mention that one specifically, maybe it is at fault for blocking the lines shown in the screenshot. With everything off, it was "only" the 3.23.svg that was blocked.

from pasteofexile.

Dav1dde avatar Dav1dde commented on July 28, 2024

I assume it's some privacy extension or firefox setting blocking access to the tree object/iframe.

Can you run document.getElementsByTagName('object')[0].contentWindow.tree_load in the dev tools console and see what get's returned? It should look like this:
image

The errors in the network tab are actually fine, this is just some weird interaction with pre loading where the same resource gets requested multiple times and the first requests are aborted in favor of the latest.

Also feel free to reach out to me dav1d on the official poe discord in the #tooldev-general channel.

from pasteofexile.

Pangaea666 avatar Pangaea666 commented on July 28, 2024

Hopefully I did this right, by copying what you wrote at the bottom of the Console in Dev Tools. Tested it with CanvasBlocker both enabled and disabled, but it yields the same message.

canvasblockerOFF

What I find a little odd is that I've used this set of extensions all the time, and previously the skill tree used fine. But ofc it's possible there has been an update to one of them, or even CanvasBlocker, or Firefox itself, that means the skill tree no longer shows up. Unless something has changed on pobb.in's side ofc.

from pasteofexile.

Dav1dde avatar Dav1dde commented on July 28, 2024

Something is blocking access to the contentWindow (basically the tree SVG).

It doesnt seem to be Canvas Blocker, since even with it enabled on my Firefox it works. Maybe some privacy setting changed in about:config or a (misconfigured) extension.

Not sure how to further debug this, you can try in incognito (that usually disables extensions) or with a fresh install/profile.

from pasteofexile.

Dav1dde avatar Dav1dde commented on July 28, 2024

The levels are now correct if all ascendancy passives are allocated, fixing it properly does require game data which I currently don't have available, will fix that eventually.

Regarding your issues feel free to reach out on discord.

from pasteofexile.

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.