-
Notifications
You must be signed in to change notification settings - Fork 558
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
Supported App Sync fails upon reaching Tar1090 #598
Comments
I believe this is caused because Heimdall's backend hates numbers in app names. I was able to get App Updates working again by essentially undoing this update: I actually ran into another similar error with "n8n" -> "nn", but was able to resolve it in the same manner. Now I can "Update App List" in Heimdall again successfully. |
I believe these two lines in the definition of an app are the culprit: Line 42 in 61a5a1a
Line 55 in 61a5a1a
they are cleaning the application name by removing anything that isn't a letter.
|
@stevietv I've pushed that change, thanks |
The following error is thrown:
The text was updated successfully, but these errors were encountered: