You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error when trying to use this library with a list of 10K celebrity names.
Traceback (most recent call last):
File "/home/hhh/ratings-api/clean.py", line 74, in <module>
logger.debug(trie.regex())
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/memoizer.py", line 20, in __call__
self.cache[stringed] = self.func(*args)
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/trieregex.py", line 111, in regex
return f'{escape(key)}{self.regex(trie[key], False)}'
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/memoizer.py", line 18, in __call__
stringed = str(args)
RecursionError: maximum recursion depth exceeded while getting the repr of an object
The text was updated successfully, but these errors were encountered:
I have an error when trying to use this library with a list of 10K celebrity names.
Traceback (most recent call last):
File "/home/hhh/ratings-api/clean.py", line 74, in <module>
logger.debug(trie.regex())
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/memoizer.py", line 20, in __call__
self.cache[stringed] = self.func(*args)
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/trieregex.py", line 111, in regex
return f'{escape(key)}{self.regex(trie[key], False)}'
File "/home/hhh/.local/lib/python3.9/site-packages/trieregex/memoizer.py", line 18, in __call__
stringed = str(args)
RecursionError: maximum recursion depth exceeded while getting the repr of an object
Do you solve this error now? I met the same error...
I have an error when trying to use this library with a list of 10K celebrity names.
The text was updated successfully, but these errors were encountered: