You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm the lead dev for CloudShark and just came across this project. Thanks so much for the integration! I noticed that you're using an unsupported API to do the uploading to CloudShark. We now require users to log-in before uploading, and provide an API token if you'd like to import directly via curl in this manner.
You may have noticed that CloudShark uploads have stopped working recently.
Please do NOT configure a static API token in the github repo. Individual users should sign up for their own private account and configure their own private token after installation.
If you have any questions, we'd be happy to help you out!
The text was updated successfully, but these errors were encountered:
Hi, I'm the lead dev for CloudShark and just came across this project. Thanks so much for the integration! I noticed that you're using an unsupported API to do the uploading to CloudShark. We now require users to log-in before uploading, and provide an API token if you'd like to import directly via curl in this manner.
You may have noticed that CloudShark uploads have stopped working recently.
The offending line:
Cellular-Data-Network-Simulator/www/cgi-bin/dump
Line 98 in 53842f9
You should switch it to our official API call, and use curl with a PUT as described here: https://support.cloudshark.org/api/upload.html#toc_10
Please do NOT configure a static API token in the github repo. Individual users should sign up for their own private account and configure their own private token after installation.
If you have any questions, we'd be happy to help you out!
The text was updated successfully, but these errors were encountered: