Line notification splits the token to users
See original GitHub issue📣 Notification Service(s) Impacted Line
🐞 Describe the bug The token has several forward slashes and the notification request fails on as many times as there were forward slashes, by outputting:
WARNING - Failed to send Line notification to 1O: Verification Failed., error=401
The documentation states that the token can be used as is, but perhaps it needs some additional tuning https://github.com/caronc/apprise/wiki/Notify_line#parameter-breakdown
💻 Your System Details:
- OS: Raspberry Pi OS 2022.04
- Python Version: 3.9.2
🔮 Additional context
Commands used
pip install apprise # --> 0.9.9
.local/bin/apprise -vv -t "Test Message Title" -b "Test Message Body" line://m/asdfghj/10@U12345
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to get line from stdin and split it to tokens? - Stack Overflow
Code's primary problem is using an empty token string for subsequent calls of strtok() . Add as needed, characters to the 2nd token...
Read more >Continuous access evaluation in Azure AD - Microsoft Entra
Responding to changes in user state faster with continuous access evaluation in Azure ... By default, access tokens are valid for one hour, ......
Read more >Format scripts and job logs - GitLab Docs
job: script: - echo "First command line is split over two lines. ... For example, if you use "PRIVATE-TOKEN: ${PRIVATE_TOKEN}" as part of...
Read more >Segments - OneSignal Documentation
Cohorts or Groups of users based on data collected and sent to OneSignal. ... You can divide your subscriber base into specific audiences...
Read more >Reference: Layout blocks - Slack API
A content divider, like an <hr> , to split up different blocks inside of a ... app must have the the links.embed:write scope...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Feel free to if you want. Are you looking for just a comment to escape the token?
Could you share with my what one of these tokens look like (but just swap q few alpha/numeric characters to invalidate it from those reading?
See here and try escaping the slash. When i did the setup, the 2 users i was accessing didn’t have the slash in it.
Let me know how it goes