From c3a43725d43126bea108f9080be256bd29f1811c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 6 Jun 2024 06:41:52 +0200 Subject: traewelling: trace missing username bug --- lib/Travelynx/Command/traewelling.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/Travelynx/Command/traewelling.pm') diff --git a/lib/Travelynx/Command/traewelling.pm b/lib/Travelynx/Command/traewelling.pm index 4c47e84..96fac49 100644 --- a/lib/Travelynx/Command/traewelling.pm +++ b/lib/Travelynx/Command/traewelling.pm @@ -30,6 +30,13 @@ sub pull_sync { next; } + if ( not defined $account_data->{data}{user_name} ) { + $self->app->log->error( +"travelynx user $account_data->{user_id} has a Traewellig connection, but no username" + ); + next; + } + # $account_data->{user_id} is the travelynx uid # $account_data->{user_name} is the Träwelling username $request_count += 1; -- cgit v1.2.3