[SIP Beyond VoIP] Sylk-Server does not run on Ubuntu 11.04 natty due to type error
Saúl Ibarra Corretgé
saul at ag-projects.com
Fri Oct 5 15:24:35 CEST 2012
On Oct 5, 2012, at 3:13 PM, Adrian Georgescu wrote:
> What did you put in your config.ini?
>
> Adrian
>
> On Oct 5, 2012, at 3:11 PM, Anil KARADAG wrote:
>
>> Hi all,
>>
>>
>> I have an issue, I don’t run sylk-server on ubuntu 11.04. I installed it successful.
>>
>>
>> root at trhtlangley35:~# sylk-server --no-fork
>> Starting SylkServer 2.1.0, config=/etc/sylkserver/config.ini
>> fatal error: failed to create SylkServer: expected string or Unicode object, NoneType found
>> Traceback (most recent call last):
>> File "/usr/bin/sylk-server", line 68, in main
>> from sylk.server import SylkServer
>> File "/usr/lib/python2.7/dist-packages/sylk/server.py", line 13, in <module>
>> from sipsimple.account import Account, BonjourAccount, AccountManager
>> File "/usr/local/lib/python2.7/dist-packages/sipsimple/account/__init__.py", line 22, in <module>
>> from gnutls.interfaces.twisted import X509Credentials
>> File "/usr/lib/python2.7/dist-packages/gnutls/interfaces/twisted/__init__.py", line 10, in <module>
>> from twisted.python import failure
>> File "/usr/lib/python2.7/dist-packages/application/log/extensions/twisted/twisted.py", line 14, in <module>
>> import twisted
>> TypeError: expected string or Unicode object, NoneType found
>> root at trhtlangley35:~#
>>
Do you have Twisted installed? You can check by opening a Python terminal and typing:
>>> import twisted
Regards,
--
Saúl Ibarra Corretgé
AG Projects
More information about the SIPBeyondVoIP
mailing list