Zeva

Results 6 issues of Zeva

Making a request to `/api/v2/pastes` fails with `invalid character 'x' looking for beginning of value`. Code to reproduce: ```py import requests resp = requests.post("https://pasty.lus.pm/api/v2/pastes", data={"content": "Test paste"}) ``` ![image](https://user-images.githubusercontent.com/57541873/155200673-32305d79-1980-49bc-b6e1-1958bea1da6a.png)

classification/bug
area/backend

As per #18 , this adds (basic) callback support for pre- and post-refresh. It doesn't pass in anything into the callbacks, but is meant to provide a basic means of...

Essentially, I was hoping that it were possible to add support for custom hooks to run before and after updating the code in memory so that you can run pre-...

### What happened? Bot crashes during startup, saying "Failed to get channel with ID ''" ### Game Version 1.16 ### What platform are you using? Forge ### Platform version 36.2.19...

bug

## What type of pull request is this? - [x] Non-breaking code change - [ ] Breaking code change - [ ] Documentation change/addition - [ ] Tests change ##...

# Upgrade to support Python 3 Drops support for Python 2, but since Python 2 has been deprecated, this should not be an issue ## Known Issues * UnicodeDecodeError about...