I get 2 errors, when i open the editor:
****************************异常文本****************************
【出现时间】:10/12/2019 1:09:01 AM
【异常类型】:NullReferenceException
【异常信息】:Object reference not set to an instance of an object.
【堆栈调用】:
at BotChiefEditorb.?(Object A_0, EventArgs A_1)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
****************************************************************
and the second when i try to run an action in same window (in new windows, the actions wok ):
****************************异常文本****************************
【出现时间】:10/12/2019 1:09:27 AM
【异常类型】:NullReferenceException
【异常信息】:Object reference not set to an instance of an object.
【堆栈调用】:
at BotChiefEditorb.?(Object A_0, EventArgs A_1)
at DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSource source)
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.MenuPanel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevComponents.DotNetBar.MenuPanel.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
****************************************************************
i have chrome v. 77...
I wanna scrape some product info, but i don't know how to download the thumb image from: https://www.sigemo.ro/anvelope/anvelope-turisme/Anvelopa-all-seasons-175-65-15-Nexen-N-Priz-4S-84T?mfp=17-profil[all%20seasons]
Later to upload it to a wordpress website.
Thanks!
I made a pinterest scrapper that stopped working, then i changed to GeckoFx 45. Now woun't load again, after i log nothing works. The only solution to make it work is to change to mobile user agent but i can't scrape any data that's interest me.
I compiled my bot and using it on my server.
I'm using the runner from compiled files, i'm using 4 thread. First time work all 4 but when the next day starts just one thread is working, why don't start all 4? I'm using run forever in settings
I want to detect redirect with cmd but i dontget any value back.
CMD curl -i http://xxx.com not returning value. Thested other command and worked. In cmd.exe is working.
When i try to connect to ftp and i get this error: "the path is not a legal form"
As ftp directory i used:
- /xxx.COM/wp-content/
- /xxx.COM/wp-content
For local directory :
- D:\Work\xx\yy\Upload to ftp
- D:\Work\xx\yy\Upload to ftp\
Still nothing
How can i user the table loop and multi threads ?
I need to log in one and the to some repetitive action in loop from a table,the problem is that i cannot make the bot to get a new link from the table. All threads get the same link.
Thanks!