You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not able to install Mattermost through Yunohost (Error 500, Git exit Status 128)
Context
Hardware: Desktop PC
YunoHost version: 11.2.5
I have access to my server: Through SSH + through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
If yes, please explain:
Steps to reproduce
If you used the webadmin, please perform the equivalent command from the CLI first.
If the error occurs in your browser, explain what you did:
*Go to Applications
*Click on Install
*Type Mattermost
*Click Mattermost icon
*Click install
get the following Error:
YunoHost encountered an internal error
Really sorry about that.
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.
The following information might be useful for the person helping you:
Error: "500"
Action: "POST" /yunohost/api/apps
Error message:
Could not fetch source files, is the URL correct?
While processing the action the server said:
Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/mattermost_ynh', 'HEAD']' returned non-zero exit status 128.
Expected behavior
*I would like to install Mattermost on my Yunohost server through the in-built Yunohost functionality
Logs
When an operation fails, YunoHost provides a simple way to share the logs.
In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.
In command line, the command to share the logs is displayed at the end of the operation and looks like yunohost log display [log name] --share. If you missed it, you can find the log ID of a previous operation using yunohost log list.
After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)
If applicable and useful, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Hmm, looks like a transcient network error (not being able to reach the main branch on Github is probably an error not in the actual script, but somewhere else).
Did you retry recently? Is there maybe a firewall blocking your connections to github.com?
Hi! Thanks for the reply! ;)
I don't think there are any non standard firewall configurations here, at least I don't recall changing anything.
I retry it periodically and I still get pretty much the same response(sometimes I'm getting the one above, sometimes the one below, recently just the below one):
I managed to install it without any trouble about a month ago, but I ended up re-installing the OS on the server, so I lost all the data. Then, when I came back to try it again (I think about 2 weeks ago), that's what I'm getting.
I don't know if it's a coincidence or not, but Mattermost released an update at around the time I encountered the problem.
Describe the bug
Not able to install Mattermost through Yunohost (Error 500, Git exit Status 128)
Context
Steps to reproduce
YunoHost encountered an internal error
Really sorry about that.
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.
The following information might be useful for the person helping you:
Error: "500"
Action: "POST" /yunohost/api/apps
Error message:
Could not fetch source files, is the URL correct?
While processing the action the server said:
Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/mattermost_ynh', 'HEAD']' returned non-zero exit status 128.
Expected behavior
*I would like to install Mattermost on my Yunohost server through the in-built Yunohost functionality
Logs
When an operation fails, YunoHost provides a simple way to share the logs.
yunohost log display [log name] --share
. If you missed it, you can find the log ID of a previous operation usingyunohost log list
.After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)
If applicable and useful, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: