leogomezz4t / PyTextNow_API

Python texting API utilizing TextNow API
MIT License
67 stars 41 forks source link

Exception: KeyError: 'content-type' #68

Open Kasherpete opened 1 year ago

Kasherpete commented 1 year ago

So I'm getting the error "KeyError: 'content-type'" when I try to get unread messages. I have always used PyTextNow and I know for a fact that this has worked before, but now it isn't. Can someone tell me why, even though this project hasn't been updated in a while?

Kasherpete commented 1 year ago

After some tinkering, I found out that line 10 of mulitmediamessage will request and return {"error":"Missing Querystring Params"}. If I remove line 13 and 14 of that file, it works again, but I really don't want to break anything