-
Notifications
You must be signed in to change notification settings - Fork 49
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
import data from wakatime timeout #43
Comments
Are you sure the problem is your location and not the amount of data you're expecting? Maybe the server is slow to respond and a second try will most likely fetch your data. You can check that both |
Look at the screenshot I uploaded earlier. I did not set user credentials such as cookies and tokens. I just send an anonymous request. But the response time of the two domains is quite different. |
You're right. It seems like the I'll provide a variable to control this endpoint. Thanks for the suggestion. |
The former endpoint was incorrectly returning HTML instead of JSON and wasn't working over HTTPS. Relevant issue: #43
@WankkoRee I pushed a quick fix that uses the correct endpoint ( |
Thank you for your timely fix. I tried to import again and everything was working. |
I am in Hong Kong. If i use
api.wakatime.com
, it will time out. But if I usewakatime.com
, then everything works fine.So can there be an option in
docker-compose-deploy.yml
for setting importing from which domain? Just likeHAKA_WAKATIME_HOST: "wakatime.com"
The text was updated successfully, but these errors were encountered: