cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Python 3 code to generate signature has a bug

kurtfromzoom
Newcomer
Newcomer

Hello,

While looking to generate the signature for API calls using the advice from https://marketplace.zoom.us/docs/sdk/native-sdks/web/signature/ , I noticed that the  Python 3 example code has a small bug in it.

 

The last statement, print (generateSignature(data)), isn't space-aligned to the statement right above. Since Python is space sensitive, this small issue causes the script to fail.

 

In addition, Python 2 and Python 3 don't require semi-colons at the end of statements, so the code could be more "Pythonic" by removing those trailing semi-colons.

 

Any who, hoping to save someone else some time down the line.

Thanks in advance!

 

- Kurt

1 REPLY 1

J-Zoom-ATL
Zoom Employee
Zoom Employee

@kurtfromzoom Thanks Kurt! You may want to post this also over at the dev forum