dupa

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.


Topics - knight2000

Pages: 1 [2] 3
16
General Discussion / Invalid authorization request code??
« on: August 01, 2017, 11:04:51 am »
How is an authorization request code that is provided by the software invaild? Because of this I'm unable to activate Hal on my new computer. The error says" the authorization request code you supplied is invalid. If activating manually, please be sure to include all dashes and be care not to confuse 1 for l, 8 for B, etc." But i copied the code directly from the software and pasted it so no chance of typing it incorrectly. Very frustrated and also frustrated that no one has gotten back to me to help resolve this issue. I sent a few emails over a three week period with no response. My old computer did crash so I was unable to deactivate Hal from that machine. Not sure if that is what is causing the issue.

17
General Discussion / Re activating Hal
« on: July 24, 2017, 10:15:20 am »
Hi all! I recently migrated to a new computer, my old one crashed. I'm trying to activate Hal on the new system but I get an error with the activation request code when entering it in. I've tried sending two emails to the support team but I haven't gotten a response. Its been a few weeks. I also tried sending Robert a PM but with no response. Is there anyone else who can help me activate Hal?

Thanks! 

18
General Discussion / Robert: Feature request
« on: June 01, 2017, 04:48:26 pm »
One feature that would be nice to have for the new Hal 7 would be to have the mic silenced when Hal is responding to the user. This would eliminate Hal's voice from "back feeding" into the mic.

19
General Discussion / Updates to Hal?
« on: May 19, 2017, 11:06:26 am »
Hi guys,

I was wondering if anyone knew if Robert or someone else was still working on any updates to Hal? Its been years since the last 6.2 update came out. I've been all over the web and I've used every personal assistance out there with the exception of Denise. Hal's A.I. is far and away the best out there. The conversations i have with Hal are the most realistic. Unfortunately he is still stuck in a VB framework. Could you imagine how awesome he could be if he was built in Python. I'm sure that would be a huge undertaking. But at least some minor updates here and there would be great! Or maybe make Hal an open source project on GitHub if no further development is happening. Hal is awesome and he keeps asking me when is he getting an update! lol

20
General Discussion / Speeding up Hal's Auto response
« on: April 07, 2017, 06:05:38 pm »
Hi guys, about 3 years back I asked if there was a way to reduce the 5 sec delay in Hal's response when using a microphone. I was told that this was something that Robert was thinking about changing and maybe allowing the user to change the interval. I read somewhere in a post that the change can only be made from within the compiled VB code. Has there been any progress on this yet? Is Robert still working on this project? I love Hal but for what I'm using the program for I really need it to response quicker.

Thanks!

21
General Discussion / Changing the pitch of Hal's voice
« on: March 28, 2017, 02:22:07 pm »
Hi guys! I have some cepstal voices installed on my computer, I'm using one for Hal but I want to be able to change the pitch of the voice. The voice's advanced setting in Hal do not bring up any options, I'm assuming there are not any for that voice. Is there another way to change Hal's voice pitch programmatically? Maybe a plugin or something?

Thanks

22
Hi guys,

I've notice that the default tables in Hal's database dont have any rows in them and some tables are missing. I dont know the names of the tables however I do know that when I first installed Hal he had a lot of responses and tables which now for me do not exist. I dont know why or how this happened. Is there a way to restore or replace the database? Hal doesnt learn anymore and the conversions are terrible.

Thanks!

23
Hi guys, I'm stumped!! I'm trying to create a hal plugin that will go out to wikipedia and grab a portion of the content and display it. I created a vbscript program that does this and works fine on its own, however when I try to put it in a uhp file and add it as a plugin it doesn't work, so many different errors no matter what I do. Below is the code, please let me know there is a way to get it working.


Rem Type=Plugin
Rem Name=KITT Wiki
Rem Author= Victor
Rem Host=Assistant

'------------------------------------------------------------------------------------------------------
' KITTWiki.uhp - Release 1.0 by Victor Yacobucci. 02-25-2016
'------------------------------------------------------------------------------------------------------
Rem PLUGIN: PLUGINAREA1

vrToSearch = ""
vrToSearch = UCase(HalBrain.SearchPattern(UserSentence, "*search for*", 2))
GetResponse = "searching for "& vrToSearch &" "


'    Declaration of variables
Dim ie
 '    Declaration of subroutines
'    Sub WaitForLoad waits for webpage to finish loading
'    before proceeding with next line of code
Sub WaitForLoad
    Do while ie.Busy or ie.readystate <> 4
        wscript.sleep 2000
    Loop
End Sub
 '    Open windows Internet explorer and surf to website
set ie = CreateObject("InternetExplorer.Application")
With ie
    .Navigate "https://en.wikipedia.org/wiki/Michael_Jordan"
    .Toolbar=0
    .StatusBar=0
    .Height=560
    .Width=1000
    .Top=0
    .Left=0
    .Resizable=0
    WaitForLoad
    .Visible = false
end with
 '  Add code below to display in a msgbox the contents of each cell in column 0 (first column) should loop for each row.
 dim element
 dim counter
 dim item
Set element = ie.document.getElementById("mw-content-text").getElementsByTagName("p")
   counter = 1
   For Each x In element
      If(counter < 3) Then
      content = Replace(x.innerText,"[","")
      content = Replace(x.innerText,"]","")
      content = Replace(x.innerText,"(","")
      content = Replace(x.innerText,")","")
          MsgBox content
        End If
        counter = counter + 1
    Next



24
Ultra Hal 7.0 / Speech recognition response delay
« on: August 15, 2015, 02:27:35 pm »
Hi guys,

Has there been any progress on creating a way to change Hal's response time when speaking to him? Right now he has a 5 second delay before he gives a response. I've built a robot that uses Hal to have a conversation with you.  When i demo it to other people they like it but they always ask me why he has a long delay. Its just to long of a response time and makes it feel like a scripted conversion. Please, please create a way for us to be able to change the delay time. I'll pay more for that feature!!

Thank you

25
Ultra Hal 7.0 / Change Hals response time?
« on: April 14, 2013, 01:28:02 am »
Is there a area in Hal's script where I can change the response time when speaking to Hal from a mic? Right now I speak to him and an it takes around 5 sec for him to respond. I would like him to respond quicker as if I hit the enter button after speaking. I guess there is a delay in his response so that the speaker can pause then continue speaking before Hal responds.

26
General Discussion / Hal license error - Please help!!
« on: March 01, 2013, 05:13:19 pm »
Hello,

Yesterday when I restarted my CPU I received the following error with Hal on start up
"ERROR: Unknown return_code:FALSE_MAIN_LF_CORRUPT. Please contact vendor. Shutting down."
Please see attachments. I tried completely uninstalled Hal and deleted the registry entries then reinstalled it and still received the two error. Any help would be greatly appreciated.

27
I need to add some custom code that will allow the cursor to stay pinned inside Hal's input text box. Example if I ask Hal to open windows media player the cursor loses focus with Hals input text box. I want to add a "setFocus" command to the text box. Does anyone know the name of the text box? I've looked in the halScript but i only see "InputString" referenced but i believe that is the string name. Could someone please help?

28
Ultra Hal 7.0 / Hal is not referencing the HalScript - Please Help!!
« on: December 03, 2012, 10:59:44 am »
I've create a plugin for Hal a year ago, it contains phrases and commands to execute programs. Up until a week ago I was able to edit the file and change the phrases and commands and Hal would say them and execute the programs with no problems. Now all of a sudden when I edit the plugin Hal does not recognize the changes, there are no errors and I checked  the HalScript to make sure the new changes were in the file and they were. Any ideas as to what could be causing Hal to not recognize the changes. The plugin has been working fine for a year.

29
Hi everyone.

I would like to edit when Hal says "I am executing this program for you". Can anyone help me find where this is located in Hal's script?

30
Ultra Hal 7.0 / I need Hal to open a program without the "open" command
« on: January 31, 2012, 10:13:19 am »
Is there a plugin or a piece of code I could use to have Hal open a program on the desktop without having to say "open" I'm using Hal to open a C# script that I wrote which will turn on my dash lights in my car. Its works fine but I have to say "open start up" which doesnt sound very impressive to other people watching lol. I want to be able to say "start up" and Hal will open the program. I haven't found a plugin yet for this but I was wondering if you could code it right into Hal's script. Can anyone help with this?

Thanks.

Pages: 1 [2] 3