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
I use a script which fires several getHistory requests, if I do not use count: 1 I get multiple results, if I use count: 1 it seems like the single value is cut off and nothing is returned.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.
I use a script which fires several
getHistory
requests, if I do not usecount: 1
I get multiple results, if I usecount: 1
it seems like the single value is cut off and nothing is returned.Here is a snippet of the
getHistory
request:getHistoryAsync
is just a promise wrapper aroundgetHistory
.Here are the logs, for more information just contact me here.
The text was updated successfully, but these errors were encountered: