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

Style.css file not found #897

Open
MayuO2 opened this issue Dec 24, 2022 · 1 comment
Open

Style.css file not found #897

MayuO2 opened this issue Dec 24, 2022 · 1 comment

Comments

@MayuO2
Copy link

MayuO2 commented Dec 24, 2022

Hey Fossasia, thanks for your great work. I have the following issue:

python -m visdom.server
Checking for scripts.
It's Alive!
ERROR:root:initializing
INFO:root:Application Started
INFO:root:Working directory: C:\Users\olive.visdom
You can navigate to http://localhost:8097/
INFO:tornado.access:304 GET / (::1) 30.08ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.00ms
INFO:tornado.access:304 GET /static/fonts/glyphicons-halflings-regular.woff2 (::1) 284.73ms
INFO:tornado.access:304 GET / (::1) 72.16ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.02ms
INFO:tornado.access:101 GET /socket (::1) 0.00ms
INFO:root:Opened new socket from ip: ::1
INFO:tornado.access:200 POST /env/main (::1) 1.00ms
INFO:tornado.access:200 POST /env/main (::1) 0.00ms
INFO:tornado.access:304 GET /favicon.png (::1) 14.04ms

I have gone to the file directory where visdom is saved in the environment and manually created a user\style.css file. I am not sure what code to include in the style.css. I couldn't fix the problem (I have also deleted and reinstalled visdom. It doesn't give me the user\style.css files.

@da-h
Copy link
Contributor

da-h commented Dec 25, 2022

Hey @MayuO2,

thanks for your bug report.

Do I understand you correctly, that you would like to use a user-defined style-file but could not make it recognize the style file?

  • As a starting point, you can place the contents of the default style file at the respective directory, or, just insert the parts you would like to overwrite.
  • A side note: the style file from your config-directory will be currently read only once during initialization of the server.

In case you are confused by the ERROR:root:initializing: don't worry, this is just a bug and has been solved in #894.
(The message will disappear with the next release of visdom).

Best,
da-h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants