Tibor
Tibor
Can't it be hardcoded? If you install it via snap. Isn't the path the same on all versions of Ubuntu?
I leave it to you what you want to do with this issue. If you keep it as is, that is also fine by me.
Where do I find the log files. I could not find any instruction on the main git readme
Just found that the path is incorrect for the log file in the screen. See #274 I have the following in the logs when the opening in a file ```...
Might this have something to do with the default snap settings in Ubuntu? As a user I do not have access to the snap.authpass folder. Only root has access to...
@CaptainMack did you manage to create a workaround for this issue?
I already have found a workaround that works for me. Might be useful for the next one stumbling on this problem :). Thanks for letting me know!
For other stumbling on this issue. I fixed mine as follows: ```python app = Flask(__name__) class CustomApi(Api, ErrorHandlerMixin): ERROR_SCHEMA = ErrorSchema def handle_http_exception(self, error: HTTPException): headers = {} payload =...
You can use `pip install git` as temporary work around. Either run `pip install git+https://github.com/madmaze/[email protected]` Or add `git+https://github.com/madmaze/[email protected]` to your `requirements.txt`
I have been able to open it with keepassx. Then move all credentials in into a new database. I think I did this by exporting my data and then importing...