[GH-ISSUE #822] No web interface on Shiori 1.6.0 RC 6 #390

Closed
opened 2026-02-25 23:34:07 +03:00 by kerem · 6 comments
Owner

Originally created by @domasofan on GitHub (Jan 26, 2024).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/822

Originally assigned to: @Monirzadeh on GitHub.

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

Originally created by @domasofan on GitHub (Jan 26, 2024). Original GitHub issue: https://github.com/go-shiori/shiori/issues/822 Originally assigned to: @Monirzadeh on GitHub. 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
kerem 2026-02-25 23:34:07 +03:00
Author
Owner

@fmartingr commented on GitHub (Jan 26, 2024):

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

<!-- gh-comment-id:1912537915 --> @fmartingr commented on GitHub (Jan 26, 2024): Which operating system are you running this on? Where did you get the executable, from the releases page?
Author
Owner

@domasofan commented on GitHub (Jan 26, 2024):

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

<!-- gh-comment-id:1912552750 --> @domasofan commented on GitHub (Jan 26, 2024): I got it from the releases page. I am running Windows 10.
Author
Owner

@Monirzadeh commented on GitHub (Jan 26, 2024):

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

<!-- gh-comment-id:1912575887 --> @Monirzadeh commented on GitHub (Jan 26, 2024): I test that on windows and Linux. Just happen in windows.
Author
Owner

@Monirzadeh commented on GitHub (Feb 5, 2024):

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

<!-- gh-comment-id:1926551839 --> @Monirzadeh commented on GitHub (Feb 5, 2024): @domasofan Thanks . we improve unit tests in Shiori because of this bug report :+1: Thank you @fmartingr too for lots of help.
Author
Owner

@fmartingr commented on GitHub (Feb 5, 2024):

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

<!-- gh-comment-id:1926616870 --> @fmartingr commented on GitHub (Feb 5, 2024): 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
Author
Owner

@domasofan commented on GitHub (Feb 5, 2024):

Hi all,

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

<!-- gh-comment-id:1927873470 --> @domasofan commented on GitHub (Feb 5, 2024): Hi all, 1.6.0 RC 7 works now on Windows. Thanks for fixing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#390
No description provided.