Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2020.12] PHP Fatal Errors #9250

Closed
MrPetovan opened this issue Sep 21, 2020 · 42 comments
Closed

[2020.12] PHP Fatal Errors #9250

MrPetovan opened this issue Sep 21, 2020 · 42 comments
Labels
Milestone

Comments

@MrPetovan
Copy link
Collaborator

Please report here any PHP Fatal error message obtained running the 2020.09 stable or 2020.12-dev versions.

Closes #8875

@MrPetovan MrPetovan added the Bug label Sep 21, 2020
@MrPetovan MrPetovan added this to the 2020.12 milestone Sep 21, 2020
@MrPetovan MrPetovan pinned this issue Sep 21, 2020
@AlfredSK
Copy link

AlfredSK commented Sep 21, 2020

Here I go again. :-)

Uncaught Error: Call to undefined method Friendica\Util\EMailer\NotifyMailBuilder::addHeaders() in .../include/enotify.php:559
Stack trace:
#0 .../include/enotify.php(685): notification()
#1 .../include/enotify.php(596): check_item_notification()
#2 .../src/Model/Item.php(1974): check_user_notification()
#3 .../src/Protocol/ActivityPub/Processor.php(558): Friendica\Model\Item::insert()
#4 .../src/Protocol/ActivityPub/Receiver.php(475): Friendica\Protocol\ActivityPub\Processor::postItem()
#5 .../src/Protocol/ActivityPub/Receiver.php(147): Friendica\Protocol\ActivityPub\Receiver::processActivity()
#6 .../src/Module/Inbox.php(69): Friendica\Protocol\ActivityPub\Receiver::processInbox()
#7 [internal function]: Friendica\Module\Inbox::rawContent()
#8 .../src/App/Module.php(283): call_user_func()
#9 .../src/App.php(555): Friendi in .../include/enotify.php on line 559

2020.09 stable

Adressed in #9255

@SpcCw
Copy link

SpcCw commented Sep 21, 2020

"PHP message: PHP Fatal error:  Uncaught TypeError: Argument 1 passed to Friendica\Model\Post\DeliveryData::update() must be of the type int, null given, called in /usr/share/nginx/friends/src/Model/Item.php on line 984 and defined in /usr/share/nginx/friends/src/Model/Post/DeliveryData.php:164
Stack trace:
#0 /usr/share/nginx/friends/src/Model/Item.php(984): Friendica\Model\Post\DeliveryData::update()
#1 /usr/share/nginx/friends/mod/network.php(240): Friendica\Model\Item::update()
#2 /usr/share/nginx/friends/mod/network.php(646): networkSetSeen()
#3 /usr/share/nginx/friends/mod/network.php(620): network_display_post()
#4 /usr/share/nginx/friends/mod/network.php(293): networkThreadedView()
#5 /usr/share/nginx/friends/src/LegacyModule.php(90): network_content()
#6 /usr/share/nginx/friends/src/LegacyModule.php(64): Friendica\LegacyModule::runModuleFunction()
#7 [internal function]: Friendica\LegacyModule::content()
#8 /usr/share/nginx/friends/src/App/Page.php(331): call_user_func()
#9 /usr/share/ngin" while reading response header from upstream, client: [IP REMOVED], server: friends.deko.cloud, request: "GET /network?order=post HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "friends.deko.cloud", referrer: "https://friends.deko.cloud/profile/echo"

@SpcCw
Copy link

SpcCw commented Sep 22, 2020

PHP Fatal error:  Uncaught Error: Call to undefined method Friendica\Util\Network::fetchUrl() in /usr/share/nginx/friends/addon/geocoordinates/geocoordinates.php:55
Stack trace:
#0 /usr/share/nginx/friends/addon/geocoordinates/geocoordinates.php(84): geocoordinates_resolve_item()
#1 /usr/share/nginx/friends/src/Core/Hook.php(217): geocoordinates_post_hook()
#2 /usr/share/nginx/friends/src/Core/Hook.php(193): Friendica\Core\Hook::callSingle()
#3 /usr/share/nginx/friends/src/Model/Item.php(1775): Friendica\Core\Hook::callAll()
#4 /usr/share/nginx/friends/src/Protocol/DFRN.php(2580): Friendica\Model\Item::insert()
#5 /usr/share/nginx/friends/src/Protocol/DFRN.php(2782): Friendica\Protocol\DFRN::processEntry()
#6 /usr/share/nginx/friends/mod/dfrn_notify.php(260): Friendica\Protocol\DFRN::import()
#7 /usr/share/nginx/friends/mod/dfrn_notify.php(51): dfrn_dispatch_private()
#8 /usr/share/nginx/friends/src/LegacyModule.php(90): dfrn_notify_post()
#9 /usr/share/nginx/friends/src/LegacyModule" while reading response header from upstream, client: [IP REMOVED], server: friends.deko.cloud, request: "POST /dfrn_notify/alex HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "friends.deko.cloud"

Already fixed by friendica/friendica-addons#1006

@MrPetovan
Copy link
Collaborator Author

MrPetovan commented Sep 22, 2020

PHP Fatal error: Uncaught Error: Call to undefined method Friendica\Util\Network::fetchUrl() in /usr/share/nginx/friends/addon/geocoordinates/geocoordinates.php:55

@SpcCw Please update your addons to the stable/develop branch depending on your base Friendica branch.

@AlfredSK
Copy link

AlfredSK commented Oct 3, 2020

New language filter trouble:

[03-Oct-2020 21:21:53 Europe/Berlin] PHP Fatal error:  Uncaught Error: Class 'Text_LanguageDetect_ISO639' not found in /var/www/html/libranet/addon/langfilter/langfilter.php:156
Stack trace:
#0 /var/www/html/libranet/src/Core/Hook.php(217): langfilter_prepare_body_content_filter()
#1 /var/www/html/libranet/src/Core/Hook.php(193): Friendica\Core\Hook::callSingle()
#2 /var/www/html/libranet/src/Model/Item.php(3553): Friendica\Core\Hook::callAll()
#3 /var/www/html/libranet/src/Object/Post.php(359): Friendica\Model\Item::prepareBody()
#4 /var/www/html/libranet/src/Object/Post.php(514): Friendica\Object\Post->getTemplateData()
#5 /var/www/html/libranet/src/Object/Post.php(514): Friendica\Object\Post->getTemplateData()
#6 /var/www/html/libranet/src/Object/Post.php(514): Friendica\Object\Post->getTemplateData()
#7 /var/www/html/libranet/src/Object/Post.php(514): Friendica\Object\Post->getTemplateData()
#8 /var/www/html/libranet/src/Object/Thread.php(207): Friendica\Object\Post->getTemplateData()
#9 /var/www/html/libranet/include/conversation.php(685): Friendica\Object\T in /var/www/html/libranet/addon/langfilter/langfilter.php on line 156

Addressed in friendica/friendica-addons#1027

@MrPetovan
Copy link
Collaborator Author

I'm on it.

@tobiasd
Copy link
Collaborator

tobiasd commented Oct 15, 2020

The worker is not running since this morning. Found this in the PHP log

PHP Fatal error:  Uncaught TypeError: Argument 2 passed to twitter_retweet() must be of the type int, string given, called in /addon/twitter/twitter.php on line 595 and defined in /addon/twitter/twitter.php:1999
Stack trace:
#0 /addon/twitter/twitter.php(595): twitter_retweet()
#1 /src/Core/Hook.php(217): twitter_post_hook()
#2 /src/Worker/ForkHook.php(33): Friendica\Core\Hook::callSingle()
#3 [internal function]: Friendica\Worker\ForkHook::execute()
#4 /src/Core/Worker.php(431): call_user_func_array()
#5 /src/Core/Worker.php(332): Friendica\Core\Worker::execFunction()
#6 /src/Core/Worker.php(107): Friendica\Core\Worker::execute()
#7 /bin/worker.php(81): Friendica\Core\Worker::processQueue()
#8 {main}
  thrown in /addon/twitter/twitter.php on line 1999

Addressed in friendica/friendica-addons#1036

@MrPetovan
Copy link
Collaborator Author

Can you please enable your Friendica log to the Info level and look for line including Retweet (exact case) in it?

@tobiasd
Copy link
Collaborator

tobiasd commented Oct 15, 2020

The log has the following line after a manual run of the worker

worker [INFO]: Retweet {"uid":2,"id":"1316342050850254859","worker_id":"63b039c","worker_cmd":"ForkHook"} - {"file":"twitter.php","line":591,"function":"twitter_post_hook","uid":"d4e96e","process_id":27586}

@ghost
Copy link

ghost commented Oct 22, 2020

Dev

HP Fatal error:  Uncaught TypeError: Argument 1 passed to Friendica\Model\Tag::existsForPost() must be of the type integer, null given, called in /friendica/src/Model/Item.php on line 1878 and defined in /friendica/src/Model/Tag.php:264
Stack trace:
#0 /friendica/src/Model/Item.php(1878): Friendica\Model\Tag::existsForPost(NULL)
#1 /friendica/addon/twitter/twitter.php(1856): Friendica\Model\Item::insert(Array, false)
#2 /friendica/addon/twitter/twitter_sync.php(30): twitter_fetchhometimeline(Object(Friendica\App), 97)
#3 /friendica/src/Core/Worker.php(433): twitter_sync_run(Array, 3)
#4 /friendica/src/Core/Worker.php(379): Friendica\Core\Worker::execFunction(Array, 'twitter_sync_ru...', Array, false)
#5 /friendica/src/Core/Worker.php(107): Friendica\Core\Worker::execute(Array)
#6 /friendica/bin/worker.php(81): Fri in /friendica/src/Model/Tag.php on line 264

@AlfredSK
Copy link

2020.12-dev PHP 7.4

Uncaught TypeError: Argument 1 passed to Friendica\Core\ACL::getMessageContactSelectHTML() must be of the type int or null, string given, called in .../mod/message.php on line 190 and defined in .../src/Core/ACL.php:42
Stack trace:
#0 .../mod/message.php(190): Friendica\Core\ACL::getMessageContactSelectHTML()
#1 .../src/LegacyModule.php(90): message_content()
#2 .../src/LegacyModule.php(64): Friendica\LegacyModule::runModuleFunction()
#3 [internal function]: Friendica\LegacyModule::content()
#4 .../src/App/Page.php(331): call_user_func()
#5 .../src/App/Page.php(387): Friendica\App\Page->initContent()
#6 .../src/App.php(559): Friendica\App\Page->run()
#7 .../index.php(42): Friendica\App->runFrontend()
#8 {main}
  thrown in .../src/Core/ACL.php on line 42

@AlfredSK
Copy link

AlfredSK commented Nov 1, 2020

2012.12-dev PHP 7.4

Uncaught TypeError: Argument 3 passed to Friendica\Model\Post\Media::getAttachElement() must be of the type string, null given, called in .../src/Protocol/ActivityPub/Processor.php on line 200 and defined in .../src/Model/Post/Media.php:98
Stack trace:
#0 .../src/Protocol/ActivityPub/Processor.php(200): Friendica\Model\Post\Media::getAttachElement()
#1 .../src/Protocol/ActivityPub/Processor.php(337): Friendica\Protocol\ActivityPub\Processor::constructAttachList()
#2 .../src/Protocol/ActivityPub/Receiver.php(495): Friendica\Protocol\ActivityPub\Processor::createItem()
#3 .../src/Protocol/ActivityPub/Receiver.php(147): Friendica\Protocol\ActivityPub\Receiver::processActivity()
#4 .../src/Module/Inbox.php(69): Friendica\Protocol\ActivityPub\Receiver::processInbox()
#5 [internal function]: Friendica\Module\Inbox::rawContent()
#6 .../src/App/Module.php(283): call_u in .../src/Model/Post/Media.php on line 98

Probably related to #9476

Addressed in #9485

@ghost
Copy link

ghost commented Nov 2, 2020

latest dev php 7.4

PHP Fatal error:  Uncaught TypeError: Argument 2 passed to Friendica\Model\Post\Media::getAttachElement() must be of the type integer, string given, called in /friendica/src/Protocol/Feed.php on line 461 and defined in /friendica/src/Model/Post/Media.php:98
Stack trace:
#0 /friendica/src/Protocol/Feed.php(461): Friendica\Model\Post\Media::getAttachElement('https://freesof...', '', 'video/webm')
#1 /friendica/src/Network/Probe.php(1566): Friendica\Protocol\Feed::import('<?xml version="...')
#2 /friendica/src/Network/Probe.php(749): Friendica\Network\Probe::ostatus(Array)
#3 /friendica/src/Network/Probe.php(356): Friendica\Network\Probe::detect('https://freesof...', '', 0, Array)
#4 /friendica/src/Model/Contact.php(1816): Friendica\Network\Probe::uri('https://freesof...', '', 0)
#5 /friendica/src/Worker/UpdateContact.php(35): Friendica\Mode in /friendica/src/Model/Post/Media.php on line 98
PHP Fatal error:  Uncaught TypeError: Argument 2 passed to Friendica\Model\Post\Media::getAttachElement() must be of the type integer, string given, called in /friendica/src/Protocol/Feed.php on line 461 and defined in /friendica/src/Model/Post/Media.php:98

Fixed by #9489

@ghost
Copy link

ghost commented Nov 12, 2020

PHP Fatal error:  Uncaught ImagickException: Unable to scale image in /friendica/src/Object/Image.php:544\nStack trace:\n#0 /friendica/src/Object/Image.php(544): Imagick->scaleimage()\n
#1 /friendica/src/Object/Image.php(319): Friendica\\Object\\Image->scale()\n
#2 /friendica/src/Content/Text/BBCode.php(516): Friendica\\Object\\Image->scaleDown()\n
#3 /friendica/src/Content/Text/Markdown.php(135): Friendica\\Content\\Text\\BBCode::scaleExternalImages()\n
#4 /friendica/src/Protocol/Diaspora.php(2870): Friendica\\Content\\Text\\Markdown::toBBCode()\n
#5 /friendica/src/Protocol/Diaspora.php(766): Friendica\\Protocol\\Diaspora::receiveStatusMessage()\n
#6 /friendica/src/Protocol/Diaspora.php(663): Friendica\\Protocol\\Diaspora::dispatch()\n
#7 /friendica/src/Protocol/Diaspora.php(1243): Friendica\\Protocol\\...'

@AlfredSK
Copy link

AlfredSK commented Dec 14, 2020

After pulling the fix for #9250 (comment) I have a new fatal error now:

Uncaught TypeError: Argument 2 passed to Friendica\Worker\APDelivery::execute() must be of the type int, string given in .../src/Worker/APDelivery.php:45
Stack trace:
#0 [internal function]: Friendica\Worker\APDelivery::execute()
#1 .../src/Core/Worker.php(438): call_user_func_array()
#2 .../src/Core/Worker.php(334): Friendica\Core\Worker::execFunction()
#3 .../src/Core/Worker.php(105): Friendica\Core\Worker::execute()
#4 .../bin/worker.php(81): Friendica\Core\Worker::processQueue()
#5 {main}
  thrown in .../src/Worker/APDelivery.php on line 45

And some variation where argument 5 has a wrong variable type:

Uncaught TypeError: Argument 5 passed to Friendica\Worker\APDelivery::execute() must be of the type array, string given in .../src/Worker/APDelivery.php:45
Stack trace:
#0 [internal function]: Friendica\Worker\APDelivery::execute()
#1 .../src/Core/Worker.php(438): call_user_func_array()
#2 .../src/Core/Worker.php(334): Friendica\Core\Worker::execFunction()
#3 .../src/Core/Worker.php(105): Friendica\Core\Worker::execute()
#4 .../bin/worker.php(81): Friendica\Core\Worker::processQueue()
#5 {main}
  thrown in .../src/Worker/APDelivery.php on line 45

@MrPetovan
Copy link
Collaborator Author

Can you please paste the content of your workerqueue table where command = 'apdelivery ?

@AlfredSK
Copy link

I can. Wait a second....

Btw. the first error with argument 2 happens on venera.social where the removeme jobs aren't processed.
The second error with argument 5 appears on libranet.de after I pulled the fix for the removeme issue. This didn't happen before your PR.

@MrPetovan
Copy link
Collaborator Author

Yeah, I have added type-hinting which explains why this error happens and why this error probably doesn't show up anymore.

@AlfredSK
Copy link

AlfredSK commented Dec 14, 2020

How many rows do you need? There are 4800. :-D I will paste 50 here. I hope that's enough....

venera.social - error with argument 2:

