Code Monkey home page Code Monkey logo

Comments (5)

stevendavis avatar stevendavis commented on May 31, 2024 1

Working now. Thank you for the quick fix.

from rp2.

eprbell avatar eprbell commented on May 31, 2024

Oh, that's interesting: could you post the full stack?

from rp2.

stevendavis avatar stevendavis commented on May 31, 2024

Sure, here you go...

Traceback (most recent call last):
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\rp2_main.py", line 93, in _rp2_main_internal
input_data: InputData = parse_ods(configuration=configuration, asset=asset, input_file_handle=input_file_handle)
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\ods_parser.py", line 128, in parse_ods
_create_and_process_transaction(
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\ods_parser.py", line 168, in _create_and_process_transaction
transaction: AbstractTransaction = _create_transaction(configuration, current_table_type, internal_id, row_values)
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\ods_parser.py", line 284, in _create_transaction
transaction = InTransaction(**argument_pack)
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\in_transaction.py", line 52, in init
super().init(configuration, timestamp, asset, transaction_type, spot_price, internal_id, unique_id, notes)
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\abstract_transaction.py", line 43, in init
self.__unique_id: str = configuration.type_check_string("unique_id", unique_id) if unique_id is not None else ""
File "C:\Users\me.conda\envs\dali-rp2\lib\site-packages\rp2\configuration.py", line 230, in type_check_string
raise RP2TypeError(f"Parameter '{name}' has non-string value {repr(value)}")
rp2.rp2_error.RP2TypeError: Parameter 'unique_id' has non-string value 61891576412.0

from rp2.

eprbell avatar eprbell commented on May 31, 2024

Fixed: could you retry with the latest version?

from rp2.

eprbell avatar eprbell commented on May 31, 2024

Thanks for reporting! This was a relatively rare corner case: it would never have been fixed without your help!

from 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.