I just bought AOrganiser 2.2 and find I am unable to do anything with the sync script for google setup. This is the message that pops up when I try to run the google setup script:
Quote:
Unable to initialize google 0Auth API
I thought I saw to all the dependencies. But is this a sign one of them is missing?
Paul
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000
Thanks for the response. I thought I had AmmiSSL 4.1 installed, but where does it install to? I Can't actually find it, just the downloaded archive. For good measure, I saw just now that AmiSSL 4.2 is out, so I just installed that. Again, no idea where it went to.
When I installed AOrganiser, I used the included install script. Program runs fine as far as putting the page up on the screen. But even after installing AmiSSL4.2, I still get the same notification about 0Auth.
Paul
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000
I also just bought AO and all is working fine. Have u checked the the installation and feature demo video on youtube.. just in case you might have missed somthing? https://youtu.be/4u1uAeqnngM
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 550 / ATI X1950 / M-Audio 5.1 -> AmigaOS 4.1 FE / Linux / MorphOS Amiga 1200 -> Recapped / PiStorm CM4 / SD HDD / WifiPi connected to the NET Vampire V4SE TrioBoot RPI4 AmiKit XE
Yeah, but I watched it again from your link. Since posting to Andy last time, I've reinstalled AOrganiser. It showed all three of the dependencies already in place. And with Andy's help I've verified that AmiSSL4.2 is installed.
Oddly, the "Generic" setup script at least pops up on the screen if I click it, but isn't helpful (for me, anyway.) I don't know what URL I would use for my Google calendar.
Eventually, this might be moot. Maybe with the Hyperion court case "settled" now, AEON might be getting back on track with product releases. Once it's available, I'll be getting an X5000/40. Maybe things will go better on that.
Paul
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000
Oddly, the "Generic" setup script at least pops up on the screen if I click it, but isn't helpful (for me, anyway.) I don't know what URL I would use for my Google calendar.
Generic doesn't work for google even if you know the right URL. Actually Generic is still a WIP anyway
Quote:
Eventually, this might be moot. Maybe with the Hyperion court case "settled" now, AEON might be getting back on track with product releases. Once it's available, I'll be getting an X5000/40. Maybe things will go better on that.
I ran the setenv log commands you gave me both from a generic shell and from a shell opened from the AOrganiser drawer. In both cases, the only output I saw was labeled AOrg.log and it was an empty file.
Paul
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000
OK this might be a bit ticky but could you CD into the AOrgansider CalDAV directory and perform this python session for me.
15.Work:AOrganiser/Scripts/CalDAV> python
Python 2.5.6 (r256:88840, Dec 18 2016, 02:20:44)
[GCC 5.3.0] on ppc-amiga
Type "help", "copyright", "credits" or "license" for more information.
>>> from oauth2client import client
>>> flow = client.flow_from_clientsecrets("client_aorganiser.json",scope="https://www.googleapis.com/auth/calendar",redirect_uri='urn:ietf:wg:oauth:2.0:oob')
>>> flow
<oauth2client.client.OAuth2WebServerFlow object at 0x498ec250>
>>>
It should go wrong when you type in the second line
New Shell process 7 7.Programs:AOrganiser/Scripts/CalDAV> python >>> from oauth2client import client File "<stdin>", line 1 from oauth2client import client ^ SyntaxError: invalid syntax
THe formatting on here is wrong. The ^ should be in the seperate line like it is, but between the "m" in from and the "o" in oauth. Don't know if that makes any difference.
Paul
Sorry tried again typing it all instead of cut and paste of your commnads, and I got to the offending line:
Quote:
>>> from oauth2client import client >>> flow = client.flow_from_clientsecrets("client_aorganiser.json",scope="https://www.googleapis.com/auth/calendar",redirect_uri='urn:ietf:wg:oauth:2.0:oob')" File "<stdin>", line 1 flow = client.flow_from_clientsecrets("client_aorganizer.json",scope="https://www.googleapis.com/auth/calendar",redirect_uri='urn:ietf:wg:oauth:2.0:oob')" ^ SyntaxError: EOL while scanning single-quoted string
Once again the ^ character is misplaced here. It should be under the closing end quote " mark after "oob')"
In case this would be easier via email, I'll private mail you my email address
Paul
Edited by Paul on 2018/8/11 20:54:20 Edited by Paul on 2018/8/11 20:57:48
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000