MariaDB [venera]> select * from workerqueue where command ='apdelivery' and parameter like '%remove%' and not done limit 50;
+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------------------+---------+---------------------+---------------------+---------+------+------------+
| id       | parameter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | priority | created             | pid     | executed            | next_try            | retrial | done | command    |
+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------------------+---------+---------------------+---------------------+---------+------+------------+
| 39561235 | ["removeme","",[10089,149144],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |       50 | 2020-12-13 21:12:39 | 1696302 | 2020-12-14 23:53:30 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558877 | ["removeme","",[100998,324312,100999,301774,260375],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |       50 | 2020-12-13 21:12:39 | 1695072 | 2020-12-14 23:53:10 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559228 | ["removeme","",[101103,130246,260855,260857,260854,386242,13112,254520,260849],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1695254 | 2020-12-14 23:53:13 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39562341 | ["removeme","",[101114,327209],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1696862 | 2020-12-14 23:53:40 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558348 | ["removeme","",[10124,407884,231076,246142,343588,271127,271129,271128,345280,334991,247059,281213,332634,321520,187888,285400,334448,387353,285843,390635,139488,271147,248075,321735,413954,279182,408020],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1694783 | 2020-12-14 23:53:05 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559209 | ["removeme","",[101308,101332,101330,275709],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1695243 | 2020-12-14 23:53:13 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560510 | ["removeme","",[101511],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1695927 | 2020-12-14 23:53:24 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559468 | ["removeme","",[101563,254033],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1695381 | 2020-12-14 23:53:15 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39562273 | ["removeme","",[101617],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696828 | 2020-12-14 23:53:39 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561944 | ["removeme","",[10164,95568],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1696660 | 2020-12-14 23:53:36 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39562407 | ["removeme","",[101710],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696894 | 2020-12-14 23:53:40 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559818 | ["removeme","",[10188,18363],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1695577 | 2020-12-14 23:53:18 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39557903 | ["removeme","",[101885,182950,236653,54563,226292,153782,243158,111606,405193,146157,243239,234295,240404,123963,24667,92504,187081,187326,406603,162836,247429,93128,95243,148592,247349,253277,165591,282137,277834,240236,237815,193561,235384,93557,153039,328604,247820,20854,184928,149333,185933,234552,215998,93028,406914,329243,243001,190702,306623,407923,141540,254747,222654,153308,17134,252286,243481,93120,254333,195495,243444,238141,154440,146511,98755,345644,145603,226900,201438,84008,241685,274941,277239,380849,335261,92914,221377,396213,93011,380841,95048,345449,226580,150224,205939,282130,346277,47606,95432,372494,402615,93242,250471,93118,306897,228574,120323,187174,246226,412167,183794,104935,151107,284992,251505,274776,380839,89575,227795,157889,153328,277406,222020,119526,235503,93511,186491,18182,95728,104529,15996,243753,228723,167562,164942,229350,119123,332383,94912,93474,243236,93100,212662,243573,337689,221170,240338,148689,137769,279842,131992,281981,94890,119730,335772,139118,94527,241761,363740,101343,191511,120689,277753,95133,245269,189972,93742,329063,340304,166936,183986,336779,234069,254896,91223,328450,228671,282286,334711,152696,92433,166956,278723,194251,363774,117009,396718,324727,315480,155347],135] |       50 | 2020-12-13 21:12:39 | 1694543 | 2020-12-14 23:53:02 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561115 | ["removeme","",[102030],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696238 | 2020-12-14 23:53:29 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561838 | ["removeme","",[102172],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696604 | 2020-12-14 23:53:35 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559508 | ["removeme","",[10232,260674],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |       50 | 2020-12-13 21:12:39 | 1695399 | 2020-12-14 23:53:16 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561091 | ["removeme","",[10242,69698],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1696228 | 2020-12-14 23:53:29 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559881 | ["removeme","",[10363,415330,94590,183826],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |       50 | 2020-12-13 21:12:39 | 1695610 | 2020-12-14 23:53:19 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561939 | ["removeme","",[104432],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696658 | 2020-12-14 23:53:36 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561134 | ["removeme","",[104618,94554,299558,399889],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |       50 | 2020-12-13 21:12:39 | 1696246 | 2020-12-14 23:53:29 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559350 | ["removeme","",[104622,146122,260469],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1695319 | 2020-12-14 23:53:14 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558077 | ["removeme","",[104901,359647,274455,117432],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1694633 | 2020-12-14 23:53:03 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560751 | ["removeme","",[104966,268134],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1696051 | 2020-12-14 23:53:26 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559483 | ["removeme","",[104995,19388,91890,105009],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |       50 | 2020-12-13 21:12:39 | 1695389 | 2020-12-14 23:53:15 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560894 | ["removeme","",[105022,196434,19256,379871],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |       50 | 2020-12-13 21:12:39 | 1696126 | 2020-12-14 23:53:28 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560737 | ["removeme","",[105031,249160,93310],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |       50 | 2020-12-13 21:12:39 | 1696047 | 2020-12-14 23:53:26 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558119 | ["removeme","",[105032,297295,317589,302063,317558],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |       50 | 2020-12-13 21:12:39 | 1694655 | 2020-12-14 23:53:03 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560341 | ["removeme","",[105184,116962,105410,252929,106587],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |       50 | 2020-12-13 21:12:39 | 1695842 | 2020-12-14 23:53:23 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559293 | ["removeme","",[105478],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1695291 | 2020-12-14 23:53:14 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559844 | ["removeme","",[105504,11173,128520,4627,132018,121410,107632,127842,102223],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1695590 | 2020-12-14 23:53:18 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561621 | ["removeme","",[106238,117441,255258],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1696498 | 2020-12-14 23:53:34 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558091 | ["removeme","",[106447,287072,324726,152963,287021,287027,287074,287081,415012,144720,287084,287063,287080,277686,287038,397963,287041,287077,376854,287053,149785,278711,305427,287030,240664,287067,287046,287083,287050,287058,313493,228535,196326,287017,305459,394287,287018,287049,328108,151073,287057,287066,287076,287045,302243,287029,286178,287026,192319,150677,287060,287065,287019,87479,285866,287073,287071,287037,287028,287054,287035,305522,192927,315299,354798,310032,287048,287023,152947,287064,293066,287032,287036,347349,350404,313519,155875,287044,287047,287078,287031,287040,287062,386124,287024,287059,287022,162572,394458,287034,287033,287070,287051,229297,287069,287079,287055,287042,96044,330000,394288,287082,287075,287061,287068,277011,287025,287020,235889,287052,408531,287043,287039,287056,228081,313526,293081,101883,239955,279867],135]                                                                                                                                                                      |       50 | 2020-12-13 21:12:39 | 1694637 | 2020-12-14 23:53:03 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560877 | ["removeme","",[106611,408296,164513],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1696118 | 2020-12-14 23:53:27 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39557926 | ["removeme","",[106619,407832,147307,227632,245852,407965],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |       50 | 2020-12-13 21:12:39 | 1694558 | 2020-12-14 23:53:02 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561599 | ["removeme","",[106625,117440],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1696484 | 2020-12-14 23:53:33 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39562230 | ["removeme","",[106653],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696804 | 2020-12-14 23:53:39 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560151 | ["removeme","",[106656,237626,247086],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1695748 | 2020-12-14 23:53:21 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39561946 | ["removeme","",[106659],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696664 | 2020-12-14 23:53:36 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560716 | ["removeme","",[106666,117438],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1696036 | 2020-12-14 23:53:26 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560662 | ["removeme","",[106681,107332,146826],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1696009 | 2020-12-14 23:53:26 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559381 | ["removeme","",[106697,386131,121790,107308,389634,66901,23040,150981,93974,386744,185719,303198,166163,159549,121788,106774,387658,158800,121789,117184,219840,121786,296286,303127,121787],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |       50 | 2020-12-13 21:12:39 | 1695339 | 2020-12-14 23:53:14 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559386 | ["removeme","",[106724,236060,241250],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1695337 | 2020-12-14 23:53:14 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559846 | ["removeme","",[106809,266200,254156],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |       50 | 2020-12-13 21:12:39 | 1695595 | 2020-12-14 23:53:19 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560642 | ["removeme","",[106862],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1695999 | 2020-12-14 23:53:25 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39558031 | ["removeme","",[106886,219079,106749,121621,107490,100156,396606,106875,107523,106545,116928,152005,116899,107114,106784,92469,106584,227278,242045,94414,94110,215596,106582,106554,106741,146324,106553,148614,291615,107285,106872,106778,146317,107826,153539,106868,106808,106888,107510,146335,106789,106830,106761,154059,106821,107478,285041,107245,107419,106832,106848,106779,146328,107276,107772,106719,107294,107172,106723,107279,146313,146336,211369,145363,121755,94013,107757,125180,106846,106586,123580,106707,106817,106801,228510,116903,107481,116898,106762,92510,94872,106767,247787,214777,274474,146686,106785,115416,210878,116908,214867,328617,107473,287245,106548,116989,106751,106704,106865,153329,106601,237131,385358,106709,351515,107528,379568,106600,106098,338039,178483,328509,94020,153344,106810,107497,20384,106551,106705,107518,106853,106840,216862,146341,107558,240546,116914,106748,247718,107770,106825,106708,107763,373051,116906,107511,109320,107513,125248,275460,407004,115317,106858,385657,219049,95581,305193,146316,107292,107728,153345,106598,153528,115406,106604,8857,107243,121747,105507,107485,146327,152246,373063,106871,409886,116929,117274,22078,116904,153351,106744,106753,106822,255051,90910,107472,106831,139651,106838,107544,107771,106577,139661,153346,94644,107424,116957,106878,106803,74670,146318,106568,106644,107774,93535,106790,146337,281817,107483,106859,249615,153349,250248,106592,146543,76196,106569,106549,105643,161712,107088,107487,106715,153322,153347,116971,395060,107557,366144,279249,385680,146393,153350,106597,106711,106754,253478,106534,107527,234833,106843,106557,284535,153336,107160,107517,139656,107519,106736,107287,107112,106683,153491,152248,139652,106867,107522,116986,151784,116910,106737,106752,107246,308300,107501,106824,106609,395397,412712,153495,107280,107534,385676,396859,106866,107762,281952,106567,210807,116927,106813,107701,106781,232120,107433,107286,335594,153403,94070,107766,107540,107249,106833,284995,106698,106602,116982,107526,106566,106722,95791,116913,107525,151846,107327,117280,152253,107244,406835,107477,107542,107159,146329,121753,153404,107506,106987,92518,237506,405632,93479,116948,125247,107537,106806,139653,139648,107555,94399,106647,139654,106702,107291,106570,101992,227238,107776,407919,148619,106544,253791,107552,106755,106827,106714,116990,121721,94290,93434,125192,106591,107508,106783,106874,107541,203630,107793,155154,107556,335581,407901,313189,107767,150448,107281,106771,22786,245552,295265,139657,107480,106648,106649,107773,106773,106713,106836,106758,106800,139643,116922,107524,203476,107530,153353,251915,107503,285396,107602,226035,153341,154927,121606,106712,116905,106746,116900,106873,251033,328752,254496,346144,146334,155963,116896,106811,106561,125260,106829,161774,116924,106579,153348,106562,153508,105747,324826,107499,416268,153330,106541,107115,117465,107474,153506,106768,106543,116926,107174,107475,279601,106734,107293,107495,116915,92462,205652,151917,101911,106726,107502,106538,106581,106814,106757,115323,106727,273131,154787,106780,20552,125194,107484,253139,151746,106845,95052,255611,167724,107765,139639,93066,107500,106537,106716,106563,106826,227843,106721,146311,246133,106847,107539,107536,106740,106765,106588,106870,146323,107505,107592,106786,106706,106869,226888,107247,326502,107515,253507,93606,106756,106823,107283,119890,106684,107476,218092,107498,106764,106759,107425,138604,92619,106743,107488,107553,106802,165968,107507,107492,117279,116925,116934,146796,19507,274799,106841,107529,348233,107521,106556,106552,191812,208988,106700,106590,355042,107532,107512,121754,139647,106818,139663,153523,253767,405195,106985,106839,107289,190758,95692,107597,106795,106815,106745,146315,94335,228719,106782,282439,107509,106787,107504,107386,106788,107778,366813,106816,153343,105613,281864,252277,107163,106546,146332,94903,153534,183614,106682,106793,106984,107295,153498,148439,115321,106775,107769,106742,94190,125187,106852,107516,92736,116930,106797,236734,106777,249483,106645,107116,107110,146325,106776,306217,106540,106718,107514,106580,139645,107471,152783,240271,107109,163866,115404,106547,335820,243275,106564,281610,153507,107543,139660,281927,106760,116916,274747,106542,106593,107278,106733,107768,412098,107489,121746,116897,351791,152250,106855,107277,106799,282057,106887,107496,93244,107242,153352,107491,107825,106578,106854,106738,106828,116985,116912,107535,367613,125195,106735,146330,107533,107420,106837,139649,278943,107113,106731,146312,106585,101990,107777,246639,22483,121605,251946,106710,106730,116945,107531,107248,116902,106725,146340,106796,106603,283340,107290,106812,224595,101719,107108,94145,184270,106550,106536,106794,106729,93138,106881,153481,121703,106835,107162,106807,95477,139641,107554,405497,106850,139644,149036,106861,153517,147826,107494,106539,116901,106864,106594,106798,106805,101991,93632,107588,107538,106650,95582,116907,116883,223214,107775,105046,105636,106535,139640,115415,106560,107493,107764,277549,106851,106842,283792,184484,153487,94302,249656,94192,106834],135] |       50 | 2020-12-13 21:12:39 | 1694600 | 2020-12-14 23:53:03 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560507 | ["removeme","",[107299,182969],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |       50 | 2020-12-13 21:12:39 | 1695929 | 2020-12-14 23:53:24 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39559749 | ["removeme","",[107313],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1695542 | 2020-12-14 23:53:18 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39562310 | ["removeme","",[107353],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |       50 | 2020-12-13 21:12:39 | 1696848 | 2020-12-14 23:53:39 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560740 | ["removeme","",[107364,19863],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |       50 | 2020-12-13 21:12:39 | 1696047 | 2020-12-14 23:53:26 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
| 39560318 | ["removeme","",[107379,23592],135]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |       50 | 2020-12-13 21:12:39 | 1695830 | 2020-12-14 23:53:23 | 0001-01-01 00:00:00 |       0 |    0 | APDelivery |
+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------------------+---------+---------------------+---------------------+---------+------+------------+
50 rows in set (0.002 sec)

This loooong parameter field is somehow destroying the correct display (there are even longer parameter fields, much longer ones.

libranet.de - error with argument 5:

MariaDB [friendica]> select * from workerqueue where command ='apdelivery' and not done limit 50;
+-----------+--------------------------------------------------------------------------------------+----------+---------------------+-----+---------------------+------+---------------------+---------+------------+
| id        | parameter                                                                            | priority | created             | pid | executed            | done | next_try            | retrial | command    |
+-----------+--------------------------------------------------------------------------------------+----------+---------------------+-----+---------------------+------+---------------------+---------+------------+
| 217492880 | ["wall-new",100662624,"https:\/\/loadaverage.org\/user\/349686\/inbox.json",2121]    |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:57:55 |      15 | APDelivery |
| 217492898 | ["wall-new",100662624,"https:\/\/loadaverage.org\/user\/1\/inbox.json",2121]         |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:56:42 |      15 | APDelivery |
| 217492905 | ["wall-new",100662624,"https:\/\/loadaverage.org\/user\/22151\/inbox.json",2121]     |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:58:09 |      15 | APDelivery |
| 217493078 | ["wall-new",100662624,"https:\/\/hub.spaz.org\/users\/wakest\/inbox",2121]           |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:54:51 |      15 | APDelivery |
| 217493286 | ["wall-new",100662624,"https:\/\/hub.spaz.org\/users\/bamfic\/inbox",2121]           |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:45:57 |      15 | APDelivery |
| 217493410 | ["wall-new",100662624,"https:\/\/gnusocial.net\/user\/133687\/inbox.json",2121]      |       50 | 2020-12-11 05:20:07 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:55:56 |      15 | APDelivery |
| 217493631 | ["wall-new",100662624,"https:\/\/relay.libranet.de\/inbox",2121]                     |       50 | 2020-12-11 05:20:44 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:04:32 |      15 | APDelivery |
| 217493632 | ["wall-new",100662624,"https:\/\/de.relay.friendi.ca\/inbox",2121]                   |       50 | 2020-12-11 05:20:44 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 00:55:20 |      15 | APDelivery |
| 217495695 | ["wall-new",100667303,"https:\/\/loadaverage.org\/inbox.json",2911]                  |       50 | 2020-12-11 06:00:17 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:39:08 |      15 | APDelivery |
| 217495733 | ["wall-new",100667303,"https:\/\/common.demosfera.com\/inbox",2911]                  |       50 | 2020-12-11 06:00:17 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:37:02 |      15 | APDelivery |
| 217495765 | ["wall-new",100667324,"https:\/\/loadaverage.org\/inbox.json",2911]                  |       50 | 2020-12-11 06:00:26 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:34:42 |      15 | APDelivery |
| 217495771 | ["wall-new",100667194,"https:\/\/loadaverage.org\/inbox.json",2911]                  |       50 | 2020-12-11 05:59:44 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:35:17 |      15 | APDelivery |
| 217495837 | ["wall-new",100667324,"https:\/\/common.demosfera.com\/inbox",2911]                  |       50 | 2020-12-11 06:00:26 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:24:45 |      15 | APDelivery |
| 217495851 | ["wall-new",100667194,"https:\/\/common.demosfera.com\/inbox",2911]                  |       50 | 2020-12-11 05:59:44 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:39:49 |      15 | APDelivery |
| 217495981 | ["wall-new",100667592,"https:\/\/loadaverage.org\/inbox.json",2911]                  |       50 | 2020-12-11 06:02:11 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:34:12 |      15 | APDelivery |
| 217496019 | ["wall-new",100667592,"https:\/\/common.demosfera.com\/inbox",2911]                  |       50 | 2020-12-11 06:02:11 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:42:02 |      15 | APDelivery |
| 217496807 | ["wall-new",100669219,"https:\/\/loadaverage.org\/inbox.json",2911]                  |       50 | 2020-12-11 06:13:30 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:51:08 |      15 | APDelivery |
| 217496845 | ["wall-new",100669219,"https:\/\/common.demosfera.com\/inbox",2911]                  |       50 | 2020-12-11 06:13:30 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 01:53:13 |      15 | APDelivery |
| 217499692 | ["wall-new",100673820,"https:\/\/quey.org\/inbox",3822]                              |       50 | 2020-12-11 06:44:17 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:08:58 |      15 | APDelivery |
| 217500202 | ["wall-new",100674096,"https:\/\/quey.org\/inbox",3822]                              |       50 | 2020-12-11 06:45:05 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:24:14 |      15 | APDelivery |
| 217500294 | ["wall-new",100674275,"https:\/\/quey.org\/inbox",3822]                              |       50 | 2020-12-11 06:46:45 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:24:35 |      15 | APDelivery |
| 217502100 | ["wall-new",100677441,"https:\/\/pleroma.noellabo.jp\/users\/bd\/inbox",3]           |       50 | 2020-12-11 07:05:40 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:43:30 |      15 | APDelivery |
| 217502101 | ["wall-new",100677441,"https:\/\/pleroma.soykaf.com\/users\/notclacke\/inbox",3]     |       50 | 2020-12-11 07:05:40 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:43:02 |      15 | APDelivery |
| 217502107 | ["wall-new",100677441,"https:\/\/search.fedi.app\/users\/followbot\/inbox",3]        |       50 | 2020-12-11 07:05:40 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:34:54 |      15 | APDelivery |
| 217502127 | ["wall-new",100677441,"https:\/\/d.qp3.uk\/inbox",3]                                 |       50 | 2020-12-11 07:05:40 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:31:49 |      15 | APDelivery |
| 217502139 | ["wall-new",100677441,"https:\/\/relay.libranet.de\/inbox",3]                        |       50 | 2020-12-11 07:06:14 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:39:16 |      15 | APDelivery |
| 217502140 | ["wall-new",100677441,"https:\/\/de.relay.friendi.ca\/inbox",3]                      |       50 | 2020-12-11 07:06:14 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 02:36:48 |      15 | APDelivery |
| 217505829 | ["wall-new",100682467,"https:\/\/fsmi.social\/users\/rajasekhar\/inbox",4047]        |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:16:28 |      15 | APDelivery |
| 217505832 | ["wall-new",100682467,"https:\/\/gleasonator.com\/users\/alex\/inbox",4047]          |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:07:57 |      15 | APDelivery |
| 217505848 | ["wall-new",100682467,"https:\/\/norze.world\/users\/sukino\/inbox",4047]            |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:11:26 |      15 | APDelivery |
| 217505852 | ["wall-new",100682467,"https:\/\/shitposter.club\/users\/reitoei\/inbox",4047]       |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:12:41 |      15 | APDelivery |
| 217505853 | ["wall-new",100682467,"https:\/\/shitposter.club\/users\/stargoose\/inbox",4047]     |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:07:37 |      15 | APDelivery |
| 217505854 | ["wall-new",100682467,"https:\/\/social.redxen.eu\/users\/deavmi\/inbox",4047]       |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:09:26 |      15 | APDelivery |
| 217505856 | ["wall-new",100682467,"https:\/\/udongein.xyz\/users\/nonetrix\/inbox",4047]         |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:05:50 |      15 | APDelivery |
| 217505863 | ["wall-new",100682467,"https:\/\/d.qp3.uk\/inbox",4047]                              |       50 | 2020-12-11 07:35:23 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:07:22 |      15 | APDelivery |
| 217505875 | ["wall-new",100682467,"https:\/\/relay.libranet.de\/inbox",4047]                     |       50 | 2020-12-11 07:35:59 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:13:45 |      15 | APDelivery |
| 217505876 | ["wall-new",100682467,"https:\/\/de.relay.friendi.ca\/inbox",4047]                   |       50 | 2020-12-11 07:35:59 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:11:51 |      15 | APDelivery |
| 217508081 | ["wall-new",100685005,"https:\/\/gnusocial.club\/inbox.json",4047]                   |       50 | 2020-12-11 07:52:58 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:22:30 |      15 | APDelivery |
| 217509865 | ["wall-new",100687135,"https:\/\/gnusocial.club\/inbox.json",4047]                   |       50 | 2020-12-11 08:06:35 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 03:39:59 |      15 | APDelivery |
| 217512711 | ["wall-new",100690561,"https:\/\/d.qp3.uk\/inbox",2766]                              |       50 | 2020-12-11 08:36:58 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:11:31 |      15 | APDelivery |
| 217512723 | ["wall-new",100690561,"https:\/\/relay.libranet.de\/inbox",2766]                     |       50 | 2020-12-11 08:37:41 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:06:07 |      15 | APDelivery |
| 217512724 | ["wall-new",100690561,"https:\/\/de.relay.friendi.ca\/inbox",2766]                   |       50 | 2020-12-11 08:37:41 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:10:46 |      15 | APDelivery |
| 217512773 | ["wall-new",100690621,"https:\/\/relay.libranet.de\/inbox",2766]                     |       50 | 2020-12-11 08:38:11 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:06:52 |      15 | APDelivery |
| 217512774 | ["wall-new",100690621,"https:\/\/de.relay.friendi.ca\/inbox",2766]                   |       50 | 2020-12-11 08:38:11 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:01:20 |      15 | APDelivery |
| 217513117 | ["wall-new",100690824,"https:\/\/d.qp3.uk\/inbox",2766]                              |       50 | 2020-12-11 08:38:41 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:12:12 |      15 | APDelivery |
| 217513129 | ["wall-new",100690824,"https:\/\/relay.libranet.de\/inbox",2766]                     |       50 | 2020-12-11 08:39:14 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:05:46 |      15 | APDelivery |
| 217513130 | ["wall-new",100690824,"https:\/\/de.relay.friendi.ca\/inbox",2766]                   |       50 | 2020-12-11 08:39:14 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:08:14 |      15 | APDelivery |
| 217515519 | ["wall-new",100694111,"https:\/\/social.libre.fi\/users\/834717\/inbox",33]          |       50 | 2020-12-11 09:08:59 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:39:49 |      15 | APDelivery |
| 217515540 | ["wall-new",100694111,"https:\/\/fedpi.de\/users\/herrdoering\/inbox",33]            |       50 | 2020-12-11 09:08:59 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:52:57 |      15 | APDelivery |
| 217515577 | ["wall-new",100694111,"https:\/\/fedi.absturztau.be\/users\/matrixsasuke\/inbox",33] |       50 | 2020-12-11 09:08:59 |   0 | 0001-01-01 00:00:00 |    0 | 2020-12-15 04:44:50 |      15 | APDelivery |
+-----------+--------------------------------------------------------------------------------------+----------+---------------------+-----+---------------------+------+---------------------+---------+------------+
50 rows in set (0.001 sec)

.... .... ....

| 218123036 | ["wall-new",101257663,"https:\/\/fri.aethercom.de\/inbox",3909,[1629539]]                                            |       50 | 2020-12-14 12:33:32 | 1715528 | 2020-12-15 00:03:33 |    0 | 2020-12-15 00:03:08 |       9 | APDelivery |
| 218035661 | ["uplink",101168983,"https:\/\/de.relay.friendi.ca\/inbox",3,"https:\/\/de.relay.friendi.ca\/inbox"]                 |       50 | 2020-12-13 22:53:14 | 1716269 | 2020-12-15 00:04:07 |    0 | 2020-12-15 00:04:01 |      11 | APDelivery |
| 218122686 | ["wall-new",101258006,"https:\/\/fedi.absturztau.be\/users\/matrixsasuke\/inbox",33,[696066]]                        |       50 | 2020-12-14 12:35:24 | 1716269 | 2020-12-15 00:04:07 |    0 | 2020-12-15 00:04:02 |       9 | APDelivery |
| 218123078 | ["wall-new",101258006,"https:\/\/d.qp3.uk\/inbox",33,[1246879]]                                                      |       50 | 2020-12-14 12:35:24 | 1716269 | 2020-12-15 00:04:07 |    0 | 2020-12-15 00:04:02 |       9 | APDelivery |
| 218188986 | ["wall-new",101370388,"https:\/\/relay.libranet.de\/inbox",3258,"https:\/\/relay.libranet.de\/inbox"]                |       20 | 2020-12-15 00:04:22 | 1718249 | 2020-12-15 00:04:22 |    0 | 0001-01-01 00:00:00 |       0 | APDelivery |
| 218188987 | ["wall-new",101370388,"https:\/\/de.relay.friendi.ca\/inbox",3258,"https:\/\/de.relay.friendi.ca\/inbox"]            |       20 | 2020-12-15 00:04:22 | 1718249 | 2020-12-15 00:04:22 |    0 | 0001-01-01 00:00:00 |       0 | APDelivery |
| 218035312 | ["wall-new",101168983,"https:\/\/de.relay.friendi.ca\/inbox",3,"https:\/\/de.relay.friendi.ca\/inbox"]               |       50 | 2020-12-13 22:52:37 | 1722181 | 2020-12-15 00:04:47 |    0 | 2020-12-15 00:04:41 |      11 | APDelivery |
| 218123683 | ["wall-new",101259765,"https:\/\/de.relay.friendi.ca\/inbox",3258,"https:\/\/de.relay.friendi.ca\/inbox"]            |       50 | 2020-12-14 12:44:17 | 1722181 | 2020-12-15 00:04:47 |    0 | 2020-12-15 00:04:46 |       9 | APDelivery |
| 217806973 | ["wall-new",100992271,"https:\/\/gnusocial.club\/inbox.json",2121,[679643]]                                          |       50 | 2020-12-12 22:06:40 | 1721959 | 2020-12-15 00:04:50 |    0 | 2020-12-15 00:04:49 |      13 | APDelivery |
| 217807717 | ["wall-new",100992346,"https:\/\/pleroma.soykaf.com\/users\/bendersteed\/inbox",2121,[910959]]                       |       50 | 2020-12-12 22:07:43 | 1721959 | 2020-12-15 00:04:50 |    0 | 2020-12-15 00:04:42 |      13 | APDelivery |
| 217808022 | ["wall-new",100992346,"https:\/\/relay.libranet.de\/inbox",2121,"https:\/\/relay.libranet.de\/inbox"]                |       50 | 2020-12-12 22:08:20 | 1721959 | 2020-12-15 00:04:50 |    0 | 2020-12-15 00:04:38 |      13 | APDelivery |
| 217807765 | ["wall-new",100992346,"https:\/\/letsalllovela.in\/users\/hijo\/inbox",2121,[948435]]                                |       50 | 2020-12-12 22:07:43 | 1723454 | 2020-12-15 00:05:00 |    0 | 2020-12-15 00:04:57 |      13 | APDelivery |
| 218123269 | ["wall-new",101258011,"https:\/\/de.relay.friendi.ca\/inbox",33,"https:\/\/de.relay.friendi.ca\/inbox"]              |       50 | 2020-12-14 12:36:39 | 1723454 | 2020-12-15 00:05:00 |    0 | 2020-12-15 00:04:56 |       9 | APDelivery |
| 217807703 | ["wall-new",100992346,"https:\/\/gnubox.org\/users\/stereo\/inbox",2121,[888622]]                                    |       50 | 2020-12-12 22:07:43 | 1720963 | 2020-12-15 00:05:16 |    0 | 2020-12-15 00:05:15 |      13 | APDelivery |
+-----------+----------------------------------------------------------------------------------------------------------------------+----------+---------------------+---------+---------------------+------+---------------------+---------+------------+

When you really need the whole workerqueue please tell...

Edit: I added the last lines of the result for the second query. Maybe that's useful.

@AlfredSK
Copy link

Looks like the $target_id is sometimes empty. And $receivers doesn't always exist.

@MrPetovan
Copy link
Collaborator Author

It’s expected for receivers, but the concerning part is the complete difference of parameter types between “removeme” and “wall-new” entries.

@ghost
Copy link

ghost commented Dec 16, 2020

2020.12-rc php 7.4

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to Friendica\\Model\\Tag::storeFromBody() must be of the type int, null given, called in /friendica/src/Protocol/ActivityPub/Processor.php on line 510 and defined in /home/users/zsemberi/www/friendica/src/Model/Tag.php:213\nStack trace:\n
#0 /friendica/src/Protocol/ActivityPub/Processor.php(510): Friendica\\Model\\Tag::storeFromBody()\n
#1 /friendica/src/Protocol/ActivityPub/Processor.php(486): Friendica\\Protocol\\ActivityPub\\Processor::storeFromBody()\n
#2 /friendica/src/Protocol/ActivityPub/Processor.php(331): Friendica\\Protocol\\ActivityPub\\Processor::processContent()\n
#3 /friendica/src/Protocol/ActivityPub/Receiver.php(500): Friendica\\Protocol\\ActivityPub\\Processor::createItem()\n
#4 /friendica/src/Protocol/ActivityPub/Processor.php(837): Friendica\\Protocol\\ActivityPub\\Receiver::processActivity()\n
#5 ...'

Duplicate of #9250 (comment)

Has this error been resolved or do I still have to take any action? Still getting this message.

@MrPetovan
Copy link
Collaborator Author

It was supposed to be addressed with #9655

@ghost
Copy link

ghost commented Dec 16, 2020

I get the error message every minute whenever the WorkerCron starts for.

@ghost
Copy link

ghost commented Dec 20, 2020

Stil getting this

PHP Fatal error:  Uncaught TypeError: Argument 5 passed to Friendica\Worker\APDelivery::execute() must be of the type array, string given in /home/users/zsemberi/www/friendica/src/Worker/APDelivery.php:45
Stack trace:
#0 [internal function]: Friendica\Worker\APDelivery::execute()
#1 /friendica/src/Core/Worker.php(438): call_user_func_array()
#2 /friendica/src/Core/Worker.php(334): Friendica\Core\Worker::execFunction()
#3 /friendica/src/Core/Worker.php(105): Friendica\Core\Worker::execute()
#4 /friendica/bin/worker.php(81): Friendica\Core\Worker::processQueue()
#5 {main}
  thrown in /friendica/src/Worker/APDelivery.php on line 45

@annando
Copy link
Collaborator

annando commented Dec 20, 2020

@copiis see here: #9661

@MrPetovan
Copy link
Collaborator Author

More specifically here: #9661 (comment)

@ghost
Copy link

ghost commented Dec 21, 2020

I did this

root@mail:~# cd /home/users/zsemberi/www/friendica/ && sudo -u zsemberi bin/console fixapdeliveryworkertaskparameters -v
Executable: /home/users/zsemberi/www/friendica/bin/console.php
Arguments: array (
  0 => 'fixapdeliveryworkertaskparameters',
)
Options: array (
  'v' => 1,
)
Command: fixapdeliveryworkertaskparameters
Class: Friendica\Console\FixAPDeliveryWorkerTaskParameters
Arguments: array (
)
Options: array (
  'v' => 1,
)
Examined: 0
Processed: 0
Errored: 0

Right at the beginning it had 0 below, but I still get the error after an hour.

select * from workerqueue where command ='apdelivery' and parameter like '%remove%' and not done limit 50;
I don't get any output with this command.

select * from workerqueue where command ='apdelivery' and not done limit 50;

16580758 | ["wall-new",3714371,"https:\/\/relay.101010.pl\/in... | 50 | 2020-12-09 22:24:41 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:43:48 | 15 | 0 | APDelivery
-- | -- | -- | -- | -- | -- | -- | -- | -- | --
  | Bearbeiten | Kopieren | Löschen | 16580759 | ["wall-new",3714371,"https:\/\/ap-relay-ger.650thz... | 50 | 2020-12-09 22:24:41 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:44:19 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16580760 | ["wall-new",3714371,"https:\/\/relay.libranet.de\/... | 50 | 2020-12-09 22:24:41 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:43:03 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16580761 | ["wall-new",3714371,"https:\/\/relay.selfhosting.r... | 50 | 2020-12-09 22:24:41 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:46:18 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583248 | ["wall-new",3714373,"https:\/\/t9.no\/inbox",97] | 50 | 2020-12-09 22:23:58 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:36:12 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583250 | ["wall-new",3714373,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:23:58 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:49:41 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583252 | ["wall-new",3714373,"https:\/\/relay.101010.pl\/in... | 50 | 2020-12-09 22:26:49 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:39:55 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583253 | ["wall-new",3714373,"https:\/\/ap-relay-ger.650thz... | 50 | 2020-12-09 22:26:49 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:41:29 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583254 | ["wall-new",3714373,"https:\/\/relay.libranet.de\/... | 50 | 2020-12-09 22:26:49 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:42:25 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583255 | ["wall-new",3714373,"https:\/\/relay.selfhosting.r... | 50 | 2020-12-09 22:26:49 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:40:05 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583272 | ["wall-new",3714406,"https:\/\/t9.no\/inbox",20] | 50 | 2020-12-09 22:27:23 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:41:35 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583274 | ["wall-new",3714406,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:27:23 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:36:29 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583410 | ["wall-new",3714386,"https:\/\/z.digitalesparadies... | 50 | 2020-12-09 22:25:30 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:46:13 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583419 | ["wall-new",3714386,"https:\/\/t9.no\/inbox",97] | 50 | 2020-12-09 22:25:30 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:44:19 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583421 | ["wall-new",3714386,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:25:30 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:39:58 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583623 | ["wall-new",3714720,"https:\/\/t9.no\/inbox",95] | 50 | 2020-12-09 22:44:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:04:51 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583625 | ["wall-new",3714720,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:44:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:12:29 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583759 | ["wall-new",3714853,"https:\/\/search.fedi.app\/us... | 50 | 2020-12-09 22:48:31 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:10:30 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583760 | ["wall-new",3714853,"https:\/\/social.piaste.it\/u... | 50 | 2020-12-09 22:48:31 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:00:18 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583763 | ["wall-new",3714853,"https:\/\/z.digitalesparadies... | 50 | 2020-12-09 22:48:31 | 0 | 0001-01-01 00:00:00 | 2020-12-14 01:58:57 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583772 | ["wall-new",3714853,"https:\/\/t9.no\/inbox",97] | 50 | 2020-12-09 22:48:31 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:09:15 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583774 | ["wall-new",3714853,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:48:31 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:10:31 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583776 | ["wall-new",3714853,"https:\/\/relay.101010.pl\/in... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:13:01 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583777 | ["wall-new",3714853,"https:\/\/ap-relay-ger.650thz... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:12:17 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583778 | ["wall-new",3714853,"https:\/\/relay.libranet.de\/... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:01:18 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583779 | ["wall-new",3714853,"https:\/\/relay.selfhosting.r... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:13:03 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583862 | ["wall-new",3714859,"https:\/\/search.fedi.app\/us... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:15:42 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583863 | ["wall-new",3714859,"https:\/\/social.piaste.it\/u... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:11:47 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583866 | ["wall-new",3714859,"https:\/\/z.digitalesparadies... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:07:28 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583875 | ["wall-new",3714859,"https:\/\/t9.no\/inbox",97] | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:15:07 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583877 | ["wall-new",3714859,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 22:48:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:15:42 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583879 | ["wall-new",3714859,"https:\/\/relay.101010.pl\/in... | 50 | 2020-12-09 22:51:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:09:47 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583880 | ["wall-new",3714859,"https:\/\/ap-relay-ger.650thz... | 50 | 2020-12-09 22:51:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:09:49 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583881 | ["wall-new",3714859,"https:\/\/relay.libranet.de\/... | 50 | 2020-12-09 22:51:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:14:32 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16583882 | ["wall-new",3714859,"https:\/\/relay.selfhosting.r... | 50 | 2020-12-09 22:51:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:11:47 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584325 | ["wall-new",3715261,"https:\/\/t9.no\/inbox",100] | 50 | 2020-12-09 23:15:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:18:07 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584327 | ["wall-new",3715261,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 23:15:11 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:09:03 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584342 | ["wall-new",3715267,"https:\/\/t9.no\/inbox",100] | 50 | 2020-12-09 23:15:12 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:07:58 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584344 | ["wall-new",3715267,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 23:15:12 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:18:57 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584630 | ["wall-new",3715429,"https:\/\/t9.no\/inbox",85] | 50 | 2020-12-09 23:22:08 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:13:02 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16584632 | ["wall-new",3715429,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 23:22:08 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:10:17 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16585479 | ["wall-new",3715629,"https:\/\/t9.no\/inbox",95] | 50 | 2020-12-09 23:41:18 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:13:52 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16585481 | ["wall-new",3715629,"https:\/\/friendica.quux.org\... | 50 | 2020-12-09 23:41:18 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:09:48 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16587329 | ["wall-new",3716015,"https:\/\/t9.no\/inbox",100] | 50 | 2020-12-10 00:18:30 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:10:48 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16587331 | ["wall-new",3716015,"https:\/\/friendica.quux.org\... | 50 | 2020-12-10 00:18:30 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:16:22 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16589151 | ["wall-new",3716389,"https:\/\/t9.no\/inbox",20] | 50 | 2020-12-10 01:07:27 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:12:17 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16589153 | ["wall-new",3716389,"https:\/\/friendica.quux.org\... | 50 | 2020-12-10 01:07:27 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:02:03 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16589307 | ["wall-new",3716467,"https:\/\/t9.no\/inbox",20] | 50 | 2020-12-10 01:12:26 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:02:51 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16589309 | ["wall-new",3716467,"https:\/\/friendica.quux.org\... | 50 | 2020-12-10 01:12:26 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:20:13 | 15 | 0 | APDelivery
  | Bearbeiten | Kopieren | Löschen | 16589518 | ["wall-new",3716537,"https:\/\/t9.no\/inbox",20] | 50 | 2020-12-10 01:17:34 | 0 | 0001-01-01 00:00:00 | 2020-12-14 02:08:03 | 15 | 0 | APDelivery

@MrPetovan
Copy link
Collaborator Author

Like I said, for this particular issue there's no easy way to find the offending workerqueue rows, you have to look at the parameter field value for duplicated inbox URL in the third and fifth parameter and remove the latter by editing the JSON field manually for each task.

@AlfredSK
Copy link

AlfredSK commented Dec 23, 2020

2020.12-rc PHP 7.4

Reporting the notice and the fatal error together here because they happen together.

PHP Notice:  Trying to access array offset on value of type bool in .../src/Factory/Api/Mastodon/Status.php on line 64

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to Friendica\Factory\Api\Mastodon\Account::createFromContactId() must be of the type int, null given, called in .../src/Factory/Api/Mastodon/Status.php on line 64 and defined in .../src/Factory/Api/Mastodon/Account.php:59
Stack trace:
#0 .../src/Factory/Api/Mastodon/Status.php(64): Friendica\Factory\Api\Mastodon\Account->createFromContactId()
#1 .../src/Module/Api/Mastodon/Timelines/PublicTimeline.php(88): Friendica\Factory\Api\Mastodon\Status->createFromUriId()
#2 [internal function]: Friendica\Module\Api\Mastodon\Timelines\PublicTimeline::rawContent()
#3 .../src/App/Module.php(289): call_user_func()
#4 .../src/App.php(557): Friendica\App\Module->run()
#5 .../index.php(40): Friendica\App->runFrontend()
#6 {main}
  thrown in .../src/Factory/Api/Mastodon/Account.php on line 59

Addressed in #9711

@ghost
Copy link

ghost commented Dec 27, 2020

latest develop php 7.4

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to twitter_get_id() must be of the type string, null given, called in /friendica/addon/twitter/twitter.php on line 737 and defined in /friendica/addon/twitter/twitter.php:526
Stack trace:
#0 /friendica/addon/twitter/twitter.php(737): twitter_get_id()
#1 /friendica/src/Core/Hook.php(217): twitter_post_hook()
#2 /friendica/src/Worker/ForkHook.php(33): Friendica\Core\Hook::callSingle()
#3 [internal function]: Friendica\Worker\ForkHook::execute()
#4 /friendica/src/Core/Worker.php(438): call_user_func_array()
#5 /friendica/src/Core/Worker.php(334): Friendica\Core\Worker::execFunction()
#6 /friendica/src/Core/Worker.php(105): Friendica\Core\Worker::execute()
#7 /friendica/bin/worker.php(81): Friendica\Core\Worker::processQueue()
#8 {main}
  thrown in /friendica/addon/twitter/twitter.php on line 526

Addressed in friendica/friendica-addons#1063

@AlfredSK
Copy link

AlfredSK commented Dec 29, 2020

2021.01-rc ;-) PHP 7.4

Uncaught TypeError: Argument 2 passed to Friendica\Object\Api\Mastodon\Account::__construct() must be of the type array, bool given, called in .../src/Factory/Api/Mastodon/Account.php on line 80 and defined in .../src/Object/Api/Mastodon/Account.php:93
Stack trace:
#0 .../src/Factory/Api/Mastodon/Account.php(80): Friendica\Object\Api\Mastodon\Account->__construct()
#1 .../src/Module/Api/Mastodon/Directory.php(66): Friendica\Factory\Api\Mastodon\Account->createFromContactId()
#2 [internal function]: Friendica\Module\Api\Mastodon\Directory::rawContent()
#3 .../src/App/Module.php(289): call_user_func()
#4 .../src/App.php(557): Friendica\App\Module->run()
#5 .../index.php(40): Friendica\App->runFrontend()
#6 {main}
  thrown in .../src/Object/Api/Mastodon/Account.php on line 93

Handled in #9722

@annando annando mentioned this issue Dec 29, 2020
@MrPetovan MrPetovan unpinned this issue Jan 5, 2021
@MrPetovan
Copy link
Collaborator Author

Closed by #9747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants