-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING Assistant not found in database!! #103
Comments
@Eichhoernchen Kann man dich auch anderes erreichen als über github? |
Hi, could you please start the server with the command line option: like: It will output more information which can help me track down the issue. Thanks.. well you can reach me via: [email protected] |
Here the output from debug mode... Note: i removed some private information like accountName. siri:/Daten/SiriServerCore# python SiriServer.py -ldebug DEBUG ---------------HEADER END---------------- |
did you use siri before via a proxy? You need to stop and restart siri before you can use the server, it seems there is some old data in your requests that produce the error. The cause of the problem seems to be some string that is not encoded properly. Either due to the proxy or the biplist module I use... Currently I don't have enough free time to investigate this, maybe next week. Please remind me if stopping and starting Siri through the preferences menu does not work out |
Hi, I tested it now... I disabled Siri, stopped and started the server and activated siri. But the error message still appears. |
I have a similar problem and it's preventing me from making any requests. I am using Spire... Notes: Class 'CreateSessionInfoRequest' failed Reason 'Not authenticated' Class 'LoadAssistant' failed ERROR 'No Language is set for this assistant' 'CommandFailed' Group 'com.apple.ace.system' 'errorCode' 2 Reason 'Database error Assistant not found or language settings' Debug Log below |
INFO Starting server on port 1002 DEBUG --------------HEADER START--------------- DEBUG ---------------HEADER END---------------- |
Did you try this? "You can also install my tweak available via Cydia which takes care of all of this, also it allows you to select more languages. Add http://cydia.siri-server.com/ to your Cydia sources. And install "SiriServer Tweaks". Check your Preferences.app for further settings." |
Thanks... Though that's not really the answer I was looking for. I would like to figure out what the real problem is, rather then fixing it with a tweak. Besides that, SiriServer Tweaks is for iOS 6. I am on iOS 5.0.1. |
Is SiriServer Still working?? |
According to no replies to this thread recently, I would say no... I've never was able to get the core version working, only the first version. The developer doesn't want to fix it and I refuse to donate my time and money for something that will never get fixed. R.I.P. SiriServerCore |
I used it a while back and it worked great. I can connect but with errors. On Wednesday, February 13, 2013, 2cold wrote:
Sent from Gmail Mobile For Iphone |
Try deleting the database... I don't have enough free time right now to investigate this. Furthermore, this is free and also modifiable, don't expect me to fix all your problems |
Have you tried to delete the "com.apple.assistant.plist" on your iPhone in /var/mobile/Library/Preferences ? |
@Eichhoernchen: If I knew what the problem was I would of fixed it. Unfortunately, it took over 3 months to get any reply for a promising answer. @dschu-lab: What were you referring to when you said "Authentication Disabled" -key? Haven't messed with the server in a while so you'll have to refresh my memory. |
Here ya go Lab. Read this and it will answer your question on the Key On Thursday, February 14, 2013, 2cold wrote:
Sent from Gmail Mobile For Iphone |
Ah yes! That's what "dschu-lab" was referring to. I believe I have tried that already. Though I will go through the steps sometime in the next few days and make sure everything is ship shape. |
I have tried everything in my power to get this running. I've had no success AT ALL! |
Hi,
here some bug.
INFO New client with iPhone3,1 on OS version 5.1.1 build 9B206 connected using protocol version 1.0
WARNING Assistant not found in database!!
ERROR Database Error on setting assistant data
Traceback (most recent call last):
File "/Daten/SiriServerCore/SiriProtocolHandler.py", line 373, in received_plist
c.execute("update assistants set assistant = ? where assistantId = ?", (self.assistant, self.assistant.assistantId))
ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
INFO Sending flac to google for recognition
INFO Best matching result: "Hi" with a confidence of 50.76%
INFO Connection Closed: Connection was closed cleanly.
INFO Currently 0 clients connected
The text was updated successfully, but these errors were encountered: