tmolitor-stud-tu / mod_push_appserver

Simple and extendable appserver for XMPP pushes (aka. XEP-0357)
MIT License
25 stars 9 forks source link

loop or previous error loading module 'http.client' #31

Open tzigdon opened 2 years ago

tzigdon commented 2 years ago

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?