View previous topic :: View next topic |
Author |
Message |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Wed Feb 09, 2022 3:51 pm Post subject: |
|
|
Code: |
.tcl package require http
Tcl: 2.10a1
.tcl package require json
Tcl: 1.3.3
.tcl package require tls
Tcl: 1.7.20
|
|
|
Back to top |
|
 |
ComputerTech Master

Joined: 22 Feb 2020 Posts: 393
|
Posted: Wed Feb 09, 2022 4:17 pm Post subject: |
|
|
Well your package versions are slightly older than mine, but i really doubt that would be the cause of this problem.
This problem only happens when the variable is set to 5 correct? Plus did you try search another term? perhaps like "LEGO" for example, or something more popular perhaps. _________________ ComputerTech |
|
Back to top |
|
 |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Wed Feb 09, 2022 5:08 pm Post subject: |
|
|
Hi,
Tried Searching Lego or anything at all, and it throws that error. 4 and below is fine. |
|
Back to top |
|
 |
ComputerTech Master

Joined: 22 Feb 2020 Posts: 393
|
Posted: Wed Feb 09, 2022 5:12 pm Post subject: |
|
|
Weird, as it's working just fine for me, i'll get another server of mine and try install the packages the same version that you have and try that.  _________________ ComputerTech |
|
Back to top |
|
 |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Wed Feb 09, 2022 5:36 pm Post subject: |
|
|
If it helps. It is running on my own personal sever which is running
Ubuntu 20.04.03 LTS Focal
TCL Version 8.6 |
|
Back to top |
|
 |
ComputerTech Master

Joined: 22 Feb 2020 Posts: 393
|
Posted: Thu Feb 10, 2022 11:57 am Post subject: |
|
|
Yeah, i'm running Ubuntu 20.04 too, so that isn't the problem in my opinion, haven't had time yet to run another eggdrop on another server just yet, but i'll try make some time later.  _________________ ComputerTech |
|
Back to top |
|
 |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Fri Feb 11, 2022 3:12 pm Post subject: |
|
|
Thanks ComputerTech for taking the time. |
|
Back to top |
|
 |
Goga Halfop
Joined: 19 Sep 2020 Posts: 72
|
Posted: Sat Feb 12, 2022 5:56 am Post subject: |
|
|
Code: | [09:53:48] Tcl error in file 'eggdrop.conf':
[09:53:48] can't read "::google": no such variable
while executing
"putlog "$::google.tcl v0.3 by ComputerTech Loaded""
(file "scripts/search.tcl" line 116)
invoked from within
"source scripts/search.tcl"
(file "eggdrop.conf" line 210)
[09:53:48] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
|
Help Please... |
|
Back to top |
|
 |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Sat Feb 12, 2022 6:56 pm Post subject: |
|
|
Have you put the API Key In ?
And have you put in the Engine ID key in ? |
|
Back to top |
|
 |
CrazyCat Owner

Joined: 13 Jan 2002 Posts: 972 Location: France
|
Posted: Sun Feb 13, 2022 5:33 am Post subject: |
|
|
There is an error in the last line of the script:
Code: | putlog "$::google.tcl v0.3 by ComputerTech Loaded" |
Must be:
Code: | putlog "CT-google.tcl v0.3 by ComputerTech Loaded" |
_________________ https://www.eggdrop.fr
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
Goga Halfop
Joined: 19 Sep 2020 Posts: 72
|
Posted: Mon Feb 14, 2022 12:45 am Post subject: |
|
|
You are always Right, CrazyCat  |
|
Back to top |
|
 |
|