Strategy Helper 1.26 Aug 16 update Error message: Tradingview UI changed. Can’t get performance headers.

Community / Features & BugsCategory: BugsStrategy Helper 1.26 Aug 16 update Error message: Tradingview UI changed. Can’t get performance headers.
Metropol asked 4 years ago

Hi Davidd, many thanks for the latest update, it gets past the strategy name element error but is coming up with this now:

Error message: Tradingview UI changed. Can’t get performance headers.

I’ve tried in different browsers, same result.

Thanks mate.

Alwin
replied 4 years ago

Got the same problem is there a fix , or are you guys still working on it ?

Alwin
replied 4 years ago

Got the same problem is there a fix , or are you guys still working on it ?

hollistic
replied 4 years ago

me having the same problem for some time

Maarten
replied 4 years ago

Got the same problem

Karl
replied 4 years ago

Have the same problem. Any updates?

Joep
replied 4 years ago

also have this problem

Anthony
replied 3 years ago

still have this problem

2 Answers
littlefish answered 4 years ago

Open file
C:\Users\xxx\AppData\Local\Google\Chrome\User Data\Default\Extensions\xxx\content_scripts\tv-ui.js
Go to line 552:
Change:
if (!allHeadersEl || allHeadersEl.length !== 4 || allHeadersEl.length !== 5) {
Before
https://drive.google.com/file/d/1329U14TjCfbR1Wa0aiiO8eb96jWkK7Xp/view?usp=sharing
To:
if (!allHeadersEl || !(allHeadersEl.length === 4 || allHeadersEl.length === 5)) {
After
https://drive.google.com/file/d/1HWOhw3uL-Y1c5TeCt1IAvd5zlXKMPnci/view?usp=sharing

hollistic
replied 4 years ago

didnt work for me. "there is not strategy name element on page"

Mahmood
replied 4 years ago

Didn’t work with me as well. The extension gets damaged and needs to be repaired and once it gets repaired the code line goes back as it was before. Please look into it.

Melvyn
replied 4 years ago

still not working

littlefish answered 4 years ago

Modify the file selector.txt to selector.js

And overwrite it in the "content_scripts" folder

Attachments

oscar
replied 4 years ago

not working for me getting the same UI headers error, has anyone got this working again?

littlefish
replied 4 years ago

https://github.com/akumidv/tradingview-assistant-chrome-extension/issues/58

Here is a guide to fix “Tradingview UI Changed” error

Liked it? Take a second to support on Patreon!
Become a patron at Patreon!