You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I use MailerLite nodes to create or get subscribers, the subscriber ID in the response is wrong.
Already tested with two different n8n instances, in different machines.
Example subscriber IDs Correct: 113280109331350776 Wrong: 113280109331350780
It also returns the wrong group ID when searching a subscriber by email. If I want to know to which group ID the subscriber belongs to, I won't be able to because of the wrong ID.
Example group IDs Correct: 113276040087864466 Wrong: 113276040087864460
I can confirm this issue by making a custom HTTP request, which returns correct ID values.
Outputs
To Reproduce
Make a request using the MailerLite node to create or get subscribers.
Expected behavior
Give me the correct subscriber ID.
Operating System
Ubuntu 22.04
n8n Version
1.49.0
Node.js Version
default
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
raulengel
changed the title
MailerLite nodes returns wrong subscriber ID
MailerLite nodes return wrong subscriber ID
Jul 12, 2024
Bug Description
Whenever I use MailerLite nodes to create or get subscribers, the subscriber ID in the response is wrong.
Already tested with two different n8n instances, in different machines.
Example subscriber IDs
Correct: 113280109331350776
Wrong: 113280109331350780
It also returns the wrong group ID when searching a subscriber by email. If I want to know to which group ID the subscriber belongs to, I won't be able to because of the wrong ID.
Example group IDs
Correct: 113276040087864466
Wrong: 113276040087864460
I can confirm this issue by making a custom HTTP request, which returns correct ID values.
Outputs
To Reproduce
Make a request using the MailerLite node to create or get subscribers.
Expected behavior
Give me the correct subscriber ID.
Operating System
Ubuntu 22.04
n8n Version
1.49.0
Node.js Version
default
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: