Whenever I reload, It seems to create a new thread showing this in the CLI.

For example, when I attempt to run the app, the error, shown below, starts 
with: " ERROR:Rocket.Errors.Thread-2:Traceback (most recent call last):"
The next time it runs showing " ERROR:Rocket.Errors.Thread-4:Traceback 
(most recent call last):"
Then " ERROR:Rocket.Errors.Thread-6:Traceback (most recent call last):"

And so on. 

Here is a dump from the CLI. Everything below the traceback line remains 
the same:

Starting server...
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2023
Version 2.25.1-stable+timestamp.2023.10.08.18.44.43
Database drivers available: sqlite3, imaplib, pymysql

please visit:
        http://127.0.0.1:8005/
use "kill -SIGTERM 161098" to shutdown the web2py server


ERROR:Rocket.Errors.Thread-2:Traceback (most recent call last):

  File "/home/support/cts-new/cts_py3/web2py/gluon/rocket.py", line 1294, 
in run
    self.run_app(conn)

  File "/home/support/cts-new/cts_py3/web2py/gluon/rocket.py", line 1796, 
in run_app
    output = self.app(environ, self.start_response)

  File "/home/support/cts-new/cts_py3/web2py/gluon/main.py", line 648, in 
app_with_logging
    ret[0] = wsgiapp(environ, responder2)

  File "/home/support/cts-new/cts_py3/web2py/gluon/main.py", line 562, in 
wsgibase
    return http_response.to(responder, env=env)

  File "/home/support/cts-new/cts_py3/web2py/gluon/http.py", line 129, in to
    responder(status, rheaders)

  File "/home/support/cts-new/cts_py3/web2py/gluon/main.py", line 643, in 
responder2
    return responder(s, h)

  File "/home/support/cts-new/cts_py3/web2py/gluon/rocket.py", line 1759, 
in start_response
    self.header_set = Headers(response_headers)

  File "/usr/lib/python3.10/wsgiref/headers.py", line 39, in __init__
    self._convert_string_type(v)

  File "/usr/lib/python3.10/wsgiref/headers.py", line 45, in 
_convert_string_type
    raise AssertionError("Header names/values must be"

AssertionError: Header names/values must be of type str (got 50)

On Sunday, October 22, 2023 at 3:53:47 AM UTC-5 vald...@gmail.com wrote:

> It's as if any attempt to read tables based on the db object causes this 
> error.
>
> I was getting this error where IS_IN_DB that references other tables as 
> base tables. I've moved all those references from the models completely and 
> now I'm getting the error when I attempt to log in to the app.
>
> Very strange
>
> On Saturday, October 21, 2023 at 4:45:09 PM UTC-5 vald...@gmail.com wrote:
>
>> Hi Guys,
>>
>> I recently upgraded an app I wrote with web2py about 4 years ago to work 
>> with Python 3.
>> I got a lot of this  <class 'AttributeError'> 'CommonDialect' object has 
>> no attribute 'eq' error until I removed the requires=IS_IN_DB() 
>> references to other tables and put the majority of the references into a 
>> separate model file named so it would load last. It now works on my local 
>> machine.
>> I've since moved the code to the production server and it worked at first 
>> and then the same error started again, this time with it having a 
>> problem with the model file that was set to load last. I have tried 
>> deleting the web2py installation downloaded a fresh copy to no avail.
>>
>> Please help.
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/a13ad483-8da5-49f1-9d38-9199fcfec730n%40googlegroups.com.

Reply via email to