mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qbittorrent execution log being spammed with "WebAPI login success." #7608
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#7608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JourneyOver on GitHub (Aug 14, 2018).
Please provide the following information
qBittorrent version and Operating System
QBIT V: 4.1.2
OS: Win 10 x64 Pro Latest Updates
What is the problem
Upon upgrading to 4.1.2, qbittorrent logs seems to be getting spammed with
WebAPI login success. IP: ::1at various moments in time. This was not happening in earlier versions.What is the expected behavior
For it to not spam the logs with
WebAPI login success. IP: ::1constantly.Steps to reproduce
1 - Download NGINX and qbittorrent 4.1.2 and set them both up with QBT WebUI enabled.
2 - Look at execution log for qbittorrent and you'll see
WebAPI login success.being spammed a bit.3 - Download qbittorrent 4.1.1 and keep the configuration the same as before
3.5 - Look at execution log for qbittorrent 4.1.1 and notice that there is never a
WebAPI login success.at all.Extra info(if any)
Something obviously changed in release 4.1.2 that shows login attempts for the WebUI that was not there before in older versions of qbittorrent, idk what but seems that with the way nginx does things it seems to spam the qbittorrent logs a bit due.
This is my qbittorrent.conf file for nginx
Log to show how much it was spamming (had to combine two logs together due to how much it spammed):
qbittorrent.log
the
(N) 2018-08-14T05:52:01 - WebAPI login success. IP: ::ffff:127.0.0.1was of my own logging in on the webUI, the rest seem to be due to nginx.@lozbrown commented on GitHub (Dec 31, 2018):
@JourneyOver care to share how you resolved this
@JourneyOver commented on GitHub (Dec 31, 2018):
@lozbrown I didn't resolve it exactly, just somewhere between QBT 4.1.3 and the latest release it stopped spamming the logs. my computer was broken the past couple of months and I just recently got my computer back up and running again, so idk what version exactly it was fixed in all I know was that when I downloaded the latest release I haven't had any spam coming in from the WebAPI like the above when running nginx.