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
When testing on reddit and a task hit a submission the following output was produced. Something janky might've been submitted to the queue.
Output:
Worker W1 received task https://old.reddit.com/r/BetterEveryLoop/gilded
Worker W1 received task https://old.reddit.com/r/BetterEveryLoop/comments/do6b4r/donald_slowly_realising_a_whole_stadium_is_booing/
Worker W1 received task javascript: void 0;
W1 failed to download a page.
Worker W1 received task https://old.reddit.com/#
Worker W1 received task javascript:void(0)
W1 failed to download a page.
Worker W1 received task javascript:void(0)
W1 failed to download a page.
Worker W1 received task https://old.reddit.com/
The text was updated successfully, but these errors were encountered:
The extractor now only look for schemes where http or https are used, this also mean that javascript:void(0) will be discarded, since the parser will recognise javasript as the scheme.
When testing on reddit and a task hit a submission the following output was produced. Something janky might've been submitted to the queue.
Output:
The text was updated successfully, but these errors were encountered: