#1456 server_select: attempt to call upvalue 'dispatch' (a nil value)
Reporter
bert
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Defect
Status-Duplicate
bert
on
I noticed this in the error log after upgrading to recent trunk:
```
Oct 26 18:16:04 general error Top-level error, please report:
/usr/lib/prosody/net/server_select.lua:528: attempt to call upvalue 'dispatch' (a nil value)
Oct 26 18:16:04 general error
stack traceback:
/usr/lib/prosody/net/server_select.lua:528: in function 'readbuffer'
/usr/lib/prosody/net/server_select.lua:948: in function </usr/lib/prosody/net/server_select.lua:932>
[C]: in function 'xpcall'
/usr/lib/prosody/../../bin/prosody:80: in function 'loop'
/usr/lib/prosody/../../bin/prosody:90: in main chunk
[C]: ?
```
What version of the product are you using? On what operating system?
Prosody trunk nightly build 1158 (2019-10-20, cb9755d7a36e)
bert
on
Upon further investigation, this looks like it's happening when I try to join a muc on a server that is not reachable.
Zash
on
Thanks for the report. this was already reported in #1419 so closing as duplicate.
I noticed this in the error log after upgrading to recent trunk: ``` Oct 26 18:16:04 general error Top-level error, please report: /usr/lib/prosody/net/server_select.lua:528: attempt to call upvalue 'dispatch' (a nil value) Oct 26 18:16:04 general error stack traceback: /usr/lib/prosody/net/server_select.lua:528: in function 'readbuffer' /usr/lib/prosody/net/server_select.lua:948: in function </usr/lib/prosody/net/server_select.lua:932> [C]: in function 'xpcall' /usr/lib/prosody/../../bin/prosody:80: in function 'loop' /usr/lib/prosody/../../bin/prosody:90: in main chunk [C]: ? ``` What version of the product are you using? On what operating system? Prosody trunk nightly build 1158 (2019-10-20, cb9755d7a36e)
Upon further investigation, this looks like it's happening when I try to join a muc on a server that is not reachable.
Thanks for the report. this was already reported in #1419 so closing as duplicate.
Changes