Code Monkey home page Code Monkey logo

Comments (8)

eprbell avatar eprbell commented on May 29, 2024 1

Thanks for reporting! I was able to repro right away with the files you uploaded. Fix incoming...

from dali-rp2.

cactus71480 avatar cactus71480 commented on May 29, 2024 1

It worked when I got rid of the Coinbase plugins!

I changed up my out_csv_file since the amount of crypto used as a fee should actually go into the Crypto Fee column and not the Crypto Out No Fee column.

Here are the new csv files to successfully reproduce a fee-only transaction:
in_binance.csv
out_binance.csv

Thank you @eprbell !

from dali-rp2.

eprbell avatar eprbell commented on May 29, 2024

Ok, the new version is up: could you refresh your DaLI installation and try again?

from dali-rp2.

cactus71480 avatar cactus71480 commented on May 29, 2024

I seem to be getting this new error: ValueError: invalid literal for int() with base 10: '<thread_count>'

I've attached the log:
rp2_2022_04_02_15_29_20_307981.log

from dali-rp2.

eprbell avatar eprbell commented on May 29, 2024

Could you paste here the [dali.plugin.input.csv.manual] section of your .ini file?

from dali-rp2.

cactus71480 avatar cactus71480 commented on May 29, 2024

Okay, this makes more sense now! Thanks for clueing me in. I was in the middle of adding Coinbase and Coinbase Pro plugins when trying again. Here's the full content of the .ini file below. I'm going to get rid of the Coinbase plugins and try again.

[dali.plugin.input.csv.manual]
in_csv_file = input/in_binance.csv
out_csv_file = input/out_binance.csv
intra_csv_file = input/test_manual_intra.csv

[dali.plugin.input.rest.coinbase ]
account_holder = <account_holder>
api_key = <api_key>
api_secret = <api_secret>
thread_count = <thread_count>

[dali.plugin.input.rest.coinbase_pro ]
account_holder = <account_holder>
api_key = <api_key>
api_secret = <api_secret>
api_passphrase = <api_passphrase>
thread_count = <thread_count>

from dali-rp2.

eprbell avatar eprbell commented on May 29, 2024

No problem! Keep in mind that the strings in <...> are supposed to be substituted with your specific values. I think the error you were seeing was due to leaving the placeholder strings in the file: ValueError: invalid literal for int() with base 10: '<thread_count>'

from dali-rp2.

eprbell avatar eprbell commented on May 29, 2024

Great!

from dali-rp2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.