Getting error during the Order Placing

from dhanhq import dhanhq

import time

dhan=dhanhq(“1101****”,“***************”)
order_id=dhan.place_order(
tag=‘’,
transaction_type=dhan.BUY,
exchange_segment=dhan.NSE,
product_type=dhan.CNC,
order_type=dhan.MARKET,
validity=‘DAY’,
security_id=53054,
quantity=75,
disclosed_quantity=0,
price=0.0,
trigger_price=0.0,
after_market_order=False,
amo_time=‘OPEN’,
bo_profit_value=0,
bo_stop_loss_Value=0,
drv_expiry_date=None,
drv_options_type=None,
drv_strike_price=None
)
print(order_id)

when i’m placing the order using the python sdk it gives me error
{‘status’: ‘failure’, ‘remarks’: {‘error_code’: ‘RS-9005’, ‘message’: ‘No enum constant co.dhan.api.model.enums.TokenConsumerType.APP’}, ‘data’: ‘’}

how can i solve this?
i’m using the access token from the new login system using the totp