Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Fix JSONException in Tipeeestream connector #132

Closed
MelanX opened this issue Sep 25, 2019 · 1 comment
Closed

Fix JSONException in Tipeeestream connector #132

MelanX opened this issue Sep 25, 2019 · 1 comment
Assignees
Labels
bug Something isn't working io Relies on a connector / input / output / parameter minor Quick to implement
Milestone

Comments

@MelanX
Copy link
Contributor

MelanX commented Sep 25, 2019

Description

If you simulate a follow or sub event on Tipeeestream there is a JSONException.

Error Log

83121 16:31:29.757 [EventThread] WARN  impl.TipeeestreamEventInputImpl  - Error while parsing follow json:
83121 16:31:29.757 [EventThread] WARN  impl.TipeeestreamEventInputImpl  - org.json.JSONException - JSONObject["origin"] not found.

References

Discord message

@MelanX MelanX added the bug Something isn't working label Sep 25, 2019
@hlxid hlxid self-assigned this Sep 25, 2019
@hlxid hlxid added io Relies on a connector / input / output / parameter minor Quick to implement labels Sep 25, 2019
@hlxid hlxid added this to the pre-alpha 3 milestone Sep 25, 2019
@hlxid
Copy link
Member

hlxid commented Sep 25, 2019

Test donation events don't contain any currency, which also throws an exception:

73926 19:45:56.706 [EventThread] WARN  impl.TipeeestreamEventInputImpl  - Error while parsing donation json:
73926 19:45:56.706 [EventThread] WARN  impl.TipeeestreamEventInputImpl  - org.json.JSONException - JSONObject["currency"] not found.

This also needs to be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working io Relies on a connector / input / output / parameter minor Quick to implement
Projects
None yet
Development

No branches or pull requests

2 participants