question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
caronccommented, Aug 10, 2022

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?

1reaction
caronccommented, Jul 22, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found