-
Notifications
You must be signed in to change notification settings - Fork 555
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
Comments
Which operating system are you running this on? Where did you get the executable, from the releases page? |
I got it from the releases page. |
I test that on windows and Linux. |
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
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
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
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
@domasofan Thanks . we improve unit tests in Shiori because of this bug report 👍 |
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 |
Hi all, 1.6.0 RC 7 works now on Windows. |
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
The text was updated successfully, but these errors were encountered: