question

Upvotes
Accepted
120 3 4 7

SxS update context not working with News object

Hi

I have tried to follow the SxS Quickstart and I have noticed that updating News context does not work. I expected that when I update the context the new RIC should show in the linked News object.

Please see screenshots at the link bellow, the steps I followed were:

closed Eikon (kill all processes)

Start from scratch in order to reproduce the issue (see images)

http://imgur.com/a/QGmnS

Images information:

img 1

The keys

img 2

Eikon Version

img 3

Ping ok

img 4

Handshake ok

img 5

Launch News

img 6

Launch News ok

img 7

News object opens (TRI.TO)

img 8

Websocket opened

img 9

link request

img 10

link ok

img 11

News Object (no change - that is ok)

img 12

Websocket messages when using News link menu

img 13

Change context to MSFT.O

img 14

Change context to MSFT.O ok (ok according to Postman)

img 15

News Object no change.

img 16

WebSocket, no change

newsside-by-side-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
78.2k 246 52 72

@paulofogaca

To change the context (img13), please try this one instead:

{
  "sessionToken": "<sessionToken>",
  "command": "contextChanged",
  "context": {
    "entities": [{ "datasource": "Q", "RIC": "MSFT.O"}]
  }
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Nice! now working!

tks jirapongse

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.