May the code be with you 👻
So i was debugging code with long print calls. And then i got " JSON error: expected value at line 1 column 1, please double check your session and csrf config. JSON error: expected value at line 1 column 1, please double check your session and csrf config" But one the website my code is working. Minimal example that produces the error: ( on execises 26 in python3) ``` from typing import * class Solution: def removeDuplicates(self, nums: List[int]) -> int: print(f'nums are now {nums} and u') return 1 ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by OdysseusOperator and has received 4 comments.