mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #822] No web interface on Shiori 1.6.0 RC 6 #390
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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?
@domasofan commented on GitHub (Jan 26, 2024):
I got it from the releases page.
I am running Windows 10.
@Monirzadeh commented on GitHub (Jan 26, 2024):
I test that on windows and Linux.
Just happen in windows.
@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.
@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
@domasofan commented on GitHub (Feb 5, 2024):
Hi all,
1.6.0 RC 7 works now on Windows.
Thanks for fixing.