fidel
fidel
If he removes the inject code from the service-config - the tab does no longer crash.
as small optimization it could help to change the function which generates the user-server-configs filename from > randomString_serviceType to: > service_Type_randomString This should result in alphabetical sort order of the...
the small optimization will be introduced in 1.5.0
I guess reloading the crashed service is crashing ttth as the function is trying to load the service url to a no-longer working webview. There seems to be other dev...
Maybe cloning the webview and replacing the old one is a workaround
If minimized option is set via ttth UI on windows, the reg key looks like that > "C:\path\to\ttth.exe" --hidden
Might be an issue with auto-launch itself see: https://github.com/Teamwork/node-auto-launch/issues/65
currently we are using: > auto-launch (5.0.5) > https://www.npmjs.com/package/auto-launch while there is as well > auto-launch-patched > https://www.npmjs.com/package/auto-launch-patched
Franz is using a self-maintained version of auto-launch with some fixed: See: * Reference in package.json: https://github.com/meetfranz/franz/blob/master/package.json * The repo itself: https://github.com/meetfranz/node-auto-launch
Hey @mauriciobc another user reported a similar issue -> see #182 The temporary workaround until i was able to publish a new build is to disable the inject code for...