Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DimleX

Pages: [1]
1
RegEx (Regular Expressions) / Re: ScrapeUnexpected error
« on: October 30, 2015, 07:11:40 PM »
Yes, it's 150 Mbit/s and about 2ms latency. Regular Expression Helper immediately receive the data from URL, but Scrape command doesn't work.
After all thanks for your time!
It's something wrong with my PC, that conflicting with this command

2
RegEx (Regular Expressions) / Re: ScrapeUnexpected error
« on: October 30, 2015, 03:48:17 PM »
Yes, when I try my command - I get the error.
Seems like at your PC my command work correctly.
I tried this command on old version of VC, then I downloaded ver. 2.2.0.7 and 2.2.0.9 - the same result, error on Scrape action (restarted VC and PC few times, doesn't helped).

History log:

Code: [Select]
Scrape:http://starcitizen.gamepedia.com/Kallis_system
ScrapeUnexpected error:
System.NullReferenceException: Object reference not set to an instance of an object.
   at eval_᜚.eval_ᜂ(String[] A_0)
   at eval_g.eval_ᜃ(macroElement A_0, List`1 A_1, Int32 A_2)
   at eval_g.eval_ᜂ(macroElement A_0, List`1 A_1, Int32 A_2)
Results.RegExSingle:<th>Imports:(.*?)<td>(.*?)</td>
Error: No matches found
OSD.ShowText:{Match.1.2}
info: OK

It's really strange, that with some URLs it's worked, and with others - don't work

3
RegEx (Regular Expressions) / ScrapeUnexpected error
« on: October 29, 2015, 03:45:30 PM »
Hello!

Have a problem with Scrape action.

This command working properly with simple URL like google.com, but whan I trying something different such as http://www.imdb.com/?ref_=nv_home - it's working only in Regular Expression Helper, when I manually copy-pasting URL with Ctrl+U, but in command builder line it's just resulting me in
Quote
ScrapeUnexpected error: ScrapeUnexpected error:
System.NullReferenceException: Object reference not set to an instance of an object.
   at eval_᜚.eval_ᜂ(String[] A_0)
   at eval_g.eval_ᜃ(macroElement A_0, List`1 A_1, Int32 A_2)
   at eval_g.eval_ᜂ(macroElement A_0, List`1 A_1, Int32 A_2)

That's what I'm trying to do:
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.9-->
<command id="256" name="RegEx" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="Stanton_system&#xD;&#xA;Kallis_system">
  <action>
    <cmdType>Scrape</cmdType>
    <params>
      <param>http://starcitizen.gamepedia.com/Kallis_system</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RegExTool.Open</cmdType>
    <params>
      <param>True</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExSingle</cmdType>
    <params>
      <param>&lt;th&gt;Imports:(.*?)&lt;td&gt;(.*?)&lt;/td&gt;</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>OSD.ShowText</cmdType>
    <params>
      <param>{Match.1.2}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
</command>

4
General / Re: Russian question
« on: October 25, 2015, 05:41:21 PM »
Quote
Russian UI for VoxCommando
in russian will be:

Quote
Русский интерфейс для VoxCommando

Than this
Quote
The VoxCommando user interface has been translated into Russian.  Download version 2.2.0.7 or later and set  "display language" to "ru" in options, then restart the program.
will be like that:
Quote
Для VoxCommando была добавлена поддержка русского языка в интерфейсе. Для установки русского языка необходимо скачать версию программы 2.2.0.7, или более позднюю, затем перейти в опции и выбрать в "display language" значение "ru", после чего следует перезапустить VoxCommander
And finally this
Quote
Please feel free to help each other with VoxCommando questions on our Russian language board.
will be something like that:
Quote
Для русских пользователей открывается свой раздел на нашем форуме, где Вы сможете свободно задавать вопросы и общаться на родном языке!

Pages: [1]