vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.15k forks source link

backend.js:949 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'substring') #1723

Open anarsamadov opened 2 years ago

anarsamadov commented 2 years ago

Version

6.0.8

Browser and OS info

Chrome Version 98

I am getting backend.js:949 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'substring') error after vue devtools new update.

Akryum commented 2 years ago

There is not enough info on this issue to do anything about it. Please provide a runnable reproduction of the issue so I can investigate. Thanks :pray:

Also looks similar to #1694

rustamd commented 2 years ago

Same issue, not sure how possible it is to create runnable reproduction, will look into it.

anarsamadov commented 2 years ago

There is not enough info on this issue to do anything about it. Please provide a runnable reproduction of the issue so I can investigate. Thanks 🙏

Also looks similar to #1694

Hello, I added video, you check problem from here https://anarsamadov.net/vue_dev_tools_error.mov

I installed other version of dev tools (legacy).

There is no problem. After video you will understand I think.

Akryum commented 2 years ago

@anarsamadov Don't enable two different versions of the Vue devtools at the same time.

Akryum commented 2 years ago

@minikinl Please don't post unrelated comments in this issue. Search for existing issues about your problem or create new ones. Thanks.

anarsamadov commented 2 years ago

@anarsamadov Don't enable two different versions of the Vue devtools at the same time.

:) I dont use 2 different versions. I installed it only for check and show you de error.

Akryum commented 2 years ago

The error I see in your video is because you have two different versions of the vue-devtools enabled at the same time, so it's not very helpful.

anarsamadov commented 2 years ago

The error I see in your video is because you have two different versions of the vue-devtools enabled at the same time, so it's not very helpful.

When I created this issue there was no any other version :) . ok no problem. I dont know how can show you error wihout screenshot or video. But error occurs now.

When I just open dev tools it gives substr error everytime.

Akryum commented 2 years ago

The error you reported in this issue thread is different from the one in your video. The one in your video is another error caused by having two different versions of the vue-devtools enabled at the same time.

anarsamadov commented 2 years ago

The error you reported in this issue trhread is different from the one in your video. The one in your video is another error caused by having two different versions of the vue-devtools enabled at the same time.

ok thank you for response. I will try to uninstall all extension and reinstall it new version again. I will share result. thank you very much.

joer-eel commented 3 months ago

I just had the same problem. Uninstalling and reinstalling the dev tools seems to fix it.