-
Notifications
You must be signed in to change notification settings - Fork 759
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
16.1.2 + old config -> traffic shaper settings issues #762
Comments
|
This might be related to issue: #761 ... API access unauthorized |
|
Are you using root here? or another user with a different ACL set? |
|
Thanks for the prompt reply! I was/am using root. When I log in now (~24h later), the Traffic Shaper settings of my old config are displayed and the API gives a HTTP Status 200 OK back in the Firefox debugger for a GET on the API. |
|
Maybe that helps: I re-ran the API URI shown in debugger and it brings back: URI: https://opnsensebox/api/trafficshaper/settings/setPipe/3c84c489-2608-4e0c-b4fd-6a16daa2a50a {"result":"failed"} This is another interesting information from the Debugger. Don't know if the "direction" option is important or not, but you might get an idea out of it?: https://opnsensebox/api/trafficshaper/settings/setPipe/3c84c489-2608-4e0c-b4fd-6a16daa2a50a Response: JSON:undefined |
|
Thanks for your feedback, it's a regression in the last version caused by a change in the default "Required" model parameter. This commit should fix it e342cd9, if you want to test it out on your machine simply run: |
(cherry picked from commit e342cd9)
Just upgraded to 16.1.2 and used a config file from 15.7.17. Now the traffic shaper settings are empty in the GUI although Traffic Shaper Status in the GUI shows the limiters in place and working. Also "ipfw list" on the command line pops up the old config. Also I can't setup a new Traffic Shaper setting in the GUI (can't select bandwidth Metric, mask -> dropdown list is empty).
The text was updated successfully, but these errors were encountered: