omeka / omeka/plugin-Reports

socket timeout on Google Charts API

Open
#2 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
6
Forks
6
PR merge metrics
No merged PRs in 30d

Description

PDF QR code generation occasionally fails with the following error:

stream_socket_client(): unable to connect to tcp://chart.apis.google.com:80 (Operation timed out) in application/libraries/Zend/Http/Client/Adapter/Socket.php on 230

This is a Zend Framework error caused by a failed connection to Google Charts API. This should be retry-able, but for some reason it just gives the error message instead of throwing the exception.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in application/libraries/Zend/Http/Client/Adapter/Socket.php around line 230 and trace how the Google Charts API connection failure is handled during PDF QR code generation. Reproduce the timeout if possible and determine the expected retry or exception behavior; done means the failure no longer only emits the reported error message.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.