dejanbgd
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017
10:11 PM
Object reference not set to an instance of an object
Hi,
If I try to cancel Roku subscription via API endpoint "https://apipub.roku.com/listen/transaction-service.svc/cancel-subscription", I am keep getting this error:Object reference not set to an instance of an object
I've checked all parameters: roku API key, transaction ID and cancellationDate and they are OK (I am using same API key for validation and it works for that endpoint).
Any idea what could be a problem?
If I try to cancel Roku subscription via API endpoint "https://apipub.roku.com/listen/transaction-service.svc/cancel-subscription", I am keep getting this error:Object reference not set to an instance of an object
I've checked all parameters: roku API key, transaction ID and cancellationDate and they are OK (I am using same API key for validation and it works for that endpoint).
Any idea what could be a problem?
3 REPLIES 3
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2017
09:35 AM
Re: Object reference not set to an instance of an object
are you doing this from a task node?
aspiring
dejanbgd
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2017
10:01 AM
Re: Object reference not set to an instance of an object
Sorry, I am not sure that I understand what you mean by "from task node".
I am sending simple POST request with variables. I get same result if I try with cUrl and PHP or manually using "Postman".
I am sending simple POST request with variables. I get same result if I try with cUrl and PHP or manually using "Postman".
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2017
10:09 AM
Re: Object reference not set to an instance of an object
oh my bad, thought you were trying to do this from within your Roku app. Sounds like a bug worth contacting Roku about, not sure, sorry :?
aspiring