PVahr
PVahr
Issue still present in fresh Ubuntu 22.04, linux 5.15.40, gnome 42.2. Installed via apt. By default gives the segmentation fault reported above. Adding `env QT_QPA_PLATFORM=wayland` gives a more verbose crash:...
Thanks a lot! This works for me, I can finally sync my stuff. My problem was then not in the graphical engine, but - I guess - in some repository...
Can be fixed by passing a (fake) header to requests.get Following this thread: https://stackoverflow.com/questions/38489386/how-to-fix-403-forbidden-errors-when-calling-apis-using-python-requests I added `headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko)...