Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3358 - iwinfo.scan ubus call failed with latest uhttpd #8213

Open
openwrt-bot opened this issue Sep 23, 2020 · 1 comment
Open

FS#3358 - iwinfo.scan ubus call failed with latest uhttpd #8213

openwrt-bot opened this issue Sep 23, 2020 · 1 comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray

Comments

@openwrt-bot
Copy link

srdgame:

With latest uhttpd package (2020-09-18), the wireless scan failed in our MT7688 devices (ramps mt76x8). The original uhttpd (2020-08-05-212f8364) version works before.

The iwinfo.scan is using the nobatch=true flag when calling rpc.declare (luci/modules/luci-base/htdocs/luci-static/resources/network.js:83)

@openwrt-bot
Copy link
Author

rmilecki:

This is caused by nobatch requests having object and method appended to the URL, e.g.:
http://192.168.1.1/ubus//iwinfo.scan?1600861320936=

Can you test [[https://patchwork.ozlabs.org/project/openwrt/patch/20200923115730.23743-1-zajec5@gmail.com/|[PATCH luci] luci-base: don't append object.method to the RPC url
]]?

@aparcar aparcar added the core packages pull request/issue for core (in-tree) packages label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray
Projects
None yet
Development

No branches or pull requests

2 participants