-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[polygon] csm write failure for key #395
Comments
I also have seen this issue. I am running the latest version of marketstore in a docker container: root@1ff54d372ec6:/# marketstore --version
{"level":"info","timestamp":"2021-02-09T03:44:18.153Z","msg":"Running single threaded"}
version: latest
commit hash: 6fe1cf799a394469af860c60d2c058ae9bc16ee9
utc build time: 2021-02-05-00-28-41 Here is my config: bgworkers:
- module: gdaxfeeder.so
name: GdaxFetcher
config:
query_start: "2017-09-01 00:00"
base_timeframe: 1Min
symbols: [BTC-USD]
- module: polygon.so
name: Polygon
config:
api_key: ###omitted###
#ws_servers: wss://alpaca.socket.polygon.io
data_types: ["bars"]
symbols:
- AAPL
- SPY
- BB
- AMC It appears the websocket connects and as expected there isn't any data as it's currently after hours. However it doesn't appear that the Polygon plugin is able to create the necessary
I also tested the same mkts.yml file with alpaca/marketstore:v4.1.0 and see the same error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{"level":"info","timestamp":"2020-11-20T01:44:37.473Z","msg":"authenticated successfully {feed:AM.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:37.473Z","msg":"authenticated successfully {feed:Q.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:37.480Z","msg":"subscribed {feed:Q.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:37.481Z","msg":"subscribed {feed:AM.AAPL}"}
{"level":"warn","timestamp":"2020-11-20T01:44:38.860Z","msg":"failed websocket connection, restarting... {subscription:AM.AAPL}"}
{"level":"error","timestamp":"2020-11-20T01:44:38.862Z","msg":"[polygon] csm write failure for key: [/1Min/OHLCV:Symbol/Timeframe/AttributeGroup] (/go/src/github.com/alpacahq/marketstore/catalog/catalog.go:104Category name does not match on-disk name)"}
{"level":"info","timestamp":"2020-11-20T01:44:38.917Z","msg":"authenticated successfully {feed:AM.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:38.925Z","msg":"subscribed {feed:AM.AAPL}"}
{"level":"warn","timestamp":"2020-11-20T01:44:43.892Z","msg":"failed websocket connection, restarting... {subscription:Q.AAPL}"}
{"level":"error","timestamp":"2020-11-20T01:44:43.897Z","msg":"[polygon] failed to write csm (/go/src/github.com/alpacahq/marketstore/catalog/catalog.go:104Category name does not match on-disk name)"}
{"level":"info","timestamp":"2020-11-20T01:44:43.954Z","msg":"authenticated successfully {feed:Q.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:43.962Z","msg":"subscribed {feed:Q.AAPL}"}
{"level":"warn","timestamp":"2020-11-20T01:44:45.957Z","msg":"failed websocket connection, restarting... {subscription:AM.AAPL}"}
{"level":"error","timestamp":"2020-11-20T01:44:45.958Z","msg":"[polygon] csm write failure for key: [/1Min/OHLCV:Symbol/Timeframe/AttributeGroup] (/go/src/github.com/alpacahq/marketstore/catalog/catalog.go:104Category name does not match on-disk name)"}
{"level":"info","timestamp":"2020-11-20T01:44:46.016Z","msg":"authenticated successfully {feed:AM.AAPL}"}
{"level":"info","timestamp":"2020-11-20T01:44:46.024Z","msg":"subscribed {feed:AM.AAPL}"}
The text was updated successfully, but these errors were encountered: