Spaces:
Sleeping
Sleeping
| Traceback (most recent call last): | |
| File "C:\Users\sandr\IRIS2026\IRIS_FULL\backend\recalculate_scores.py", line 90, in <module> | |
| asyncio.run(main()) | |
| ~~~~~~~~~~~^^^^^^^^ | |
| File "C:\Users\sandr\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 195, in run | |
| return runner.run(main) | |
| ~~~~~~~~~~^^^^^^ | |
| File "C:\Users\sandr\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 118, in run | |
| return self._loop.run_until_complete(task) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "C:\Users\sandr\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 725, in run_until_complete | |
| return future.result() | |
| ~~~~~~~~~~~~~^^ | |
| File "C:\Users\sandr\IRIS2026\IRIS_FULL\backend\recalculate_scores.py", line 23, in main | |
| print("\U0001f50d Fetching all applications from Supabase...") | |
| ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\sandr\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f50d' in position 0: character maps to <undefined> | |