Page 2 of 2

Re: New version python 3 compatible

PostPosted: Sat Jun 03, 2023 5:47 am
by siclark
neilk wrote:
Morning - It maybe the plugin is on strike like most of the UK train network (and suspect it may be related) but got this in my logs today

Code: Select all
 UK Trains Error                 Error in plugin execution runConcurrentThread:

  File "plugin.py", line 1033, in runConcurrentThread
type: name 'errorFile' is not defined

   UK Trains Error                 plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)



Thanks,
Neil
Ah. I've seen that occasionally. I think the reference to the error file to write errors to file is missing. Somehow I didn't have any in testing so never saw that error. I'll try and have a look soon but so far seems to be limited in impact and will return data once the some is available.

Re: New version python 3 compatible

PostPosted: Tue Jun 06, 2023 4:19 am
by neilk
Thanks - not really an issue as you say it doesn't seem to impact anything so no panic at all.

Neil

Re: New version python 3 compatible

PostPosted: Wed May 15, 2024 3:26 pm
by siclark
I have somewhat belatedly updated a version which should in theory publish errors out to a file, and not throw that error if it can't find it. Fingers crossed it works.