Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
ok: bool
at: timestamp[s]
title: string
ownership: struct<players: string, wallet: string, callback: string, ledger: string, feedSportsCasino: string,  (... 443 chars omitted)
  child 0, players: string
  child 1, wallet: string
  child 2, callback: string
  child 3, ledger: string
  child 4, feedSportsCasino: string
  child 5, settlementSignals: string
  child 6, partnerWallet: string
  child 7, hfDataset: string
  child 8, callbackUrl: string
  child 9, partnerWalletOnTrace: bool
  child 10, snapshot: struct<at: string, ownership: struct<players: string, wallet: string, callback: string, ledger: stri (... 214 chars omitted)
      child 0, at: string
      child 1, ownership: struct<players: string, wallet: string, callback: string, ledger: string, feedSportsCasino: string,  (... 68 chars omitted)
          child 0, players: string
          child 1, wallet: string
          child 2, callback: string
          child 3, ledger: string
          child 4, feedSportsCasino: string
          child 5, settlementSignals: string
          child 6, partnerWallet: string
          child 7, hfDataset: string
      child 2, callbackUrl: string
      child 3, partnerWalletOnTrace: bool
      child 4, players: struct<count: int64, totalBalance: int64>
          child 0, count: int64
          child 1, totalBalance: int64
      child 5, note: string
rules: list<item: string>
  child 0, item: string
endpoints: struct<wallet: string, ownership: string, callback: string, adminOurs: string, ad
...
    child 1, sampleName: string
      child 2, tennis: struct<count: int64, sampleName: string>
          child 0, count: int64
          child 1, sampleName: string
      child 3, racing: struct<count: int64, sampleName: string>
          child 0, count: int64
          child 1, sampleName: string
      child 4, greyhound: struct<count: int64, sampleName: string>
          child 0, count: int64
          child 1, sampleName: string
  child 5, liveCount: int64
  child 6, cricketEventNaming: struct<id: string, name: string, team_a: string, team_b: string, source: string>
      child 0, id: string
      child 1, name: string
      child 2, team_a: string
      child 3, team_b: string
      child 4, source: string
  child 7, eventDepth: struct<eventId: string, match_odds: int64, bookmaker: int64, fancy: int64, source: string>
      child 0, eventId: string
      child 1, match_odds: int64
      child 2, bookmaker: int64
      child 3, fancy: int64
      child 4, source: string
  child 8, scorecardStatus: string
  child 9, streamReason: string
  child 10, feedStatus: struct<live: bool, stale: bool, enabled: bool, base: string>
      child 0, live: bool
      child 1, stale: bool
      child 2, enabled: bool
      child 3, base: string
  child 11, hfPortsOk: bool
  child 12, settlementSmoke: string
  child 13, webhookCallback: string
  child 14, webhookSecretDerived: bool
  child 15, keyInFrontendBundle: bool
  child 16, vpsEnv: string
fails: list<item: null>
  child 0, item: null
