Edward Knight

Results 5 comments of Edward Knight

macOS Catalina, Python 3.8.6, downgrading `requests` to `2.23.0` fixed the issue for me! Thank you @kiwiz and everyone for debugging.

I'm also seeing this issue on a new project: https://github.com/Edward-Knight/landlock/runs/8080492073 Before I added the token as an environment variable I was getting: ``` There was an error running the uploader:...

Or actually, looking at the code further, is the URL missing a `?body=`? So it should be https://github.com/apple/pkl/issues/new?body=java.lang.StackOverflowError?

Although #73 will ensure the URL is always valid, I don't think it's a full fix. The next line tries to URL encode the error, presumably so it can be...

Also should I open a separate issue about the stack overflow or is the current behaviour expected?