TypeError: upstreamDuplicates is not an array
See original GitHub issueTrying to use the ‘Account on another server?’ option to login on pumprock.net with my Identi.ca Webfinger ID I get this text after hit Enter:
TypeError: upstreamDuplicates is not an array
at /opt/pump.io/lib/model/activityobject.js:1113:23
at Array.forEach (native)
at Function._.each._.forEach (/opt/pump.io/node_modules/underscore/underscore.js:78:11)
at Function.ActivityObject.validate (/opt/pump.io/lib/model/activityobject.js:1110:7)
at Function.<anonymous> (/opt/pump.io/lib/model/activityobject.js:133:28)
at next (/opt/pump.io/node_modules/step/lib/step.js:51:23)
at next (/opt/pump.io/node_modules/step/lib/step.js:60:12)
at Function.<anonymous> (/opt/pump.io/lib/model/activityobject.js:119:21)
at next (/opt/pump.io/node_modules/step/lib/step.js:51:23)
at Step (/opt/pump.io/node_modules/step/lib/step.js:122:3)
That’s all.
Should I add any other information?
Issue Analytics
- State:
- Created 10 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Get all non-unique values (i.e.: duplicate/more than one ...
The correct answer should NOT remove duplicates from the array. That's the inverse of what I wanted: a list of the duplicates, not...
Read more >Remove duplicates in Arrays - Tanner Dolby
Removing duplicate values from an array is quite a common task in programming. Sometimes, specific scenarios ... That is, no repeated values.
Read more >jQuery.uniqueSort() | jQuery API Documentation
The $.uniqueSort() function searches through an array of objects, sorting the array, and removing any duplicate nodes. A node is considered a duplicate...
Read more >Reference - Nginx.org
returns an array of key-value pairs of response headers (0.4.1). Header field names are not converted to lower case, duplicate field values are...
Read more >Strict mode - JavaScript - MDN Web Docs
JavaScript's strict mode is a way to opt in to a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode".
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 Free
Top 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
Works after the patch Thanks @strugee!
Awesome! Thanks for the confirmation @ian-kelling, that’s super helpful to know since I never could reproduce this myself.