-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plans for 1.0.0 #4
Comments
yes please add support, plus ive ran into problem the app says "incorrect token" now. |
Do you copy from your bark app of iphone right?And can you show your code? |
yes i copied exactly. the code is your sample code of your hello world. |
The device id is a 64-letter string. Is it right? And can you send the detail of the error message? |
|
I test in my ubuntu 3.10 python server.It works normally.Maybe you installed another package that caused a conflict. Maybe your device id is wrong. |
OK thanks I’ll check.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: PieCat ***@***.***>
发送时间: Tuesday, November 7, 2023 11:33:32 PM
收件人: funny-cat-happy/barknotificator ***@***.***>
抄送: LianLongBaGua ***@***.***>; Comment ***@***.***>
主题: Re: [funny-cat-happy/barknotificator] plans for 0.2.0 (Issue #4)
Traceback (most recent call last): File "/root/rqd_arcticdb/barktest.py", line 4, in <module> bark.send(title="welcome", content="hello world") File "/root/rqd_arcticdb/.another_venv/lib/python3.10/site-packages/BarkNotificator/barknotificator.py", line 95, in send raise BarkNotificatorException(response.text) BarkNotificator.exception.BarkNotificatorException: {"reason":"InvalidProviderToken"}
I test in my ubuntu 3.10 python server.It works normally.Maybe you installed another package that caused a conflict. Maybe your device id is wrong.
―
Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6IPNN4GIARN3S7FQWXK5SLYDJIEZAVCNFSM6AAAAAA323DWTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJYHA4DKNJXHA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
OK after some testing i found what something very strange. given my coding ability i'm unable to solve that puzzle.
The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
specifically the only variable here seems to be whether its running inside a jupyter kernel or not. |
OK i got it. |
@funny-cat-happy Hello, you have update code with new options but not publish it pipy, when use pip to install it, there no new options |
It has updated now |
Current Issue
httpx package is very big and has so many dependency.
Not support for tls to send message to apple server.
Future Plan
If so many people use it and have feedback,I will fix it and add some features.
The text was updated successfully, but these errors were encountered: