Michael Heumann

Results 8 comments of Michael Heumann

I stumbled about this issue today. After digging around a ~~bit~~ lot, I found a working solution. You can append the needed driver to the connection url. So the connection...

I stumbled about this issue today on our production system, but interestingly not on my dev machine. I was able to fix it by setting the option suggested by @atkawa7...

@auvipy Of course I did and it fixed my problem, I've written this in my comment (probably you overlooked the second sentence). I simply wrote it to help sort out...

Sorry for jumping in, but I have to agree with @oliv3 v5.17 is not working. Previous version(s) worked fine. Unfortunately all my clients updated automatically to this version. After playing...

thanks for your quick reply and sorry for my late one, was quite busy today. I just connected my PRIV but cannot find any logs for traccar - do you...

Blackberry PRIV (running Android 6.0.1), I'll check that with ADB, but will be earliest on Thursday. I'll mention my results here...

> ``` > class TimeZoneSerializerField(serializers.ChoiceField): > def __init__(self, **kwargs): > super().__init__(TimeZoneField.default_choices, **kwargs) > > def to_representation(self, value): > return str(super().to_representation(value)) > ``` > > This is how I do it...

I guess this project is dead, just fixed issue #189 which is barely old and now I stumbled about this one which is also nearly a old and no comment...