Xray tool configuration problems

mike@RPI4b3:~> uname -a
Linux MikesPI 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux

Version: 7.4.7.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: x11
Locale: en-US (C); UI: en-US
Raspbian package version: 4:7.4.7-1+rpi1+deb12u5
Calc: threaded

Intalled from XrayTool60_en.odt.
Following the instructions I pointed Xray to /usr/bin/firefox then
web searched “LibreOffice”+“Global Index A”+“MediaDescriptor” which took me to https://www.libreoffice.openoffice.org/api/docs/common/ref/index-files/index-1.html.
In Xray Configure and clickng on the ‘Use API from the Web’ button I paste the afore mentioned URL in the box and click OK.
The response comes back ‘This page is missing on the Web site :
https://www.libreoffice.openoffice.org/api/docs/common/ref/index-files/index-1.html’ but when I look at the page I find entries for ‘CHART’ and ‘chart’.
In my code the initial line was ‘Xray( Chart )’, thinking the search might be case sensitive I switched it to ‘Xray( chart )’ but that made no difference.
I’m not yet ready to try MRI but if anyone can point me in the right direction for getting Xray working I would appreciate it.

Thanks,
Mike

There’s no “libreoffice.openoffice” site. Of course, you may remove the “libreoffice” part manually from URLs every time you open them. But likely, you just need to remove that part in the Xray config. I don’t think that you can use documentation from LibreOffice site together with Xray, it uses a bit different URL scheme IIUC.

I agree, it’s too early to try MRI - it should become obsoleted for tens of years to be considered mature enough :wink: It’s strange how you decided to use LibreOffice 7.4.7 - it’s so young, just two years old? :stuck_out_tongue_winking_eye:

2 Likes

While there is no webpage run by both projects together, the named address is valid. So they either have this target as “subdomain” at openoffice.org, or they simply ignore unknown subdomains.
.
Edit: Tested by replacing LibreOffice with Wanderer and came to the the same destination as before.

Indeed; and the ignored subdomain creates the invalid certificate situation.

1 Like

One question remains: Where did @MikeMcClain46 found his URL. My test could not reproduce his search

The only place with the named URL in the list was this thread.

DuckDuckGo found that site.

Thank you Sir, that did the trick.