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

No web interface on Shiori 1.6.0 RC 6 #822

Closed
domasofan opened this issue Jan 26, 2024 · 6 comments · Fixed by #829
Closed

No web interface on Shiori 1.6.0 RC 6 #822

domasofan opened this issue Jan 26, 2024 · 6 comments · Fixed by #829
Assignees
Labels
priority:high type:bug Something isn't working
Milestone

Comments

@domasofan
Copy link

Hi all,

Seems there are some files missing in the executable.
Because the web interface seems not to come up.

Here's the log:

$ shiori server --portable

time="2024-01-26T19:42:47+01:00" level=warning msg="SHIORI_HTTP_SECRET_KEY is not set, using random value. This means th
at all sessions will be invalidated on server restart."
time="2024-01-26T19:42:48+01:00" level=info msg="Starting Shiori v1.6.0-rc.6"
time="2024-01-26T19:42:48+01:00" level=info msg="starting http server" addr=":8080"
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\css\style.css:
file does not exist" path=/css/style.css
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\vue.min.js:
file does not exist" path=/js/vue.min.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\url.min.js:
file does not exist" path=/js/url.min.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\page\base.
js: file does not exist" path=/js/page/base.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\page\home.
js: file does not exist" path=/js/page/home.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\page\setti
ng.js: file does not exist" path=/js/page/setting.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\js\component\
dialog.js: file does not exist" path=/js/component/dialog.js
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\res\favicon-16
x16.png: file does not exist" path=/res/favicon-16x16.png
time="2024-01-26T19:43:13+01:00" level=error msg="requested frontend file not found" error="open assets\res\apple-touc
h-icon-152x152.png: file does not exist" path=/res/apple-touch-icon-152x152.png

@fmartingr fmartingr added the type:bug Something isn't working label Jan 26, 2024
@fmartingr fmartingr added this to the 1.6.0 milestone Jan 26, 2024
@fmartingr
Copy link
Member

Which operating system are you running this on? Where did you get the executable, from the releases page?

@domasofan
Copy link
Author

I got it from the releases page.
I am running Windows 10.

@Monirzadeh
Copy link
Collaborator

Monirzadeh commented Jan 26, 2024

I test that on windows and Linux.
Just happen in windows.

fmartingr added a commit that referenced this issue Jan 28, 2024
Created a simple local filesystem abstrantion in the
StorageDomain while removing afero, this has been done
because afero was causing some problem under Windows
hosts.

Fixes #822
fmartingr added a commit that referenced this issue Jan 28, 2024
Created a simple local filesystem abstrantion in the
StorageDomain while removing afero, this has been done
because afero was causing some problem under Windows
hosts.

Fixes #822
fmartingr added a commit that referenced this issue Jan 28, 2024
Created a simple local filesystem abstrantion in the
StorageDomain while removing afero, this has been done
because afero was causing some problem under Windows
hosts.

Fixes #822
fmartingr added a commit that referenced this issue Jan 28, 2024
Created a simple local filesystem abstrantion in the
StorageDomain while removing afero, this has been done
because afero was causing some problem under Windows
hosts.

Fixes #822
@Monirzadeh
Copy link
Collaborator

Monirzadeh commented Feb 5, 2024

@domasofan Thanks . we improve unit tests in Shiori because of this bug report 👍
Thank you @fmartingr too for lots of help.

@fmartingr
Copy link
Member

Please check if v1.6.0-rc.7 fixes the issue for you: https://github.com/go-shiori/shiori/releases/tag/v1.6.0-rc.7

@domasofan
Copy link
Author

Hi all,

1.6.0 RC 7 works now on Windows.
Thanks for fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment