Bugs in ZennoPoster 7 beta

  • Автор темы Автор темы VladZen
  • Дата начала Дата начала

I think You know that there are not all things.
As well as an example:
46270
 
Also PM is crashing constantly with "Error in browser process". See attached screenshot.
 

Вложения

  • zenno_crash.jpg
    zenno_crash.jpg
    121,6 KB · Просмотры: 383
The element tree does not work.
Trying to inspect element nothing happens ( not on all elements but on some ) td for example.
not also follow to cursor works there.
Although element data changes in the element property window.

UPD: And when found manually in element tree then going to action designer:
47151
 
The element tree does not work.
Trying to inspect element nothing happens ( not on all elements but on some ) td for example.
not also follow to cursor works there.
Although element data changes in the element property window.

UPD: And when found manually in element tree then going to action designer:
Посмотреть вложение 47151
I suppose this happens in Chrome engine on some certain websites.
Also Dom-code of a page is not loaded when it happens and problem disappears after refreshing webpage or restarting project.
 
hm... where do you get it? all websites on? It happens when Dom code of a page is not loaded.

Not all sites. Now I see on one particular, only Sorry, but I can not provide logins for this site for You to check.
If I check DOM all is loaded at least in DOM text. Also, all elements that can not be found is loaded.
But this happens only on table cells and elements what is inside table cells, other elements follow cursor fine in Tree.
 
Seems also saving variable in List Processing does not seem to persist in latest beta 7 5.39.00. Could copy it though, but became undefined instantly.
Tried the same in 5..39.00 and it worked like a charm.
 
Not all sites. Now I see on one particular, only Sorry, but I can not provide logins for this site for You to check.
If I check DOM all is loaded at least in DOM text. Also, all elements that can not be found is loaded.
But this happens only on table cells and elements what is inside table cells, other elements follow cursor fine in Tree.
Would be nice to get the example of such elements to reproduce the error on them.
 
Not sure if that's a new version bug, but I got a need to test out Chrome browser and was disappointed because it still has bugs.
In short, I could not get it working.
After pressing reload and opening some tabs it hangs up like this:
47595


UPD: After changing the browser back to Firefox nothing changed. So the only way was restart
 
Since the update to latest version (7.1.0.0) I get much more "Error accessing instance.ActiveTab" failures. See attached screenshot.

Any recommendations to solve that?
 

Вложения

  • error01.jpg
    error01.jpg
    39,1 KB · Просмотры: 362
@lokiys you asked about Firefox update.... (it seems the topic was deleted mistakenly with spam).
Firefox has stopped supporting XULrunner for integration with other applications - https://en.wikipedia.org/wiki/XULRunner
Therefore we are not updating Firefox anymore and offer Chrome which is actually 80% of browsers in the Internet.
 
@lokiys you asked about Firefox update.... (it seems the topic was deleted mistakenly with spam).
Firefox has stopped supporting XULrunner for integration with other applications - https://en.wikipedia.org/wiki/XULRunner
Therefore we are not updating Firefox anymore and offer Chrome which is actually 80% of browsers in the Internet.

Deleted topics can be returned lol.

And do you talk about this Chrome ? This is what I get using Chrome browser
48045
 
Could you please send me this code?

This is no code fault lol.
It happened to me lots of time after posted in different actions.
anyway:

C#:
Развернуть Свернуть Копировать
for(int i=0;i<20;i++)
{
    he = tab.FindElementByAttribute("tags", "attrName", @"attrValue", "text", 0);
    if(!he.IsVoid)
    {
        break;
    }
    Thread.Sleep(2000);
    if(i == 19)
    {
        project.Context["error"] = " element is not found";
        throw new Exception(project.Context["error"]);
    }
}
 
This is no code fault lol.
It happened to me lots of time after posted in different actions.
anyway:

C#:
Развернуть Свернуть Копировать
for(int i=0;i<20;i++)
{
    he = tab.FindElementByAttribute("tags", "attrName", @"attrValue", "text", 0);
    if(!he.IsVoid)
    {
        break;
    }
    Thread.Sleep(2000);
    if(i == 19)
    {
        project.Context["error"] = " element is not found";
        throw new Exception(project.Context["error"]);
    }
}
Yes, this code worked with no problem for me. Block not locked after running it.
The bug not fixed because we can't reproduce it.
Kindly asking you to make diagnostic report with extended log for developers for this problem.
 
Yes, this code worked with no problem for me. Block not locked after running it.
The bug not fixed because we can't reproduce it.
Kindly asking you to make diagnostic report with extended log for developers for this problem.

Yeah, problem is that it is not 100% bug. I can not do that on request.
But I suspect it happens on not easy sites as I experienced it a lot when worked with Google Adwords.
 
Having problems in latest beta v 7.1.1.0 with HTTP requests and the "Alterrnative transfer method" in project settings. E.g. I always get an "HTTP/1.1 502 Bad Gateway" error with alternative method when I try to make an get request to http://extreme-ip-lookup.com/json/. If I switch to "Standard" all works fine (HTTP status code 200). Same problem I also faced on a bunch of other domains with http-get request and alternative transfer method.

Please check that. Thanks.
 
Having problems in latest beta v 7.1.1.0 with HTTP requests and the "Alterrnative transfer method" in project settings. E.g. I always get an "HTTP/1.1 502 Bad Gateway" error with alternative method when I try to make an get request to http://extreme-ip-lookup.com/json/. If I switch to "Standard" all works fine (HTTP status code 200). Same problem I also faced on a bunch of other domains with http-get request and alternative transfer method.

Please check that. Thanks.
Could not reproduce in latest beta. We've updated it on 24 Jan evening in dropbox.
Get.png
 
Currently I'm also facing many "Subproject xxxx. Run WebBrowserTabManagment Error accessing Instance.GetTabByAddress" errors in ZP 7.1.1.0.

I will try to update to the build from 24.0.1 an check if the HTTP-request issue is solved there. Thanks.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)