jimmykane / SiriServerCorePlugins

SiriServerCore - Plugins Contributed by community
http://hack.silentspark.net/phpbb/index.php
22 stars 12 forks source link

mapObjects #4

Closed twarden09 closed 12 years ago

twarden09 commented 12 years ago

Since mapObjects has been removed from the core shouldn't we rewrite the whereAmI to use the systemObjects and localsearchObjects instead?

I tried to do this, but failed got all kinds of errors as I am not a programmer, but i'm trying to learn :)

Playfrog4u commented 12 years ago

I thought of that also. But for some reason it fails. I am working on a fix. But I see nothing wrong with mapObjects.

cytec commented 12 years ago

there is nothing wrong with mapObject except it only contains functions that are in sysObj and localsearchObj...

https://github.com/Eichhoernchen/SiriServerCore/issues/21#issuecomment-4451199

jimmykane commented 12 years ago

We should! I tried also and got constant restrings.

On 14 Μαρ 2012, at 1:23, black9hawkreply@reply.github.com wrote:

Since mapObjects has been removed from the core shouldn't we rewrite the whereAmI to use the systemObjects and localSearchObjects instead?

I tried to do this, but failed got all kinds of errors as I am not a programmer, but i'm trying to learn :)


Reply to this email directly or view it on GitHub: https://github.com/jimmykane/SiriServerCorePlugins/issues/4

cytec commented 12 years ago

ill also take a look on that if i have some free time tomorrow.

cedbv commented 12 years ago

You can have some examples of localsearchObjects here: https://github.com/cedbv/SiriServer2/blob/master/plugins/location/__init__.py

"Where I Am" is the second method.

I can change the WhereIAm plugin here tonight if nobody has done it before.

cytec commented 12 years ago

ok seems like ive got it working again... just cleaning up my code and make it ready to release

cytec commented 12 years ago

Should be fixed with my last commit.