sebastianmenze / Tindeq-Progressor-climbing-strength-test-server

A python and bokeh application that creates a user interface to run climbing strength tests, that can store, visualize and send results
30 stars 7 forks source link

Error at time to initiallitate #1

Open rlapuente opened 1 year ago

rlapuente commented 1 year ago

Hello!

When I try to execute script, I m getting error (at time to logging on it). Progressor is connected perfectly, but app not starts.. it seems some problem with styles (??¿)

Error log attached here in txt.

(I m trying to run in Ubuntu 22)

Thanks!!! tindeqError.txt

sebastianmenze commented 1 year ago

Hi, hmm I can't seem to be able to replicate that error. Maybe try updating all your packages, or at least bokeh?

Cheers, Seb

Am Do., 10. Nov. 2022 um 18:39 Uhr schrieb rlapuente < @.***>:

Hello!

When I try to execute script, I m getting error (at time to logging on it). Progressor is connected perfectly, but app not starts.. it seems some problem with styles (??¿)

Error log attached here in txt.

Thanks!!! tindeqError.txt https://github.com/sebastianmenze/Tindeq-Progressor-climbing-strength-test-server/files/9983389/tindeqError.txt

— Reply to this email directly, view it on GitHub https://github.com/sebastianmenze/Tindeq-Progressor-climbing-strength-test-server/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2E4W5RQLBKX2JXLFDAYI3WHUXNZANCNFSM6AAAAAAR4ZZX2Q . You are receiving this because you are subscribed to this thread.Message ID: <sebastianmenze/Tindeq-Progressor-climbing-strength-test-server/issues/1@ github.com>

rlapuente commented 1 year ago

All its in lastest version... could you tell me what Bokeh version are you using? (bokeh & tornado) Thanks

sebastianmenze commented 1 year ago

Hmm, mysterious :-D I am using python 3.8 and bokeh==2.4.3, if you are using windows you can try to use the compiled .exe from the latest release

Am Di., 15. Nov. 2022 um 11:50 Uhr schrieb rlapuente < @.***>:

All its in lastest version... could you tell me what Bokeh version are you using? (bokeh & tornado) Thanks

— Reply to this email directly, view it on GitHub https://github.com/sebastianmenze/Tindeq-Progressor-climbing-strength-test-server/issues/1#issuecomment-1315132912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2E4WYTJGMNGDIPH5OXFYDWINTGLANCNFSM6AAAAAAR4ZZX2Q . You are receiving this because you commented.Message ID: <sebastianmenze/Tindeq-Progressor-climbing-strength-test-server/issues/1/1315132912 @github.com>

rlapuente commented 1 year ago

I downgraded bokeh to 2.4.3 (from 3.1), (other libraries too, like pandas). Little change in code also done and works for me. Thanks for all :)

cebus799 commented 1 year ago

I am running into the same issues, also trying to use tindeq on ubutu. @rlapuente would you be up to share your changes and also what versions of libraries you are using?