googleapis / googleapis/signet
Missing access token. (ArgumentError)
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 389
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Environment details
- Ruby version: 3.1.3
- Rails version: 7.0.4
I use multiple Google services, such as Translate, speech-to-text, and text-to-speech. They were working fine before, but recently, I have been encountering missing access token errors on my Dockerize Development environment, though it is working fine locally.
signet-0.19.0/lib/signet/oauth_2/client.rb:1117:in `generate_authenticated_request': Missing access token. (ArgumentError)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at signet-0.19.0/lib/signet/oauth_2/client.rb:1117, where generate_authenticated_request raises the missing access token error, and compare the token setup between the local and Dockerized development environments. Reproduce the failure with the reported Google services and identify the environment difference that prevents the token from being available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, ruby
- Domain
- authentication, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100