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.
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
didnt work for me. "there is not strategy name element on page"
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.
still not working
Modify the file selector.txt to selector.js
And overwrite it in the "content_scripts" folder
Attachments
not working for me getting the same UI headers error, has anyone got this working again?
https://github.com/akumidv/tradingview-assistant-chrome-extension/issues/58
Here is a guide to fix “Tradingview UI Changed” error
Please login or Register to submit your answer
replied 5 months ago
Got the same problem is there a fix , or are you guys still working on it ?
replied 5 months ago
Got the same problem is there a fix , or are you guys still working on it ?
replied 5 months ago
me having the same problem for some time
replied 5 months ago
Got the same problem
replied 4 months ago
Have the same problem. Any updates?
replied 3 months ago
also have this problem
replied 3 months ago
still have this problem