![Profile picture](https://clearml-web-assets.s3.amazonaws.com/scoold/avatars/NutritiousBear41.png)
Reputation
Badges 1
19 × Eureka!Apologies for the confusion - when I first saw the notification I thought I was still on 0.14.0 .. also under the profile tab it does not show the patch version
ok so then I am on 0.14.1
You know what let me see if I can reliably replicate the issue before you spend any more time on it - if I can I'll ping you back with a sequence to replicate
Hi, no the message is on the Trains web dashboard
the server is running on both port 8080 and port 80... (8080 redirects to 80 on the nat) ... accessing on :80 caching works fine ... accessing on :8080 is what does not update the version without a refresh ... but will check your instructions above later
I am on Firefox 75.0 btw
its kind of weird - if i close the tab and reload the localstorage gets set back to 0.14.0-305
Haha it has appeared again
A yellow bar that appears at the top prompting for upgrade - i will see if I can get a screenshot
I dismissed it and haven't seen it since
ok - will have a look at it sometime this afternoon
if i refresh the currentVersion switched to the correct one (0.14.1-318)
yeap! I added a 30 second sleep and now it reports
2020-02-10 17:53:10,165 - trains.Task - INFO - Waiting for repository detection and full package requirement analysis 2020-02-10 17:53:19,357 - trains.Task - INFO - Finished repository detection and package analysis
and installed packages
is now populated
Hi Martin. I get the repo on the web ui - but under installed packages
I have No packages identified
its just a small test program which basically runs for a few seconds
PunySquid88 you can also run xvfb directly from python https://pypi.org/project/xvfbwrapper/ . We have been using it this way.
thanks CumbersomeCormorant74 that is what I was looking for