-
Notifications
You must be signed in to change notification settings - Fork 690
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
API update required #68
Comments
Any update here? Would love to help if I can. |
Finishing another project by the end of today and then starting this. Will keep you updated. |
I took a quick look at the situation. The API version has been bumped, but the endpoints and paths haven't changed the slightest. I tested the current latest version of |
Well, here we are - I vastly overhauled the API generation, cleaned up a lot of code, and fixed some minor reported issues. We are now at the latest API version. Throughout the entire development process, which includes running dozens of API call tests without delay, I did not get a single rate limit issue. Just as I was about to publish, running my final tests, I finally got rate limited: That being said, no user should ever encounter this rate limit with regular usage. My guess is that this system is put in place to prevent mass registrations for free WARP+ quota abuse, and I fully support that. DO NOT risk this project's existence by abusing it for such purposes. Be nice and pay for WARP+ if you need it. I will go ahead and publish this release, please test it out. If you do get rate limited, please refer to #70. I am happy to add a delay between the API requests, but I don't currently know if that will help. |
2021/02/22 15:23:15 Using config file: wgcf-account.toml Getting this error, when trying to use my warp unlimited key |
From @Pisswine:
|
I'm looking into this. |
@pverghese @Pisswine what exactly are you doing when you get the
Are you sure you copied the key correctly? |
I'm assuming the license key has to be pasted into wgcf-account.toml not wgcf-profile.toml So Steps I have taken
|
@pverghese Yes, sorry, I meant |
I redid your steps. The license key rebinding works with the free account. It doesn't work when I use the license key from my warp premium account. |
I figured out the issue. Warp premium has a maximum of 5 devices linked to the account. I was already running at the maximum. So after I deleted a device, the linking with the premium account worked. Thanks |
@pverghese Thanks a lot for testing and figuring this out. I have created an issue to track the non-helpful error message here: #76. @Pisswine please read above to fix your error. |
As clear from #64 and #67, the API has changed, and some people are getting rate limited. I will do my best to investigate and release an update before the weekend.
The text was updated successfully, but these errors were encountered: