Tautulli / Tautulli-Issues

Bug reports for Tautulli
18 stars 3 forks source link

Notifies newer version is available when on latest #166

Closed rodalpho closed 5 years ago

rodalpho commented 5 years ago

Version: 2.1.28

Branch: master

Commit hash: 50f4731b67cee040cc2169bfd91716704fb25261

Operating system:

Linux 4.18.0-15-generic (#16-Ubuntu SMP Thu Feb 7 10:56:39 UTC 2019 - Ubuntu 18.04 bionic)

Python version: 2.7.15rc1 (default, Nov 12 2018, 14:31:15) [GCC 7.3.0]

What you did? Opened web UI

What happened? A newer version of Tautulli is available! You are 1 commit behind. Update or Dismiss

What you expected? No notification, as 2.1.28 is the newest version. I tried updating, did not fix the problem. Also tried restarting, but same issue comes up.

How can we reproduce your issue?

Look at the web UI

What are your (relevant) settings? Nothing in particular

Log output:

2019-03-11 14:10:37 - DEBUG   :: MainThread : Trying to execute: "git rev-parse HEAD" with shell in /opt/Tautulli
2019-03-11 14:10:37 - DEBUG   :: MainThread : Git output: 50f4731b67cee040cc2169bfd91716704fb25261
2019-03-11 14:10:37 - DEBUG   :: MainThread : Trying to execute: "git rev-parse --abbrev-ref --symbolic-full-name @{u}" with shell in /opt/Tautulli
2019-03-11 14:10:37 - DEBUG   :: MainThread : Git output: origin/master
2019-03-11 14:10:37 - INFO    :: MainThread : Retrieving latest version information from GitHub
2019-03-11 14:10:37 - DEBUG   :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2019-03-11 14:10:37 - DEBUG   :: MainThread : Latest version is e949b1486e67bc58c636ad13adad83a1747c5574
2019-03-11 14:10:37 - INFO    :: MainThread : Comparing currently installed version with latest GitHub version
2019-03-11 14:10:37 - DEBUG   :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/compare/e949b1486e67bc58c636ad13adad83a1747c5574...50f4731b67cee040cc2169bfd91716704fb25261
2019-03-11 14:10:37 - DEBUG   :: MainThread : In total, 1 commits behind
2019-03-11 14:10:37 - INFO    :: MainThread : New version is available. You are 1 commits behind
2019-03-11 14:10:37 - DEBUG   :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/releases
samwiseg0 commented 5 years ago

Issues are not the place for support, as explained in the README. Please use one of the support options available, with Discord being preferred.

https://github.com/Tautulli/Tautulli-Wiki/wiki/Frequently-Asked-Questions#general-q5

rodalpho commented 5 years ago

This is (obviously) a bug, not a standard support issue. But thanks for the link, I will try that.

Arcanemagus commented 5 years ago

It looks like you were previously on https://github.com/Tautulli/Tautulli/commit/50f4731b67cee040cc2169bfd91716704fb25261, which got amended to https://github.com/Tautulli/Tautulli/commit/e949b1486e67bc58c636ad13adad83a1747c5574. Whenever you update it shows you the changelog which in your case hadn't changed.

So it's the intended behaviour, just not exactly intuitive. Sorry for the confusion!

samwiseg0 commented 5 years ago

To be clear running what I linked initially would ensure everything is correct.

rodalpho commented 5 years ago

Yes, the link worked, thank you!