We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After many tries to launch jtman, I fell into the following error and then the application quits:
2022-05-19 12:44:53,852 | logfile loaded /home/xxx.adi 2022-05-19 12:44:53,931 | Modification time: 1652904542.8315482 2022-05-19 12:44:53,932 | Loading pickle; mtime 1652904542.8315482 2022-05-19 12:44:53,932 | pickle exception Ran out of input 2022-05-19 12:44:53,933 | len 0 age 48951.1014277935 reloadAge 86400 2022-05-19 12:44:53,933 | Listener started 127.0.0.1:2237
Also in order for console mode to run, I had to import JtmanConsole into main.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After many tries to launch jtman, I fell into the following error and then the application quits:
2022-05-19 12:44:53,852 | logfile loaded /home/xxx.adi
2022-05-19 12:44:53,931 | Modification time: 1652904542.8315482
2022-05-19 12:44:53,932 | Loading pickle; mtime 1652904542.8315482
2022-05-19 12:44:53,932 | pickle exception Ran out of input
2022-05-19 12:44:53,933 | len 0 age 48951.1014277935 reloadAge 86400
2022-05-19 12:44:53,933 | Listener started 127.0.0.1:2237
Also in order for console mode to run, I had to import JtmanConsole into main.py
The text was updated successfully, but these errors were encountered: