Code Monkey home page Code Monkey logo

Comments (2)

jtmonroe avatar jtmonroe commented on June 20, 2024

This may actually be a bug report. Looking at the HTML on the page, it shows

<a role="button" tabindex="0" class="statsPopover" data-bind="popover: {
              placement: 'bottom',
              content: $component.popoverHtml(),
            }" data-original-title="" title="">
            <img class="img-circle center-block" data-bind="
                css: {
                  'patron-circle': player.isActivePatron,
                  [player.canonicalPatreonTier]: player.isActivePatron,
                },
                attr: {
                  src: player.imageUrl || 'https://www.gravatar.com/avatar/{}?d=mm',
                  height: 80,
                  width: 80,
                  alt: player.isActivePatron ? `${player.name} is an active patron.` : '',
                },
              " src="https://i.pinimg.com/564x/1b/fd/47/1bfd471283019b8f770c5d074cd90f93.jpg" height="80" width="80" alt="">
          </a>

The name statsPopover suggests to me that there ought to be some link to stats, but it is not working.

from adventurerscodex.

jtmonroe avatar jtmonroe commented on June 20, 2024

After further investigation, I believe this is an error. Whenever I press the <a></a> frame that I showed above, an error comes into the console which reads

WebSocket connection to 'wss://app.adventurerscodex.com/api/live/c4fe8f62-c90b-46dc-982f-09b654a1fcc3?bearer=SmyHXZ5gf1SR1wDoWahv1G0MKmJFD2' failed: 
setupWS @ vendors~main.8135b973d88dcf1634af.js?e36db46343a03a2c04c5:2

from adventurerscodex.

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.