@Blablabla8133 said in Ошибка загрузки файла : Extra content at end of document.:
Сломались бекапы, как починить? и можно ли стянуть как то с сервера актуальную версию скрипта???
Нет
@Nomad88 said in Ошибка ReferenceError: Can't find variable: hash during execution of action:
Обновление версии программы -это как пройти ТО.
В мире frontend иногда после обновления библиотеки надо половину сайта переписать заново😂.
@mthuyet98
Have you tried recreating the "Proxy" action in the project?
Found the same issue in one of my functions today. It's only happening on compiled versions. What's weird is I run the exact same logic order (Browser settings > Proxy > browser actions) in the same function and other functions in the same program and other programs with absolutely no problems. I checked function names and renaming functions, even renaming variables, to no avail. The only solution I found was running an empty Proxy module just before I ran the Proxy with my proxy info where the error was happening.
The problem seems to happen for me when loading a browser profile that's already been created with Browser settings, then Proxy module after.
@support can you report this to be fixed. It is recognition of variable on Proxy block, I have to rename all relate variables if want it to run
In record mode it will work, but when compiled to client it is show the error.
Error report:
Can't find variable: hash during execution of action
@mthuyet98 we agree very ~ annoying bug upon compiling ~ please fix
@mthuyet98 @genericname1
Does this happen on the latest version too?
I can't reproduce it yet.
Please attach the test projects in .xml format, after compiling which you get the error.
Also please attach a screenshot with the settings that you use to compile the project.
it happens after you edit a compiled script
I will send next time i have it
But if you edit compiled script then compile again, thats usually when it occurs
happens about once a day usually, yet its annoying cause you need to watch out for it before telling customer to restart module as if the error occurs the proxy is not applied
How i fix is adding sleep = 0 milliseconds to the proxy function
that usually works