WatWowMap / ReactMap

Pokemon GO Map frontend built with React
MIT License
130 stars 64 forks source link

Error setting advanced poracle notifications for grunts #926

Closed mkllrtxn closed 9 months ago

mkllrtxn commented 9 months ago

It consistently happens when trying to setup advanced poracle notifications for grunts. Steps to reproduce:

Same steps for other categories are working fine

image

notheowner commented 9 months ago

I can reproduce this on my end as well

notheowner commented 9 months ago

I pulled latest develop, can not reproduce it now. Works as intended. Never mind, I suck at QA, I can reproduce it with advanced settings.

✖ 2024-01-19 16:01:03 [CLIENT] {
  client_version: '1.29.0-develop.9',
  server_version: '1.29.0-develop.9',
  username: 'xxxxxxx',
  client_id: 'xxxxxxxxxxxxxxxx',
  nginx_id: undefined,
  trace: "TypeError: Cannot read properties of undefined (reading 'replace')\n" +
    'pt (../src/components/layout/dialogs/webhooks/WebhookAdv.jsx:462:41)\n' +
    'Qg (../src/components/layout/dialogs/webhooks/WebhookAdv.jsx:873:13)\n' +
    'Tb (../node_modules/react-dom/cjs/react-dom.production.min.js:167:136)\n' +
    'N0 (../node_modules/react-dom/cjs/react-dom.production.min.js:197:257)\n' +
    'yk (../node_modules/react-dom/cjs/react-dom.production.min.js:292:87)\n' +
    'mk (../node_modules/react-dom/cjs/react-dom.production.min.js:280:388)\n' +
    'i3 (../node_modules/react-dom/cjs/react-dom.production.min.js:280:319)\n' +
    'Gh (../node_modules/react-dom/cjs/react-dom.production.min.js:280:179)\n' +
    'G0 (../node_modules/react-dom/cjs/react-dom.production.min.js:271:87)\n' +
    'CC (../node_modules/react-dom/cjs/react-dom.production.min.js:273:299)'
}
mkllrtxn commented 9 months ago

I am on latest develop and still experience it…

mkllrtxn commented 9 months ago

2024-01-19 15:57:57 [CLIENT] { client_version: '1.29.0-develop.9', server_version: '1.29.0-develop.9', username: 'xxxxx', client_id: '3f77a57c-r2m4-646d-8675-02fc1c74ea7f', nginx_id: undefined, trace: 'pt@/1-29-0-develop-9-eed5127f.js:2101:182\n' + 'Qg@/1-29-0-develop-9-eed5127f.js:2112:5335\n' + 'Tb@/vendor-f1640e5b.js:6:19539\n' + 'N0@/vendor-f1640e5b.js:8:3155\n' + 'mk@/vendor-f1640e5b.js:8:39812\n' + 'i3@/vendor-f1640e5b.js:8:39740\n' + 'Gh@/vendor-f1640e5b.js:8:39593\n' + 'G0@/vendor-f1640e5b.js:8:35955\n' + 'CC@/vendor-f1640e5b.js:8:36762\n' + 'CC@[native code]\n' + 'as@/vendor-f1640e5b.js:6:3280\n' + '@/vendor-f1640e5b.js:8:34285' }

github-actions[bot] commented 9 months ago

:tada: This issue has been resolved in version 1.29.0-develop.11 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

notheowner commented 9 months ago

You can close this issue.