to
{'ok': Value('bool'), 'site': Value('string'), 'verifiedAt': Value('timestamp[s]'), 'feed365Base': Value('string'), 'platformId': Value('string'), 'checks': {'casinoProviders': Value('int64'), 'casinoPath': Value('string'), 'casinoSource': Value('string'), 'casinoTables': Value('int64'), 'sports': {'cricket': {'count': Value('int64'), 'sampleName': Value('string')}, 'football': {'count': Value('int64'), 'sampleName': Value('string')}, 'tennis': {'count': Value('int64'), 'sampleName': Value('string')}, 'racing': {'count': Value('int64'), 'sampleName': Value('string')}, 'greyhound': {'count': Value('int64'), 'sampleName': Value('string')}}, 'liveCount': Value('int64'), 'cricketEventNaming': {'id': Value('string'), 'name': Value('string'), 'team_a': Value('string'), 'team_b': Value('string'), 'source': Value('string')}, 'eventDepth': {'eventId': Value('string'), 'match_odds': Value('int64'), 'bookmaker': Value('int64'), 'fancy': Value('int64'), 'source': Value('string')}, 'scorecardStatus': Value('string'), 'streamReason': Value('string'), 'feedStatus': {'live': Value('bool'), 'stale': Value('bool'), 'enabled': Value('bool'), 'base': Value('string')}, 'hfPortsOk': Value('bool'), 'settlementSmoke': Value('string'), 'webhookCallback': Value('string'), 'webhookSecretDerived': Value('bool'), 'keyInFrontendBundle': Value('bool'), 'vpsEnv': Value('string')}, 'hf': {'account': Value('string'), 'dataset': Value('string')}, 'fails': List(Value('null'))}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              ok: bool
              at: timestamp[s]
              title: string
              ownership: struct<players: string, wallet: string, callback: string, ledger: string, feedSportsCasino: string,  (... 443 chars omitted)
                child 0, players: string
                child 1, wallet: string
                child 2, callback: string
                child 3, ledger: string
                child 4, feedSportsCasino: string
                child 5, settlementSignals: string
                child 6, partnerWallet: string
                child 7, hfDataset: string
                child 8, callbackUrl: string
                child 9, partnerWalletOnTrace: bool
                child 10, snapshot: struct<at: string, ownership: struct<players: string, wallet: string, callback: string, ledger: stri (... 214 chars omitted)
                    child 0, at: string
                    child 1, ownership: struct<players: string, wallet: string, callback: string, ledger: string, feedSportsCasino: string,  (... 68 chars omitted)
                        child 0, players: string
                        child 1, wallet: string
                        child 2, callback: string
                        child 3, ledger: string
                        child 4, feedSportsCasino: string
                        child 5, settlementSignals: string
                        child 6, partnerWallet: string
                        child 7, hfDataset: string
                    child 2, callbackUrl: string
                    child 3, partnerWalletOnTrace: bool
                    child 4, players: struct<count: int64, totalBalance: int64>
                        child 0, count: int64
                        child 1, totalBalance: int64
                    child 5, note: string
              rules: list<item: string>
                child 0, item: string
              endpoints: struct<wallet: string, ownership: string, callback: string, adminOurs: string, ad
              ...
                  child 1, sampleName: string
                    child 2, tennis: struct<count: int64, sampleName: string>
                        child 0, count: int64
                        child 1, sampleName: string
                    child 3, racing: struct<count: int64, sampleName: string>
                        child 0, count: int64
                        child 1, sampleName: string
                    child 4, greyhound: struct<count: int64, sampleName: string>
                        child 0, count: int64
                        child 1, sampleName: string
                child 5, liveCount: int64
                child 6, cricketEventNaming: struct<id: string, name: string, team_a: string, team_b: string, source: string>
                    child 0, id: string
                    child 1, name: string
                    child 2, team_a: string
                    child 3, team_b: string
                    child 4, source: string
                child 7, eventDepth: struct<eventId: string, match_odds: int64, bookmaker: int64, fancy: int64, source: string>
                    child 0, eventId: string
                    child 1, match_odds: int64
                    child 2, bookmaker: int64
                    child 3, fancy: int64
                    child 4, source: string
                child 8, scorecardStatus: string
                child 9, streamReason: string
                child 10, feedStatus: struct<live: bool, stale: bool, enabled: bool, base: string>
                    child 0, live: bool
                    child 1, stale: bool
                    child 2, enabled: bool
                    child 3, base: string
                child 11, hfPortsOk: bool
                child 12, settlementSmoke: string
                child 13, webhookCallback: string
                child 14, webhookSecretDerived: bool
                child 15, keyInFrontendBundle: bool
                child 16, vpsEnv: string
              fails: list<item: null>
                child 0, item: null
              to
              {'ok': Value('bool'), 'site': Value('string'), 'verifiedAt': Value('timestamp[s]'), 'feed365Base': Value('string'), 'platformId': Value('string'), 'checks': {'casinoProviders': Value('int64'), 'casinoPath': Value('string'), 'casinoSource': Value('string'), 'casinoTables': Value('int64'), 'sports': {'cricket': {'count': Value('int64'), 'sampleName': Value('string')}, 'football': {'count': Value('int64'), 'sampleName': Value('string')}, 'tennis': {'count': Value('int64'), 'sampleName': Value('string')}, 'racing': {'count': Value('int64'), 'sampleName': Value('string')}, 'greyhound': {'count': Value('int64'), 'sampleName': Value('string')}}, 'liveCount': Value('int64'), 'cricketEventNaming': {'id': Value('string'), 'name': Value('string'), 'team_a': Value('string'), 'team_b': Value('string'), 'source': Value('string')}, 'eventDepth': {'eventId': Value('string'), 'match_odds': Value('int64'), 'bookmaker': Value('int64'), 'fancy': Value('int64'), 'source': Value('string')}, 'scorecardStatus': Value('string'), 'streamReason': Value('string'), 'feedStatus': {'live': Value('bool'), 'stale': Value('bool'), 'enabled': Value('bool'), 'base': Value('string')}, 'hfPortsOk': Value('bool'), 'settlementSmoke': Value('string'), 'webhookCallback': Value('string'), 'webhookSecretDerived': Value('bool'), 'keyInFrontendBundle': Value('bool'), 'vpsEnv': Value('string')}, 'hf': {'account': Value('string'), 'dataset': Value('string')}, 'fails': List(Value('null'))}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Feed365 API Harvest (365races.in → /365)

Redacted harvest artifacts for wiring Kore Feed365 partner surface /365.

Contents

  • gap-matrix.json — harvested URLs vs RACES365_LEAK_PATHS
  • deep-leak-redacted.json — network/WS/probe capture (secrets stripped)
  • casino-providers-harvest.json — casino lobby inventory attempt
  • CONTRACTS.md — capture contracts
  • 365-DOWNSTREAM-API.md — partner API docs
  • feed365-casino-catalog.ts — provider catalog + place-bet shapes (reference only)
  • odds-algorithm-notes.md — fancy / BM / exchange field map

Policy

  • Place-bet mutation is not enabled on /365 (shapes documented only).
  • Port 1443 is not an API source.
  • Credentials and session cookies are redacted from this dataset.
Downloads last month
181