Skip to content
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

Pubnub.subscribe get error exception #28

Closed
slorop41314 opened this issue Dec 19, 2020 · 3 comments
Closed

Pubnub.subscribe get error exception #28

slorop41314 opened this issue Dec 19, 2020 · 3 comments
Assignees
Labels
status: done This issue is considered resolved. type: bug This issue reports a bug.

Comments

@slorop41314
Copy link

slorop41314 commented Dec 19, 2020

I try pubnub.subscribe method and it gets an error exception on subscibribe_loop.dart from the library.

Screenshot 2020-12-19 at 22 35 10

This is my code.

_pubnub = PubNub(defaultKeyset:keyset)

`Subscription subscribeChannels({
Set channels,
Set channelGroups,
}) {

Subscription result = this._pubnub.subscribe(
      channels: channels,
      channelGroups: channelGroups,
    );

return result;

}`

@are
Copy link
Contributor

are commented Jan 8, 2021

Hi! Thanks for reporting the issue. We are actively working on removing the dio dependency so this will be resolved by this. However, there is an issue with the flutter debugger, take a look here: #20 (comment)

@are are self-assigned this Jan 8, 2021
@are are added status: accepted This issue is accepted as valid, but it's not being worked on yet. type: bug This issue reports a bug. labels Jan 8, 2021
@slorop41314
Copy link
Author

I seee, thanks alot for your answer. Will waiting for this issue to be solved. Anyway, great package!

@are
Copy link
Contributor

are commented Feb 16, 2021

We have released a new version 3.1.0 that contains a fix. Let us know if the issue still persists.

@are are closed this as completed Feb 16, 2021
@are are added status: done This issue is considered resolved. and removed status: accepted This issue is accepted as valid, but it's not being worked on yet. labels Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: done This issue is considered resolved. type: bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

2 participants