After upgrade to firmware version 3.0.41-IMS-KDG
vodafone-station-exporter stopped working
crashing with a segmentation violation after querying
/api/v1/phone_calllog/1,2/CallTbl.
Checking the HTTP traffic all API requests requiring authentication
failed with HTTP error 401 and JSON response
{"error":"error","message":"Unauthorized user!"}
Adding a simple GET request to /api/v1/session/menu directly after the
final login POST request fixes this.
|
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| collector.go | ||