Error in Data Reader

Open
#11 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
data

Research direction

Start with the SmartInsiderIntentionUniverse 2S data reader and inspect how it parses the reported line R735QTJ8XC9X,,,,,,15000000. Compare that input with the reader's expected two-part format. Done means this record is processed without the split error, with coverage for the failing input if the repository provides a suitable test location.

Written by the indexing model from the issue text.

Description

class InsiderBuyBackUniverseAlgorithm(QCAlgorithm):

    def initialize(self):
        self.add_universe(SmartInsiderIntentionUniverse)

Error invoking SMARTINSIDERINTENTIONUNIVERSE-USA-89322028-52C9-4666-821F-2D7741CF52A3.SmartInsiderIntentionUniverse 2S data reader. Line: R735QTJ8XC9X,,,,,,15000000, Error: The string must be splittable on space into two parts. (Open Stack Trace)

Dominant language
C#
Stars
1
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.