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
The configuration file (config.yaml) got overwritten with "500: Internal Server Error" due to GitHub, where the main configuration is stored, being unavailable when using the "configUrl" option.
sh-5.1# cat config.yaml
500: Internal Server Errorsh-5.1#
Manually updating the configuration file to valid syntax and restarting the container resolved the issue.
FetchIt should probably do some basic validation of configuration files it pulls using the "configUrl" to ensure it is valid syntax or that the remote Git repository did not throw an error when attempting to fetch the file.
The text was updated successfully, but these errors were encountered:
The configuration file (config.yaml) got overwritten with "500: Internal Server Error" due to GitHub, where the main configuration is stored, being unavailable when using the "configUrl" option.
Manually updating the configuration file to valid syntax and restarting the container resolved the issue.
FetchIt should probably do some basic validation of configuration files it pulls using the "configUrl" to ensure it is valid syntax or that the remote Git repository did not throw an error when attempting to fetch the file.
The text was updated successfully, but these errors were encountered: