Replies: 1 comment
-
|
Hi 👋 ! This should be fixed in next release 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if it's just me, but my personality avatar is missing from the rendered output:
The output from the debug log:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOcOnfpfwAGfgLYttYINwAAAABJRU5ErkJggg==is a 1x1 gray square as seen in the output above.Executing this snippet in the browser gives the correct external link to the SVG for all three cards:
metrics/source/plugins/community/16personalities/index.mjs
Lines 26 to 31 in f6c4f63
Output from the browser:
[ { "category": "Your Personality", "value": "Turbulent Protagonist\n(ENFJ-T)", "image": "https://www.16personalities.com/static/images/personality-types/avatars/enfj-protagonist-male.svg?v=2", "text": "Your Personality\nTurbulent Protagonist\n(ENFJ-T)\nTurbulent Protagonists are Extraverted, Intuitive, Feeling, Judging and Turbulent. These warm, forthright types love helping others and have the creative energy to achieve their goals." }, { "category": "Your Role", "value": "Diplomats", "image": "https://www.16personalities.com/static/images/profile/badges/role-diplomat.svg", "text": "Your Role\nDiplomats\nDiplomats focus on empathy and cooperation, shining in diplomacy and counselling. They’re imaginative, warm, empathic, and influential people, often playing the role of harmonizers." }, { "category": "Your Strategy", "value": "Social Engagement", "image": "https://www.16personalities.com/static/images/profile/badges/strategy-social-engagement-diplomat.svg", "text": "Your Strategy\nSocial Engagement\nSocial Engagers are restless, perfectionistic people, prone to experiencing very positive and negative emotions. They’re curious and willing to work hard, making them high-achievers." } ]So I'd imagine something went wrong on line 46:
metrics/source/plugins/community/16personalities/index.mjs
Lines 43 to 48 in f6c4f63
Beta Was this translation helpful? Give feedback.
All reactions