quentin-st / Freebox-OS-munin

Low depencendies Freebox OS munin plugin
GNU General Public License v2.0
17 stars 10 forks source link

freebox-transmission-traffic Error #11

Closed titithebad closed 6 years ago

titithebad commented 6 years ago

Hello,

I have this error : Unknown API error "insufficient_rights" on URI http://mafreebox.freebox.fr/api/v3/downloads/stats/ (endpoint downloads/stats/). Plus, we could not print the error message correctly.

Why ?

Regards

quentin-st commented 6 years ago

Hello,

Which Freebox do you own? Is it up to date? Did you follow the stepthrough described in the readme?

titithebad commented 6 years ago

It seems to work now. I should have forgotten to do main.py authorize.

I will give you now tomorrow.

I have a Freebox Revolution

quentin-st commented 6 years ago

Great to know it worked! You can debug the authorization from the Freebox OS's settings page if needed. Closing this, don't hesitate to reopen it if you're still experiencing troubles with authorization

titithebad commented 6 years ago

No it is OK for the authorization.

I should close it tomorrow after testing.

quentin-st commented 6 years ago

It seems to work now.

Thought it was, my bad. Reopening it in the meantime

titithebad commented 6 years ago

The value is always 0.0 ! Why ?

titithebad commented 6 years ago

up !

quentin-st commented 6 years ago

Are you getting any errors when running munin-run freebox-transmission-traffic? Is there any useful information in /var/log/munin/munin-node.log log file?

Do you have active tasks on the Freebox OS's downloads app?

titithebad commented 6 years ago

No error.

No active tasks.

Is the reason ?

quentin-st commented 6 years ago

Yes indeed: the freebox-transmission-traffic logs the upload & download rates of the Freebox OS's downloads app. The latter internally uses transmission (a torrent open-source software), hence the plugin name.

If you don't have any active (seeding or downloading) tasks, this plugin will obviously track null (0.00) rates. If you have active tasks, the graph will look something like this:

titithebad commented 6 years ago

OK !

quentin-st commented 6 years ago

Closing this issue, please reopen it if you still have questions!