You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2022. It is now read-only.
I've installed all of the dependencies, including lua-http, but still I get this error:
modulemanager error Error initializing module 'push_appserver_apns' on 'localhost': /usr/lib/prosody/util/startup.lua:197: loop or previous error loading module 'http.client'
stack traceback:
[C]: in function '_real_require'
/usr/lib/prosody/util/startup.lua:197: in function 'require'
/usr/lib/prosody/modules/mod_push_appserver_apns/mod_push_appserver_apns.lua:17: in main chunk
[C]: in function 'xpcall'
/usr/lib/prosody/core/modulemanager.lua:270: in function 'do_load_module'
/usr/lib/prosody/core/modulemanager.lua:353: in function 'load'
/usr/lib/prosody/core/modulemanager.lua:131: in function '?'
/usr/lib/prosody/util/events.lua:81: in function </usr/lib/prosody/util/events.lua:77>
(tail call): ?
/usr/lib/prosody/core/hostmanager.lua:108: in function 'activate'
/usr/lib/prosody/core/hostmanager.lua:58: in function '?'
/usr/lib/prosody/util/events.lua:81: in function </usr/lib/prosody/util/events.lua:77>
(tail call): ?
/usr/lib/prosody/util/startup.lua:428: in function 'prepare_to_start'
/usr/lib/prosody/util/startup.lua:703: in function 'f'
/usr/lib/prosody/util/async.lua:156: in function 'func'
/usr/lib/prosody/util/async.lua:144: in function </usr/lib/prosody/util/async.lua:142>
Hey,
I've installed all of the dependencies, including lua-http, but still I get this error:
modulemanager error Error initializing module 'push_appserver_apns' on 'localhost': /usr/lib/prosody/util/startup.lua:197: loop or previous error loading module 'http.client'
stack traceback:
[C]: in function '_real_require'
/usr/lib/prosody/util/startup.lua:197: in function 'require'
/usr/lib/prosody/modules/mod_push_appserver_apns/mod_push_appserver_apns.lua:17: in main chunk
[C]: in function 'xpcall'
/usr/lib/prosody/core/modulemanager.lua:270: in function 'do_load_module'
/usr/lib/prosody/core/modulemanager.lua:353: in function 'load'
/usr/lib/prosody/core/modulemanager.lua:131: in function '?'
/usr/lib/prosody/util/events.lua:81: in function </usr/lib/prosody/util/events.lua:77>
(tail call): ?
/usr/lib/prosody/core/hostmanager.lua:108: in function 'activate'
/usr/lib/prosody/core/hostmanager.lua:58: in function '?'
/usr/lib/prosody/util/events.lua:81: in function </usr/lib/prosody/util/events.lua:77>
(tail call): ?
/usr/lib/prosody/util/startup.lua:428: in function 'prepare_to_start'
/usr/lib/prosody/util/startup.lua:703: in function 'f'
/usr/lib/prosody/util/async.lua:156: in function 'func'
/usr/lib/prosody/util/async.lua:144: in function </usr/lib/prosody/util/async.lua:142>
any Idea why?