openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.28k stars 2.51k forks source link

Error when login. #280

Closed CyberRSR closed 8 years ago

CyberRSR commented 9 years ago

/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute function dispatcher target for entry '/'. The called action terminated with an exception: /usr/lib/lua/luci/sauth.lua:87: Session data invalid! stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:448: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>

tru7 commented 9 years ago

Stepped over the same problem today for trunk. It works fine with plain luci install including luci-theme-bootstrap. But as soon as luci-theme-openwrt or another theme is installed I get this exception. If I remove the extra theme it's working again. Is it the same for you?

hnyman commented 8 years ago

Themes work for me. Session handling has been reworked since the this issues was filed. Likely fixed by now.