hodgerpodger / staketaxcsv

python repo to create blockchain CSVs
MIT License
252 stars 119 forks source link

SOL --> Koinly import not working anymore #332

Closed coreworx closed 10 months ago

coreworx commented 10 months ago

Hi,

Koinly import for SOL does not seem to work anymore. It was working a couple of days ago.

Koinly error message on import:

file must have these headers: ID (read-only),Date (UTC),Type,Tag,From Wallet ID,From Amount,From Currency,To Wallet ID,To Amount,To Currency,Fee Amount,Fee Currency,Net Worth Amount,Net Worth Currency,Fee Worth Amount,Fee Worth Currency,Deleted,TxSrc,TxDest,TxHash,Description

Job link: https://stake.tax/?jobId=922aa93847904c7b9808c0d1106f6a10

Thanks!!

coreworx commented 10 months ago

Those are the headers which are present in the Koinly csv from stake.tax: Date,Sent Amount,Sent Currency,Received Amount,Received Currency,Fee Amount,Fee Currency,Net Worth Amount,Net Worth Currency,Label,Description,TxHash

hodgerpodger commented 10 months ago

Thanks for the report! Will get on it ASAP

On Fri, Feb 2, 2024 at 3:10 AM coreworx @.***> wrote:

Those are the headers which are present in the Koinly csv from stake.tax: Date,Sent Amount,Sent Currency,Received Amount,Received Currency,Fee Amount,Fee Currency,Net Worth Amount,Net Worth Currency,Label,Description,TxHash

— Reply to this email directly, view it on GitHub https://github.com/hodgerpodger/staketaxcsv/issues/332#issuecomment-1923587623, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATDGEJX7YICAAA3KUVN6GTYRTCR7AVCNFSM6AAAAABCWPTO5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRTGU4DONRSGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

hodgerpodger commented 10 months ago

Just tried that wallet. Koinly import seems to be fine (just one row error saying currency not found; but that makes sense). Perhaps downloaded the wrong CSV?

hodgerpodger commented 10 months ago

Perhaps a chance koinly is doing some sort of rolling release (google of koinly CSV still shows same CSV format from stake.tax). Anyhoo, if any more folks encounter this, please let us know so I know where to look.

coreworx commented 10 months ago

Thanks for looking into it. Yes, that's what i thought too, that i was downloading the wrong csv, but then i downloaded again multiple time and made sure the csv is correct, I also used different browsers (Edge, Brave, Chrome). I will try it again now and will let you know, if it works or not.

coreworx commented 10 months ago

koinly-20240203-064435.csv has been imported Now it is working, maybe there were changes in the koinly backend while i was trying it. Many thanks for your time!