plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 344 forks source link

Config.yml not found #349

Closed shanagarwal closed 11 years ago

shanagarwal commented 12 years ago

hey guys,

i'm doing a fresh install of siriproxy. i get this error when i do a rake install.

config.yml not found. copy config.example.yml to config.yml, then modify it.

where is config.yml? and what am i suppose to modify in it?

shanagarwal commented 12 years ago

@plamoni

shanagarwal commented 12 years ago

@westbaer

jendas commented 12 years ago

I have same issue. Does anybody know the solution to this problem?

plamoni commented 12 years ago

~/.siriproxy/ three is an example config in there.

jendas commented 12 years ago

I find the soluton for this problem. After commands clone git://github.com/plamoni/SiriProxy.git and cd SiriProxy, you must create new folder in home folder named .siriproxy and copy and rename the config.example.yml there. After that use command: rvm all do bundle install, and right after this command: rvm all do rake install. This steps worked for me.

AlexJWayne commented 12 years ago

Just ran into this too. rake install step in the README needs to come after the creation of ~/.siriproxy/config.yml

Margo78 commented 11 years ago

Hello my name is Skyzo, i have the same error :

config.yml not found.

My SiriProxy folder is in my personnal folder (home/XXX/SiriProxy) inside this i have the two file : config.yml and example.

I have create a folder in my home folder who is calling .siriproxy inside this i have the two file : config.yml and example.

I return in the terminal but when i put command : cd SiriProxy (home/XXX/SiriProxy) rake install

i have error: config.yml not found. copy config.example.yml to config.yml, then modify it.

Do i must modified inside config.yml ?

Thank you for your help. Please use simply word i m not english.

Deanmv commented 11 years ago

You need to run:

mkdir ~/.siriproxy

cp ~/SiriProxy/config.example.yml ~/.siriproxy/config.yml

cd ~/SiriProxy

rake Install

Where SiriProxy is the folder you install the download to. (Watch out for the dot and non dot on the same folders)

Margo78 commented 11 years ago

Hello, thank you very much for your response. I m on this project since few day and i solve many probleme.... :)

Ok i have do that and it's work.... i havec install all api keys, gen certicifacte etc... but i have a last error concerning the wordnik plugins when i start siriserver :

$ ./siriServer.py --port 443 CRITICAL load_plugins Failed loading plugin due to missing module: 'Wordnik library not found. Please install wordnik library! e.g. sudo easy_install wordnik' INFOStarting Server INFO init Listening on port 443 INFOCaught shutdown, closing server

I have : easy_install wordnik go to //developer.wordnik.com/libraries"]Wordnik Developer go to //github.com/wordnik/wordnik-python"]wordnik/wordnik-python · GitHub

I have install all package nothing to do ! the error appear again.

If you can help me a last time... Thank you

Skyzo

Le 08/12/2012 12:40, Deanmv a écrit :

You need to run:

|mkdir ~/.siriproxy|

|cp ~/SiriProxy/config.example.yml ~/.siriproxy/config.yml|

|cd ~/SiriProxy|

|rake Install|

Where SiriProxy is the folder you install the download to. (Watch out for the dot and non dot on the same folders)


Reply to this email directly or view it on GitHub https://github.com/plamoni/SiriProxy/issues/349#issuecomment-11157793.

Deanmv commented 11 years ago

To start the server it should be:

rvmsudo siriproxy server

I've neve seen that error before so not sure what it is.

Or try loading the siriproxy with just the example plugin as that output seems to be the plugin that it is failing to load.