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.

Error 405 on address:add

See original GitHub issue

Describe the bug Getting Unknown status code 405

To Reproduce Steps to reproduce the behavior:

  1. mailscript addresses:add --address=[redacted]@mailscript.com
  2. See error

Expected behavior Address to be added or more helpful error message

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version 20.04

Environment (please complete the following information):

  • NodeJs version node -v: 14.15.1
  • NPM version: 6.14.8

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
kanejcommented, Mar 12, 2021

Hello Mike,

Thanks for opening this issue.

I pushed and released an improved error message that is available if you do a fresh npm install (version mailscript/0.4.20):

image

I think the error you are encountering is that in Mailscript you can only add addresses that are off of your mailscript username’s subdomain (except the root email address we create automatically - user@mailscript.com), so for my user of kanej, valid addresses would be:

  • kanej@mailscript.com
  • github@kanej.mailscript.com
  • trello@kanej.mailscript.com
  • junk@kanej.mailscript.com

Does the improved error message cover your issue?

0reactions
MikeRalphsoncommented, Mar 12, 2021

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix HTTP Error 405 Method Not Allowed - Hostinger
When a website shows the 405 Method Not Allowed notification, it indicates a Hypertext Transfer Protocol (HTTP) error.
Read more >
How to Fix the HTTP 405 Method Not Allowed Error - Kinsta®
It's an HTTP response status code that indicates that the request method is known by the server but is not supported by the...
Read more >
405 Method Not Allowed - HTTP - MDN Web Docs
The HyperText Transfer Protocol (HTTP) 405 Method Not Allowed response status code indicates that the server knows the request method, ...
Read more >
How To Effectively Fix an HTTP 405 Error With 7 Methods
Learn what an HTTP 405 error is, why and when this type of error occurs and seven different troubleshooting methods you can employ...
Read more >
405 Method Not Allowed - KeyCDN Support
The 405 Method Not Allowed error indicates the web server is configured in a way that does not allow you to perform a...
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