Got a warning about an unresolved deposit, right after that warning the app exits with an error. How can someone handle this to resolve the warning and get the export?
EDIT: Added the Traceback and Lines of Warning and Error
2022-05-14 17:40:04,448 taxman WARNING Unresolved deposit of 2.91276799 CELO on binance at 2021-03-20 10:22:33+00:00. The evaluation might be wrong.
2022-05-14 17:40:04,449 taxman ERROR part-00000-7335b960-2dd4-42b2-bffe-146aede6f851-c000.csv: Line 22: Not enough CELO in queue to sell: missing 2.91000000 CELO (transaction from 2021-03-20 10:39:01+00:00 on binance)
This error occurs if your account statements have unmatched buy/sell positions.
Have you added all your account statements of the last years?
This error may also occur after deposits from unknown sources.
Traceback (most recent call last):
File "D:\CoinTaxman-main\src\main.py", line 54, in <module>
main()
File "D:\CoinTaxman-main\src\main.py", line 43, in main
taxman.evaluate_taxation()
File "D:\CoinTaxman-main\src\taxman.py", line 273, in evaluate_taxation
self._evaluate_taxation_per_coin(operations)
File "D:\CoinTaxman-main\src\taxman.py", line 258, in _evaluate_taxation_per_coin
self.__evaluate_taxation(coin, coin_operations)
File "D:\CoinTaxman-main\src\taxman.py", line 177, in _evaluate_taxation_GERMANY
if tx_ := evaluate_sell(op):
File "D:\CoinTaxman-main\src\taxman.py", line 106, in evaluate_sell
raise RuntimeError
RuntimeError
Got a warning about an unresolved deposit, right after that warning the app exits with an error. How can someone handle this to resolve the warning and get the export?
EDIT: Added the Traceback and Lines of Warning and Error