Skip to content

Instantly share code, notes, and snippets.

@andreemic
Created April 29, 2023 21:34
Show Gist options
  • Save andreemic/407790066e9c8fed366ebfb21346bf78 to your computer and use it in GitHub Desktop.
Save andreemic/407790066e9c8fed366ebfb21346bf78 to your computer and use it in GitHub Desktop.
Starting Turboboot Server 🍌
29 Apr, 23:24:19
------
29 Apr, 23:24:19
Serving at http://0.0.0.0:8000
29 Apr, 23:24:19
127.0.0.1 - - [29/Apr/2023 21:24:19] "GET / HTTP/1.1" 405 -
29 Apr, 23:31:42
Performing model auto-detection
29 Apr, 23:31:43
RecursionError: maximum recursion depth exceeded while calling a Python object
29 Apr, 23:31:43
tensor_methods = dir(self.__class__)
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/torch/_tensor.py", line 938, in __dir__
29 Apr, 23:31:43
for a in dir(object):
29 Apr, 23:31:43
File "/autodetect.py", line 57, in drill_object
29 Apr, 23:31:43
[Previous line repeated 964 more times]
29 Apr, 23:31:43
drill_object(subobject, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 74, in drill_object
29 Apr, 23:31:43
drill_object(subobject, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 74, in drill_object
29 Apr, 23:31:43
drill_object(subobject, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 74, in drill_object
29 Apr, 23:31:43
drill_object(v, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 48, in drill_dict
29 Apr, 23:31:43
drill_dict(subobject, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 66, in drill_object
29 Apr, 23:31:43
drill_object(v, item_path, opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 48, in drill_dict
29 Apr, 23:31:43
drill_dict(context, [], opt_targets)
29 Apr, 23:31:43
File "/autodetect.py", line 79, in autodetect
29 Apr, 23:31:43
for entry in autodetect(app.context):
29 Apr, 23:31:43
File "turbo_app.py", line 26, in init
29 Apr, 23:31:43
return func(self.context, request)
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/potassium/potassium.py", line 46, in wrapper
29 Apr, 23:31:43
return endpoint.func(req).json
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/potassium/potassium.py", line 89, in handle
29 Apr, 23:31:43
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/flask/app.py", line 1799, in dispatch_request
29 Apr, 23:31:43
rv = self.dispatch_request()
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/flask/app.py", line 1823, in full_dispatch_request
29 Apr, 23:31:43
rv = self.handle_user_exception(e)
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/flask/app.py", line 1825, in full_dispatch_request
29 Apr, 23:31:43
response = self.full_dispatch_request()
29 Apr, 23:31:43
File "/opt/conda/lib/python3.8/site-packages/flask/app.py", line 2528, in wsgi_app
29 Apr, 23:31:43
Traceback (most recent call last):
29 Apr, 23:31:43
[2023-04-29 21:31:43,259] ERROR in app: Exception on /turbo/init [POST]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment