Opened 4 years ago

Closed 6 months ago

#339 closed defect (fixed)

LUAScript error using common functions

Reported by: fgeek Owned by: mickem
Priority: 1 Milestone: 0.4.1
Component: LUA Version: 0.3.8
Severity: Bugs Keywords: lua
Cc:

Description

I tried to create function called "log" using LUA and something strange happened. It runs perfectly first time, but second time it just says:

Unknown exception in: wrapHandlerCommand(...)

It works if I change the name of the function. This behavior should be documented.

Change History (4)

comment:1 Changed 16 months ago by mickem

  • Milestone set to 0.4.0
  • Owner changed from MickeM to mickem
  • Version set to 0.3.8

This is due to default functions exposed and should be documented in the API.

comment:2 Changed 15 months ago by mickem

  • Component changed from Core Module to LUA

comment:3 Changed 15 months ago by mickem

  • Milestone changed from 0.4.0 to 0.4.1

comment:4 Changed 6 months ago by mickem

  • Resolution set to fixed
  • Status changed from new to closed

Functions has now been moved to a nscp "package" so hopefully this is resolved.

Note: See TracTickets for help on using tickets.