Skip to content
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

Gmail API error #34

Open
davesteele opened this issue Nov 3, 2018 · 5 comments
Open

Gmail API error #34

davesteele opened this issue Nov 3, 2018 · 5 comments

Comments

@davesteele
Copy link

"Sign and Send" is resulting in the following log entries.

2018-11-03 14:37:03,415:INFO:Gmail:getting message #msg-a:r-1184333689291609288
2018-11-03 14:37:03,607:ERROR:CommandHandler:<HttpError 400 when requesting 
https://www.googleapis.com/gmail/v1/users/me/messages/%23msg-a%3Ar-1184333689291609288? 
alt=json&format=raw returned "Invalid id value">
Traceback (most recent call last):
  File "/usr/share/goopg/commandhandler.py", line 87, in sign
    draft = self.gmail.get(id)
  File "/usr/share/goopg/gmail/__init__.py", line 132, in get
    message = self.messages.get(userId='me', id=id, format='raw').execute()
  File "/usr/lib/python2.7/dist-packages/oauth2client/_helpers.py", line 133, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/googleapiclient/http.py", line 838, in execute
    raise HttpError(resp, content, uri=self.uri)
HttpError: <HttpError 400 when requesting 
https://www.googleapis.com/gmail/v1/users/me/messages/%23msg-a%3Ar-1184333689291609288? 
alt=json&format=raw returned "Invalid id value">
@LeoIannacone
Copy link
Owner

Does this always happen ?

@davesteele
Copy link
Author

Yes. Multiple systems.

@davesteele
Copy link
Author

Logged as Debian bug 918144 (RC Critical).

@davesteele
Copy link
Author

Marked for autoremoval 1 Feb. Freeze for the next stable starts 2 Feb.

@davesteele
Copy link
Author

Removed from Debian Unstable:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants