question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Web PubSub Service] web_pub_sub's get and list method doesn't work

See original GitHub issue
  • Package Name: azure-mgmt-webpubsub
  • Package Version: 1.0.0
  • Operating System: Mac OS
  • Python Version: 3.8

Describe the bug A clear and concise description of what the bug is.

In my case, web_pub_sub’s methods didn’t work. they returned None.

  • get()
  • list_by_subsrciption()
  • list_by_resource_group()

I refered to these sites

To Reproduce Steps to reproduce the behavior:

  1. Create Azure Web PubSub Service
  2. Get resources using by web_pubsub_service_client.web_pub_sub.list_by_subscription() sdk method
  3. Get resources using by GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub?api-version=2022-08-01-preview REST API method
  4. Compare results then you can see sdk method didn’t have any resource info about Web PubSub Service

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

It seems there is no document about Web PubSub Service for python sdk on the website.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
msyyccommented, Oct 27, 2022

Got it. And we will update the doc link asap

2reactions
swathipilcommented, Oct 27, 2022

Hi @msyyc - Confirming that I can’t find documentation for azure-mgmt-webpubsub in the docs.microsoft.com site.

The links in the "Usage" section of the azure-mgmt-webpubsub README.md don’t point to API docs either. I believe these need to be updated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot with resource logs - Azure - Microsoft Learn
Launch the live trace tool · Go to the Azure portal and your Web PubSub service. · On the left menu, under Monitoring,...
Read more >
Issues · Azure/azure-webpubsub - GitHub
Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way - Issues · Azure/azure-webpubsub....
Read more >
Azure Web PubSub browser client not receiving messages
new WebPubSubServiceClient ; get('/getPubSubUrl' ; await service.getClientAccessToken ; 'webpubsub.joinLeaveGroup.pubsubGroup'] }); res.send ...
Read more >
Chatr - Azure Web PubSub Sample App
This is a demonstration & sample application designed to be a simple multi-user web based chat system. It provides persistent group chats, user...
Read more >
Microsoft.Azure.WebPubSub.AspNetCore 1.0.0-beta.4 - NuGet
Authenticate the client. In order to interact with the service, you'll need to provide the Web PubSub service with a valid credential. To...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found