Cause of HTTP Error 404
Hi,
I ran rescuetime_
put in the needed credentials, and it starts tracking
my active windows. But when the time comes to
post updates, it spews out this message:
Traceback (most recent call last):
HTTPError: HTTP Error 404: Not Found
Connection is down. Pretending we succeeded in logging in.
Uploading data...
Is it possible that a URL in the code is no longer
being used by rescuetime?
Thanks for your inputs.
Jon
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2008-11-05
- Last reply:
- 2009-03-02
jason (jason-castonguay) said : | #1 |
Its a hard coded call to https:/
that url gives a 404.
jason (jason-castonguay) said : | #2 |
According to Joe Hruska, that base url is depreciated but they'll look into putting something in place.
Elliot Murphy (statik) said : | #3 |
Thanks for noting that! Do you feel up to writing a patch?
jason (jason-castonguay) said : | #4 |
Well, it'd be something like the following for uploader.py , it wouldn't actually log in but test that the site is there. The site still reports that they haven't gotten an update from me, but the script says I logged in successfully. So perhaps something is still up.
529c529
< request = urllib2.Request('https:/
---
> request = urllib2.
overlooking (mhnin0) said : | #5 |
Any progress on this? https:/
Elliot Murphy (statik) said : | #6 |
Patch applied. Hope this works!
Can you help with this problem?
Provide an answer of your own, or ask Jon Doblados for more information if necessary.