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

Incorrect value for total data received with the VPN client #767

Closed
Senyoret1 opened this issue May 13, 2021 · 0 comments
Closed

Incorrect value for total data received with the VPN client #767

Senyoret1 opened this issue May 13, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Senyoret1
Copy link
Contributor

Describe the bug
The /api/visors/{{pk}}/apps/vpn-client/connections API endpoint always returns 0 in the bandwidth_received field.

Environment information:

  • OS: Linux

Steps to Reproduce
Steps to reproduce the behavior:

  1. Use the a web browser to open {{SkywireManagerHost}}/#/vpn/{{NodePK}} . That will opend the VPN client app.
  2. Select a valid VPN server and connect to it.
  3. Use your internet connection and check in the UI the data transmission stats. It will should the upload/download speed and how many data has been uploaded, but the total downloaded data will always be 0.
  4. Open the network tab of the web developer tools (in the browser) and check the calls to the /api/visors/{{pk}}/apps/vpn-client/connections API endpoint.

Actual behavior
The bandwidth_received field is always 0.

Expected behavior
The bandwidth_received field should contain the total amount of data received.

Additional context
Add any other context about the problem here.

@Senyoret1 Senyoret1 added the bug Something isn't working label May 13, 2021
@Senyoret1 Senyoret1 changed the title Incorrect value for total data sent with the VPN client Incorrect value for total data received with the VPN client Sep 25, 2021
@jdknives jdknives closed this as completed Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants