transformerlab-app icon indicating copy to clipboard operation
transformerlab-app copied to clipboard

After installing plugins - No way to circumvent

Open MarkPhsd opened this issue 6 months ago • 5 comments

After installing plugins, not sure which, I get this error.

Is there a way to disable loading plugins in order to find out which one is the problem and how to resolve?

It seems I'll have to re-install the app and haven't even been able to test anything out. But the problem is, I will have to slowly , painfully test out each plugin . I"m sure there is a better way?

MarkPhsd avatar May 27 '25 03:05 MarkPhsd

Thanks for reporting this. Could you please share a screenshot or a short video of the issue? It’ll help us understand what’s going on and fix it faster. Thanks!

mina-parham avatar May 27 '25 15:05 mina-parham

Sure. https://www.youtube.com/watch?v=Ka344vjMBig

Please see the edit above. I realized you also can't copy the output from the UI, so I can't actually show you here what the errors are except for the video. Being able to copy that info would be helpful.

MarkPhsd avatar May 27 '25 21:05 MarkPhsd

Thanks for recording and explaining the error as well! Something definitely seems to be off but the DEBUG steps you highlighted were not the errors as those things showing up is expected. I could see upon scrolling down that there was some error in starting up the API itself. I think installing some plugin is the reason this broke and I'm very sorry you have to go through this. If you'd be willing, could you open up Powershell on your windows device and type the following commands and send me a screenshot?

wsl
cd ~/.transformerlab/workspace/plugins

This will show me what plugins you have installed and I can help you out from there.

Just verifying the error you posted above doesn't happen anymore right?

It would also be super helpful to get your logs so we can verify what went wrong. You can find those using the following commands:

wsl
cd ~/.transformerlab

In this directory you'll find 2 files named local_server.log and transformerlab.log, it would be super helpful if you could send those over and I'll help you figure out what went wrong!

deep1401 avatar May 27 '25 21:05 deep1401

Not a problem. I would be happy to help>

PS C:\Users\ccs> wsl Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.167.4-microsoft-standard-WSL2 x86_64)

  • Documentation: https://help.ubuntu.com
  • Management: https://landscape.canonical.com
  • Support: https://ubuntu.com/pro

System information as of Tue May 27 14:44:41 PDT 2025

System load: 0.16 Processes: 45 Usage of /: 9.1% of 250.92GB Users logged in: 1 Memory usage: 6% IPv4 address for eth0: 172.17.134.73 Swap usage: 0%

  • Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s just raised the bar for easy, resilient and secure K8s cluster deployment.

    https://ubuntu.com/engage/secure-kubernetes-at-the-edge

This message is shown once a day. To disable it please create the /root/.hushlogin file. root@CCSServer:/mnt/c/Users/ccs#

MarkPhsd avatar May 27 '25 21:05 MarkPhsd

Sorry, I didn't read your request completely. here you go:

local_server.log transformerlab.log

MarkPhsd avatar May 28 '25 17:05 MarkPhsd

Hi @MarkPhsd, Seems to me that the issues have been caused by an incomplete installation of t5_lora_trainer. I would suggest starting with a clean slate. If you could just do a rm -rf ~/.transformerlab/workspace/plugins/*, this would delete all installed plugins and then starting the app should work without you losing any other data.

deep1401 avatar May 29 '25 22:05 deep1401

Thank you! My humble suggestion as a fellow supporter of software. I suggest you have a setings button the user can do this before the startup process; because otherwise it seems like the app is unusable at this point.

When i was installing plugins, There were several times where the plugin installer would just keep spinning; so i would chose to install another at the same time. Maybe because I took the option to just press install on a bunch at the same time, thinking they would all install just fine.

Also maybe disable simultaneous installs of plugins. Not worth the hassle.

MarkPhsd avatar May 30 '25 04:05 MarkPhsd

Thanks for the feedback — really helpful! We’ll definitely take this into account :-)

mina-parham avatar May 30 '25 22:05 mina-parham