In the currency conversion,rate is usually returned from _get_decoded_rate asfloat. But sometimes it returns astring instead, and then it crashes on the highlighted line because it cant multiply string. The values I used to get string are included in the picture.
In the currency conversion,
rate
is usually returned from_get_decoded_rate
asfloat
. But sometimes it returns astring
instead, and then it crashes on the highlighted line because it cant multiply string. The values I used to get string are included in the picture.