GooglePhotoClock icon indicating copy to clipboard operation
GooglePhotoClock copied to clipboard

http error

Open DJprasenjit opened this issue 2 years ago • 3 comments

Connecting to WiFi: done. Waiting for NTP time sync: ........... done. Sat Apr 20 16:51:18 2024

File system init failed!https://photos.app.goo.gl/R4fsTJDw7Lpb4LkbA [HTTPS] begin... [HTTPS] GET... [HTTPS] return code: -1 [HTTPS] GET... failed, error: connection refused https://photos.app.goo.gl/R4fsTJDw7Lpb4LkbA [HTTPS] begin... [HTTPS] GET... [HTTPS] return code: -1 [HTTPS] GET... failed, error: connection refused https://photos.app.goo.gl/R4fsTJDw7Lpb4LkbA [HTTPS] begin... [HTTPS] GET... [HTTPS] return code: -1 [HTTPS] GET... failed, error: connection refused

DJprasenjit avatar Apr 20 '24 11:04 DJprasenjit

Hello, instead of keeping: client->setCACert(rootCACertificate);

use this:
client->setInsecure();

nodoubtman avatar Mar 04 '25 11:03 nodoubtman

Hello. Google Photo Clock no longer works?

https://photos.app.goo.gl/xxx
[HTTPS] begin...
[HTTPS] GET...
[HTTPS] return code: 302
redirectUrl: https://photos.google.com/share/xxx?key=xxx
[HTTPS] begin...
[HTTPS] GET...
[HTTPS] GET... code: 200
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
finding seek pattern: id="_ij"
Wait stream->available()
0 photo ID added.

dvdiamond avatar Jul 09 '25 23:07 dvdiamond

    //stream->setTimeout(10);
    stream->setTimeout(100);

dvdiamond avatar Jul 16 '25 23:07 dvdiamond