It looks like the error is still there.
The function eufdc_check_file_type_before_upload
has the line $wc_session = WC()->session;
, and it does not check for null $wc_session.
eufdc_check_file_type_before_upload is the function where the error is coming from.