Skip to content
New issue

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

pytak WARNING - Connection to 'http://localhost:10415/' raised an error: 'bytes' object has no attribute 'iter' #4

Open
daskalovst opened this issue Feb 24, 2023 · 3 comments

Comments

@daskalovst
Copy link

pytak WARNING - Connection to 'http://localhost:10415/' raised an error: 'bytes' object has no attribute 'iter'

@ampledata
Copy link
Collaborator

ampledata commented Feb 24, 2023 via email

@gncnpk
Copy link

gncnpk commented Mar 3, 2023

I believe this issue stems from line 176 in classes.py, this was due to tf_msg being a bytes object and the logger was trying to convert tf_msg to string, when it was already a string IIRC

@thetiana
Copy link

thetiana commented Sep 3, 2023

this is the hole console output that i have, cotproxy is running but not transmitting data to FTS, also web interface is not accessible, is there somebody are able to start this application? and how?

2023-09-03 08:34:35,929 pytak INFO - COT_URL: tcp://fts:8087

2023-09-03 08:34:35,929 pytak INFO - Run: <class 'pytak.classes.CLITool'>

2023-09-03 08:34:35,933 pytak INFO - Run: <class 'pytak.classes.RXWorker'>

2023-09-03 08:34:35,933 pytak INFO - Run: <class 'pytak.classes.TXWorker'>

2023-09-03 08:34:35,935 pytak INFO - <class 'cotproxy.classes.COTProxyWorker'> using: http://localhost:10415/

2023-09-03 08:34:35,937 pytak INFO - Serving on ('0.0.0.0', 8089)

2023-09-03 08:34:59,334 pytak WARNING - Connection to 'http://localhost:10415/' raised an error: 'bytes' object has no attribute 'iter'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants