-
-
Notifications
You must be signed in to change notification settings - Fork 365
fatal: couldn't find remote ref #702
Replies: 1 comment · 5 replies
-
I can't seem to reproduce this issue using the following workflow (instead deploying to build, which does not exist at runtime of this).
It's acting as-if the Additionally do you have anything else that triggers on the same events? Any other workflows that run in parallel that are accessing git? |
Beta Was this translation helpful? Give feedback.
All reactions
-
This is what I get when I run the command $ git ls-remote --heads [email protected]:RatakondalaArun/tmdb_api.git docs
d65203b10aff421e431093d440777aa2114a64f4 refs/heads/ci/docs There are three workflow files that run in parallel.
Workflow logs2021-05-08T13:30:23.7536676Z ##[section]Starting: Request a runner to run this job
2021-05-08T13:30:24.1142568Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-05-08T13:30:24.1142674Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-05-08T13:30:24.1142900Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-05-08T13:30:24.2250846Z ##[section]Finishing: Request a runner to run this job
2021-05-08T13:30:29.2655721Z Current runner version: '2.278.0'
2021-05-08T13:30:29.2687610Z ##[group]Operating System
2021-05-08T13:30:29.2688677Z Ubuntu
2021-05-08T13:30:29.2689156Z 20.04.2
2021-05-08T13:30:29.2689675Z LTS
2021-05-08T13:30:29.2690195Z ##[endgroup]
2021-05-08T13:30:29.2690867Z ##[group]Virtual Environment
2021-05-08T13:30:29.2691578Z Environment: ubuntu-20.04
2021-05-08T13:30:29.2692237Z Version: 20210504.1
2021-05-08T13:30:29.2693340Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210504.1/images/linux/Ubuntu2004-README.md
2021-05-08T13:30:29.2694907Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210504.1
2021-05-08T13:30:29.2695931Z ##[endgroup]
2021-05-08T13:30:29.2698044Z ##[group]GITHUB_TOKEN Permissions
2021-05-08T13:30:29.2699473Z Actions: write
2021-05-08T13:30:29.2700029Z Checks: write
2021-05-08T13:30:29.2700543Z Contents: write
2021-05-08T13:30:29.2701357Z Deployments: write
2021-05-08T13:30:29.2702062Z Issues: write
2021-05-08T13:30:29.2702662Z Metadata: read
2021-05-08T13:30:29.2703435Z Packages: write
2021-05-08T13:30:29.2704091Z PullRequests: write
2021-05-08T13:30:29.2704797Z RepositoryProjects: write
2021-05-08T13:30:29.2705555Z SecurityEvents: write
2021-05-08T13:30:29.2706157Z Statuses: write
2021-05-08T13:30:29.2706913Z ##[endgroup]
2021-05-08T13:30:29.2710141Z Prepare workflow directory
2021-05-08T13:30:29.3436909Z Prepare all required actions
2021-05-08T13:30:29.3449157Z Getting action download info
2021-05-08T13:30:29.7533739Z Download action repository 'actions/[email protected]'
2021-05-08T13:30:31.7437691Z Download action repository 'dart-lang/[email protected]'
2021-05-08T13:30:32.1338820Z Download action repository 'JamesIves/[email protected]'
2021-05-08T13:30:32.9859126Z ##[group]Run actions/[email protected]
2021-05-08T13:30:32.9859817Z with:
2021-05-08T13:30:32.9860335Z repository: RatakondalaArun/tmdb_api
2021-05-08T13:30:32.9861484Z token: ***
2021-05-08T13:30:32.9861893Z ssh-strict: true
2021-05-08T13:30:32.9862455Z persist-credentials: true
2021-05-08T13:30:32.9862959Z clean: true
2021-05-08T13:30:32.9863568Z fetch-depth: 1
2021-05-08T13:30:32.9863974Z lfs: false
2021-05-08T13:30:32.9864392Z submodules: false
2021-05-08T13:30:32.9864829Z ##[endgroup]
2021-05-08T13:30:33.7527455Z Syncing repository: RatakondalaArun/tmdb_api
2021-05-08T13:30:33.7528365Z ##[group]Getting Git version info
2021-05-08T13:30:33.7529561Z Working directory is '/home/runner/work/tmdb_api/tmdb_api'
2021-05-08T13:30:33.7530242Z [command]/usr/bin/git version
2021-05-08T13:30:33.7530709Z git version 2.31.1
2021-05-08T13:30:33.7531581Z ##[endgroup]
2021-05-08T13:30:33.7532362Z Deleting the contents of '/home/runner/work/tmdb_api/tmdb_api'
2021-05-08T13:30:33.7533669Z ##[group]Initializing the repository
2021-05-08T13:30:33.7534365Z [command]/usr/bin/git init /home/runner/work/tmdb_api/tmdb_api
2021-05-08T13:30:33.7535384Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-05-08T13:30:33.7536271Z hint: is subject to change. To configure the initial branch name to use in all
2021-05-08T13:30:33.7537153Z hint: of your new repositories, which will suppress this warning, call:
2021-05-08T13:30:33.7537764Z hint:
2021-05-08T13:30:33.7538511Z hint: git config --global init.defaultBranch <name>
2021-05-08T13:30:33.7539076Z hint:
2021-05-08T13:30:33.7539840Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-05-08T13:30:33.7540898Z hint: 'development'. The just-created branch can be renamed via this command:
2021-05-08T13:30:33.7541531Z hint:
2021-05-08T13:30:33.7542086Z hint: git branch -m <name>
2021-05-08T13:30:33.7542893Z Initialized empty Git repository in /home/runner/work/tmdb_api/tmdb_api/.git/
2021-05-08T13:30:33.7544259Z [command]/usr/bin/git remote add origin https://github.com/RatakondalaArun/tmdb_api
2021-05-08T13:30:33.7545059Z ##[endgroup]
2021-05-08T13:30:33.7545918Z ##[group]Disabling automatic garbage collection
2021-05-08T13:30:33.7546837Z [command]/usr/bin/git config --local gc.auto 0
2021-05-08T13:30:33.7547660Z ##[endgroup]
2021-05-08T13:30:33.7549287Z ##[group]Setting up auth
2021-05-08T13:30:33.7550222Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-05-08T13:30:33.7551815Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-05-08T13:30:33.7553429Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-05-08T13:30:33.7555453Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-05-08T13:30:33.7557430Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-05-08T13:30:33.7558316Z ##[endgroup]
2021-05-08T13:30:33.7558822Z ##[group]Fetching the repository
2021-05-08T13:30:33.7560464Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d65203b10aff421e431093d440777aa2114a64f4:refs/remotes/origin/ci/docs
2021-05-08T13:30:33.7561795Z remote: Enumerating objects: 104, done.
2021-05-08T13:30:33.7562405Z remote: Counting objects: 0% (1/104)
2021-05-08T13:30:33.7562971Z remote: Counting objects: 1% (2/104)
2021-05-08T13:30:33.7563521Z remote: Counting objects: 2% (3/104)
2021-05-08T13:30:33.7564081Z remote: Counting objects: 3% (4/104)
2021-05-08T13:30:33.7564628Z remote: Counting objects: 4% (5/104)
2021-05-08T13:30:33.7565302Z remote: Counting objects: 5% (6/104)
2021-05-08T13:30:33.7565858Z remote: Counting objects: 6% (7/104)
2021-05-08T13:30:33.7566416Z remote: Counting objects: 7% (8/104)
2021-05-08T13:30:33.7566964Z remote: Counting objects: 8% (9/104)
2021-05-08T13:30:33.7567534Z remote: Counting objects: 9% (10/104)
2021-05-08T13:30:33.7568101Z remote: Counting objects: 10% (11/104)
2021-05-08T13:30:33.7568651Z remote: Counting objects: 11% (12/104)
2021-05-08T13:30:33.7569213Z remote: Counting objects: 12% (13/104)
2021-05-08T13:30:33.7569760Z remote: Counting objects: 13% (14/104)
2021-05-08T13:30:33.7570317Z remote: Counting objects: 14% (15/104)
2021-05-08T13:30:33.7570871Z remote: Counting objects: 15% (16/104)
2021-05-08T13:30:33.7571431Z remote: Counting objects: 16% (17/104)
2021-05-08T13:30:33.7571975Z remote: Counting objects: 17% (18/104)
2021-05-08T13:30:33.7572537Z remote: Counting objects: 18% (19/104)
2021-05-08T13:30:33.7573088Z remote: Counting objects: 19% (20/104)
2021-05-08T13:30:33.7573651Z remote: Counting objects: 20% (21/104)
2021-05-08T13:30:33.7574215Z remote: Counting objects: 21% (22/104)
2021-05-08T13:30:33.7574763Z remote: Counting objects: 22% (23/104)
2021-05-08T13:30:33.7575328Z remote: Counting objects: 23% (24/104)
2021-05-08T13:30:33.7575872Z remote: Counting objects: 24% (25/104)
2021-05-08T13:30:33.7576430Z remote: Counting objects: 25% (26/104)
2021-05-08T13:30:33.7576982Z remote: Counting objects: 26% (28/104)
2021-05-08T13:30:33.7577546Z remote: Counting objects: 27% (29/104)
2021-05-08T13:30:33.7578091Z remote: Counting objects: 28% (30/104)
2021-05-08T13:30:33.7578656Z remote: Counting objects: 29% (31/104)
2021-05-08T13:30:33.7579213Z remote: Counting objects: 30% (32/104)
2021-05-08T13:30:33.7579754Z remote: Counting objects: 31% (33/104)
2021-05-08T13:30:33.7580315Z remote: Counting objects: 32% (34/104)
2021-05-08T13:30:33.7580861Z remote: Counting objects: 33% (35/104)
2021-05-08T13:30:33.7581418Z remote: Counting objects: 34% (36/104)
2021-05-08T13:30:33.7581963Z remote: Counting objects: 35% (37/104)
2021-05-08T13:30:33.7582617Z remote: Counting objects: 36% (38/104)
2021-05-08T13:30:33.7583166Z remote: Counting objects: 37% (39/104)
2021-05-08T13:30:33.7583891Z remote: Counting objects: 38% (40/104)
2021-05-08T13:30:33.7584451Z remote: Counting objects: 39% (41/104)
2021-05-08T13:30:33.7584998Z remote: Counting objects: 40% (42/104)
2021-05-08T13:30:33.7585560Z remote: Counting objects: 41% (43/104)
2021-05-08T13:30:33.7586106Z remote: Counting objects: 42% (44/104)
2021-05-08T13:30:33.7586779Z remote: Counting objects: 43% (45/104)
2021-05-08T13:30:33.7587475Z remote: Counting objects: 44% (46/104)
2021-05-08T13:30:33.7588038Z remote: Counting objects: 45% (47/104)
2021-05-08T13:30:33.7588582Z remote: Counting objects: 46% (48/104)
2021-05-08T13:30:33.7589142Z remote: Counting objects: 47% (49/104)
2021-05-08T13:30:33.7589725Z remote: Counting objects: 48% (50/104)
2021-05-08T13:30:33.7590274Z remote: Counting objects: 49% (51/104)
2021-05-08T13:30:33.7590836Z remote: Counting objects: 50% (52/104)
2021-05-08T13:30:33.7591383Z remote: Counting objects: 51% (54/104)
2021-05-08T13:30:33.7591972Z remote: Counting objects: 52% (55/104)
2021-05-08T13:30:33.7592528Z remote: Counting objects: 53% (56/104)
2021-05-08T13:30:33.7593076Z remote: Counting objects: 54% (57/104)
2021-05-08T13:30:33.7593637Z remote: Counting objects: 55% (58/104)
2021-05-08T13:30:33.7594179Z remote: Counting objects: 56% (59/104)
2021-05-08T13:30:33.7594738Z remote: Counting objects: 57% (60/104)
2021-05-08T13:30:33.7595363Z remote: Counting objects: 58% (61/104)
2021-05-08T13:30:33.7595929Z remote: Counting objects: 59% (62/104)
2021-05-08T13:30:33.7596471Z remote: Counting objects: 60% (63/104)
2021-05-08T13:30:33.7597036Z remote: Counting objects: 61% (64/104)
2021-05-08T13:30:33.7597604Z remote: Counting objects: 62% (65/104)
2021-05-08T13:30:33.7598150Z remote: Counting objects: 63% (66/104)
2021-05-08T13:30:33.7598707Z remote: Counting objects: 64% (67/104)
2021-05-08T13:30:33.7599257Z remote: Counting objects: 65% (68/104)
2021-05-08T13:30:33.7599815Z remote: Counting objects: 66% (69/104)
2021-05-08T13:30:33.7600358Z remote: Counting objects: 67% (70/104)
2021-05-08T13:30:33.7600918Z remote: Counting objects: 68% (71/104)
2021-05-08T13:30:33.7601464Z remote: Counting objects: 69% (72/104)
2021-05-08T13:30:33.7602022Z remote: Counting objects: 70% (73/104)
2021-05-08T13:30:33.7602576Z remote: Counting objects: 71% (74/104)
2021-05-08T13:30:33.7603126Z remote: Counting objects: 72% (75/104)
2021-05-08T13:30:33.7603686Z remote: Counting objects: 73% (76/104)
2021-05-08T13:30:33.7604229Z remote: Counting objects: 74% (77/104)
2021-05-08T13:30:33.7604787Z remote: Counting objects: 75% (78/104)
2021-05-08T13:30:33.7605340Z remote: Counting objects: 76% (80/104)
2021-05-08T13:30:33.7605899Z remote: Counting objects: 77% (81/104)
2021-05-08T13:30:33.7606500Z remote: Counting objects: 78% (82/104)
2021-05-08T13:30:33.7607058Z remote: Counting objects: 79% (83/104)
2021-05-08T13:30:33.7607603Z remote: Counting objects: 80% (84/104)
2021-05-08T13:30:33.7608160Z remote: Counting objects: 81% (85/104)
2021-05-08T13:30:33.7608715Z remote: Counting objects: 82% (86/104)
2021-05-08T13:30:33.7609262Z remote: Counting objects: 83% (87/104)
2021-05-08T13:30:33.7610120Z remote: Counting objects: 84% (88/104)
2021-05-08T13:30:33.7622486Z remote: Counting objects: 85% (89/104)
2021-05-08T13:30:33.7623065Z remote: Counting objects: 86% (90/104)
2021-05-08T13:30:33.7623785Z remote: Counting objects: 87% (91/104)
2021-05-08T13:30:33.7624348Z remote: Counting objects: 88% (92/104)
2021-05-08T13:30:33.7625546Z remote: Counting objects: 89% (93/104)
2021-05-08T13:30:33.7626114Z remote: Counting objects: 90% (94/104)
2021-05-08T13:30:33.7626674Z remote: Counting objects: 91% (95/104)
2021-05-08T13:30:33.7627222Z remote: Counting objects: 92% (96/104)
2021-05-08T13:30:33.7627782Z remote: Counting objects: 93% (97/104)
2021-05-08T13:30:33.7628422Z remote: Counting objects: 94% (98/104)
2021-05-08T13:30:33.7628982Z remote: Counting objects: 95% (99/104)
2021-05-08T13:30:33.7629532Z remote: Counting objects: 96% (100/104)
2021-05-08T13:30:33.7630097Z remote: Counting objects: 97% (101/104)
2021-05-08T13:30:33.7630846Z remote: Counting objects: 98% (102/104)
2021-05-08T13:30:33.7631410Z remote: Counting objects: 99% (103/104)
2021-05-08T13:30:33.7631969Z remote: Counting objects: 100% (104/104)
2021-05-08T13:30:33.7632550Z remote: Counting objects: 100% (104/104), done.
2021-05-08T13:30:33.7633178Z remote: Compressing objects: 1% (1/92)
2021-05-08T13:30:33.7633778Z remote: Compressing objects: 2% (2/92)
2021-05-08T13:30:33.7634384Z remote: Compressing objects: 3% (3/92)
2021-05-08T13:30:33.7635232Z remote: Compressing objects: 4% (4/92)
2021-05-08T13:30:33.7635842Z remote: Compressing objects: 5% (5/92)
2021-05-08T13:30:33.7636548Z remote: Compressing objects: 6% (6/92)
2021-05-08T13:30:33.7637160Z remote: Compressing objects: 7% (7/92)
2021-05-08T13:30:33.7637775Z remote: Compressing objects: 8% (8/92)
2021-05-08T13:30:33.7638460Z remote: Compressing objects: 9% (9/92)
2021-05-08T13:30:33.7639172Z remote: Compressing objects: 10% (10/92)
2021-05-08T13:30:33.7639791Z remote: Compressing objects: 11% (11/92)
2021-05-08T13:30:33.7640407Z remote: Compressing objects: 13% (12/92)
2021-05-08T13:30:33.7641011Z remote: Compressing objects: 14% (13/92)
2021-05-08T13:30:33.7641628Z remote: Compressing objects: 15% (14/92)
2021-05-08T13:30:33.7642225Z remote: Compressing objects: 16% (15/92)
2021-05-08T13:30:33.7642897Z remote: Compressing objects: 17% (16/92)
2021-05-08T13:30:33.7643493Z remote: Compressing objects: 18% (17/92)
2021-05-08T13:30:33.7644102Z remote: Compressing objects: 19% (18/92)
2021-05-08T13:30:33.7644708Z remote: Compressing objects: 20% (19/92)
2021-05-08T13:30:33.7645304Z remote: Compressing objects: 21% (20/92)
2021-05-08T13:30:33.7645917Z remote: Compressing objects: 22% (21/92)
2021-05-08T13:30:33.7646511Z remote: Compressing objects: 23% (22/92)
2021-05-08T13:30:33.7647122Z remote: Compressing objects: 25% (23/92)
2021-05-08T13:30:33.7647714Z remote: Compressing objects: 26% (24/92)
2021-05-08T13:30:33.7648322Z remote: Compressing objects: 27% (25/92)
2021-05-08T13:30:33.7648918Z remote: Compressing objects: 28% (26/92)
2021-05-08T13:30:33.7649527Z remote: Compressing objects: 29% (27/92)
2021-05-08T13:30:33.7650133Z remote: Compressing objects: 30% (28/92)
2021-05-08T13:30:33.7650728Z remote: Compressing objects: 31% (29/92)
2021-05-08T13:30:33.7651337Z remote: Compressing objects: 32% (30/92)
2021-05-08T13:30:33.7651934Z remote: Compressing objects: 33% (31/92)
2021-05-08T13:30:33.7652540Z remote: Compressing objects: 34% (32/92)
2021-05-08T13:30:33.7653136Z remote: Compressing objects: 35% (33/92)
2021-05-08T13:30:33.7653751Z remote: Compressing objects: 36% (34/92)
2021-05-08T13:30:33.7654344Z remote: Compressing objects: 38% (35/92)
2021-05-08T13:30:33.7654957Z remote: Compressing objects: 39% (36/92)
2021-05-08T13:30:33.7655565Z remote: Compressing objects: 40% (37/92)
2021-05-08T13:30:33.7656162Z remote: Compressing objects: 41% (38/92)
2021-05-08T13:30:33.7656768Z remote: Compressing objects: 42% (39/92)
2021-05-08T13:30:33.7657428Z remote: Compressing objects: 43% (40/92)
2021-05-08T13:30:33.7658038Z remote: Compressing objects: 44% (41/92)
2021-05-08T13:30:33.7658632Z remote: Compressing objects: 45% (42/92)
2021-05-08T13:30:33.7659240Z remote: Compressing objects: 46% (43/92)
2021-05-08T13:30:33.7659835Z remote: Compressing objects: 47% (44/92)
2021-05-08T13:30:33.7660439Z remote: Compressing objects: 48% (45/92)
2021-05-08T13:30:33.7661039Z remote: Compressing objects: 50% (46/92)
2021-05-08T13:30:33.7661634Z remote: Compressing objects: 51% (47/92)
2021-05-08T13:30:33.7662238Z remote: Compressing objects: 52% (48/92)
2021-05-08T13:30:33.7662835Z remote: Compressing objects: 53% (49/92)
2021-05-08T13:30:33.7663557Z remote: Compressing objects: 54% (50/92)
2021-05-08T13:30:33.7664149Z remote: Compressing objects: 55% (51/92)
2021-05-08T13:30:33.7664759Z remote: Compressing objects: 56% (52/92)
2021-05-08T13:30:33.7665358Z remote: Compressing objects: 57% (53/92)
2021-05-08T13:30:33.7665964Z remote: Compressing objects: 58% (54/92)
2021-05-08T13:30:33.7666572Z remote: Compressing objects: 59% (55/92)
2021-05-08T13:30:33.7667164Z remote: Compressing objects: 60% (56/92)
2021-05-08T13:30:33.7667774Z remote: Compressing objects: 61% (57/92)
2021-05-08T13:30:33.7668367Z remote: Compressing objects: 63% (58/92)
2021-05-08T13:30:33.7668974Z remote: Compressing objects: 64% (59/92)
2021-05-08T13:30:33.7669566Z remote: Compressing objects: 65% (60/92)
2021-05-08T13:30:33.7670168Z remote: Compressing objects: 66% (61/92)
2021-05-08T13:30:33.7670822Z remote: Compressing objects: 67% (62/92)
2021-05-08T13:30:33.7671435Z remote: Compressing objects: 68% (63/92)
2021-05-08T13:30:33.7672041Z remote: Compressing objects: 69% (64/92)
2021-05-08T13:30:33.7672636Z remote: Compressing objects: 70% (65/92)
2021-05-08T13:30:33.7673250Z remote: Compressing objects: 71% (66/92)
2021-05-08T13:30:33.7673844Z remote: Compressing objects: 72% (67/92)
2021-05-08T13:30:33.7674458Z remote: Compressing objects: 73% (68/92)
2021-05-08T13:30:33.7675056Z remote: Compressing objects: 75% (69/92)
2021-05-08T13:30:33.7675667Z remote: Compressing objects: 76% (70/92)
2021-05-08T13:30:33.7676262Z remote: Compressing objects: 77% (71/92)
2021-05-08T13:30:33.7676872Z remote: Compressing objects: 78% (72/92)
2021-05-08T13:30:33.7677483Z remote: Compressing objects: 79% (73/92)
2021-05-08T13:30:33.7678077Z remote: Compressing objects: 80% (74/92)
2021-05-08T13:30:33.7678715Z remote: Compressing objects: 81% (75/92)
2021-05-08T13:30:33.7679329Z remote: Compressing objects: 82% (76/92)
2021-05-08T13:30:33.7679926Z remote: Compressing objects: 83% (77/92)
2021-05-08T13:30:33.7680532Z remote: Compressing objects: 84% (78/92)
2021-05-08T13:30:33.7681128Z remote: Compressing objects: 85% (79/92)
2021-05-08T13:30:33.7681737Z remote: Compressing objects: 86% (80/92)
2021-05-08T13:30:33.7682345Z remote: Compressing objects: 88% (81/92)
2021-05-08T13:30:33.7682942Z remote: Compressing objects: 89% (82/92)
2021-05-08T13:30:33.7683556Z remote: Compressing objects: 90% (83/92)
2021-05-08T13:30:33.7684149Z remote: Compressing objects: 91% (84/92)
2021-05-08T13:30:33.7684756Z remote: Compressing objects: 92% (85/92)
2021-05-08T13:30:33.7685349Z remote: Compressing objects: 93% (86/92)
2021-05-08T13:30:33.7685960Z remote: Compressing objects: 94% (87/92)
2021-05-08T13:30:33.7686558Z remote: Compressing objects: 95% (88/92)
2021-05-08T13:30:33.7687166Z remote: Compressing objects: 96% (89/92)
2021-05-08T13:30:33.7687763Z remote: Compressing objects: 97% (90/92)
2021-05-08T13:30:33.7688370Z remote: Compressing objects: 98% (91/92)
2021-05-08T13:30:33.7689038Z remote: Compressing objects: 100% (92/92)
2021-05-08T13:30:33.7689665Z remote: Compressing objects: 100% (92/92), done.
2021-05-08T13:30:33.7694255Z Receiving objects: 0% (1/104)
2021-05-08T13:30:33.7756258Z Receiving objects: 1% (2/104)
2021-05-08T13:30:33.7759230Z Receiving objects: 2% (3/104)
2021-05-08T13:30:33.7759940Z Receiving objects: 3% (4/104)
2021-05-08T13:30:33.7760544Z Receiving objects: 4% (5/104)
2021-05-08T13:30:33.7761084Z Receiving objects: 5% (6/104)
2021-05-08T13:30:33.7761705Z Receiving objects: 6% (7/104)
2021-05-08T13:30:33.7762319Z Receiving objects: 7% (8/104)
2021-05-08T13:30:33.7762853Z Receiving objects: 8% (9/104)
2021-05-08T13:30:33.7763456Z Receiving objects: 9% (10/104)
2021-05-08T13:30:33.7764180Z Receiving objects: 10% (11/104)
2021-05-08T13:30:33.7764812Z Receiving objects: 11% (12/104)
2021-05-08T13:30:33.7765352Z Receiving objects: 12% (13/104)
2021-05-08T13:30:33.7765985Z Receiving objects: 13% (14/104)
2021-05-08T13:30:33.7766534Z Receiving objects: 14% (15/104)
2021-05-08T13:30:33.7767139Z Receiving objects: 15% (16/104)
2021-05-08T13:30:33.7767677Z Receiving objects: 16% (17/104)
2021-05-08T13:30:33.7768305Z Receiving objects: 17% (18/104)
2021-05-08T13:30:33.7768871Z Receiving objects: 18% (19/104)
2021-05-08T13:30:33.7769398Z Receiving objects: 19% (20/104)
2021-05-08T13:30:33.7769966Z Receiving objects: 20% (21/104)
2021-05-08T13:30:33.7770511Z Receiving objects: 21% (22/104)
2021-05-08T13:30:33.7771100Z Receiving objects: 22% (23/104)
2021-05-08T13:30:33.7771627Z Receiving objects: 23% (24/104)
2021-05-08T13:30:33.7772212Z Receiving objects: 24% (25/104)
2021-05-08T13:30:33.7772749Z Receiving objects: 25% (26/104)
2021-05-08T13:30:33.7773483Z Receiving objects: 26% (28/104)
2021-05-08T13:30:33.7774047Z Receiving objects: 27% (29/104)
2021-05-08T13:30:33.7774630Z Receiving objects: 28% (30/104)
2021-05-08T13:30:33.7775215Z Receiving objects: 29% (31/104)
2021-05-08T13:30:33.7775776Z Receiving objects: 30% (32/104)
2021-05-08T13:30:33.7776381Z Receiving objects: 31% (33/104)
2021-05-08T13:30:33.7776927Z Receiving objects: 32% (34/104)
2021-05-08T13:30:33.7777507Z Receiving objects: 33% (35/104)
2021-05-08T13:30:33.7778042Z Receiving objects: 34% (36/104)
2021-05-08T13:30:33.7778634Z Receiving objects: 35% (37/104)
2021-05-08T13:30:33.7779165Z Receiving objects: 36% (38/104)
2021-05-08T13:30:33.7779758Z Receiving objects: 37% (39/104)
2021-05-08T13:30:33.7780292Z Receiving objects: 38% (40/104)
2021-05-08T13:30:33.7781268Z Receiving objects: 39% (41/104)
2021-05-08T13:30:33.7781798Z Receiving objects: 40% (42/104)
2021-05-08T13:30:33.7782383Z Receiving objects: 41% (43/104)
2021-05-08T13:30:33.7782976Z Receiving objects: 42% (44/104)
2021-05-08T13:30:33.7783733Z Receiving objects: 43% (45/104)
2021-05-08T13:30:33.7784314Z Receiving objects: 44% (46/104)
2021-05-08T13:30:33.7784853Z Receiving objects: 45% (47/104)
2021-05-08T13:30:33.7785422Z Receiving objects: 46% (48/104)
2021-05-08T13:30:33.7785961Z Receiving objects: 47% (49/104)
2021-05-08T13:30:33.7786555Z Receiving objects: 48% (50/104)
2021-05-08T13:30:33.7787087Z Receiving objects: 49% (51/104)
2021-05-08T13:30:33.7787704Z Receiving objects: 50% (52/104)
2021-05-08T13:30:33.7788235Z Receiving objects: 51% (54/104)
2021-05-08T13:30:33.7788815Z Receiving objects: 52% (55/104)
2021-05-08T13:30:33.7789364Z Receiving objects: 53% (56/104)
2021-05-08T13:30:33.7789948Z Receiving objects: 54% (57/104)
2021-05-08T13:30:33.7790541Z Receiving objects: 55% (58/104)
2021-05-08T13:30:33.7791074Z Receiving objects: 56% (59/104)
2021-05-08T13:30:33.7791662Z Receiving objects: 57% (60/104)
2021-05-08T13:30:33.7792207Z Receiving objects: 58% (61/104)
2021-05-08T13:30:33.7792797Z Receiving objects: 59% (62/104)
2021-05-08T13:30:33.7793344Z Receiving objects: 60% (63/104)
2021-05-08T13:30:33.7794625Z remote: Total 104 (delta 29), reused 30 (delta 3), pack-reused 0
2021-05-08T13:30:33.7795301Z Receiving objects: 61% (64/104)
2021-05-08T13:30:33.7796038Z Receiving objects: 62% (65/104)
2021-05-08T13:30:33.7796637Z Receiving objects: 63% (66/104)
2021-05-08T13:30:33.7797168Z Receiving objects: 64% (67/104)
2021-05-08T13:30:33.7797763Z Receiving objects: 65% (68/104)
2021-05-08T13:30:33.7798297Z Receiving objects: 66% (69/104)
2021-05-08T13:30:33.7798886Z Receiving objects: 67% (70/104)
2021-05-08T13:30:33.7799435Z Receiving objects: 68% (71/104)
2021-05-08T13:30:33.7800030Z Receiving objects: 69% (72/104)
2021-05-08T13:30:33.7800563Z Receiving objects: 70% (73/104)
2021-05-08T13:30:33.7801145Z Receiving objects: 71% (74/104)
2021-05-08T13:30:33.7801680Z Receiving objects: 72% (75/104)
2021-05-08T13:30:33.7802294Z Receiving objects: 73% (76/104)
2021-05-08T13:30:33.7802826Z Receiving objects: 74% (77/104)
2021-05-08T13:30:33.7803412Z Receiving objects: 75% (78/104)
2021-05-08T13:30:33.7804000Z Receiving objects: 76% (80/104)
2021-05-08T13:30:33.7804531Z Receiving objects: 77% (81/104)
2021-05-08T13:30:33.7805465Z Receiving objects: 78% (82/104)
2021-05-08T13:30:33.7806007Z Receiving objects: 79% (83/104)
2021-05-08T13:30:33.7806590Z Receiving objects: 80% (84/104)
2021-05-08T13:30:33.7807118Z Receiving objects: 81% (85/104)
2021-05-08T13:30:33.7807692Z Receiving objects: 82% (86/104)
2021-05-08T13:30:33.7808260Z Receiving objects: 83% (87/104)
2021-05-08T13:30:33.7808844Z Receiving objects: 84% (88/104)
2021-05-08T13:30:33.7809374Z Receiving objects: 85% (89/104)
2021-05-08T13:30:33.7809946Z Receiving objects: 86% (90/104)
2021-05-08T13:30:33.7810536Z Receiving objects: 87% (91/104)
2021-05-08T13:30:33.7811079Z Receiving objects: 88% (92/104)
2021-05-08T13:30:33.7811666Z Receiving objects: 89% (93/104)
2021-05-08T13:30:33.7812306Z Receiving objects: 90% (94/104)
2021-05-08T13:30:33.7812894Z Receiving objects: 91% (95/104)
2021-05-08T13:30:33.7813443Z Receiving objects: 92% (96/104)
2021-05-08T13:30:33.7814041Z Receiving objects: 93% (97/104)
2021-05-08T13:30:33.7814576Z Receiving objects: 94% (98/104)
2021-05-08T13:30:33.7815165Z Receiving objects: 95% (99/104)
2021-05-08T13:30:33.7815697Z Receiving objects: 96% (100/104)
2021-05-08T13:30:33.7816346Z Receiving objects: 97% (101/104)
2021-05-08T13:30:33.7816875Z Receiving objects: 98% (102/104)
2021-05-08T13:30:33.7817665Z Receiving objects: 99% (103/104)
2021-05-08T13:30:33.7818259Z Receiving objects: 100% (104/104)
2021-05-08T13:30:33.7818870Z Receiving objects: 100% (104/104), 71.64 KiB | 5.97 MiB/s, done.
2021-05-08T13:30:33.7819542Z Resolving deltas: 0% (0/29)
2021-05-08T13:30:33.7820063Z Resolving deltas: 3% (1/29)
2021-05-08T13:30:33.7820659Z Resolving deltas: 6% (2/29)
2021-05-08T13:30:33.7821178Z Resolving deltas: 10% (3/29)
2021-05-08T13:30:33.7821753Z Resolving deltas: 13% (4/29)
2021-05-08T13:30:33.7822283Z Resolving deltas: 17% (5/29)
2021-05-08T13:30:33.7822848Z Resolving deltas: 20% (6/29)
2021-05-08T13:30:33.7823677Z Resolving deltas: 24% (7/29)
2021-05-08T13:30:33.7824272Z Resolving deltas: 27% (8/29)
2021-05-08T13:30:33.7824870Z Resolving deltas: 31% (9/29)
2021-05-08T13:30:33.7825385Z Resolving deltas: 34% (10/29)
2021-05-08T13:30:33.7825960Z Resolving deltas: 37% (11/29)
2021-05-08T13:30:33.7826496Z Resolving deltas: 41% (12/29)
2021-05-08T13:30:33.7827262Z Resolving deltas: 44% (13/29)
2021-05-08T13:30:33.7827787Z Resolving deltas: 48% (14/29)
2021-05-08T13:30:33.7828377Z Resolving deltas: 51% (15/29)
2021-05-08T13:30:33.7828899Z Resolving deltas: 55% (16/29)
2021-05-08T13:30:33.7829559Z Resolving deltas: 58% (17/29)
2021-05-08T13:30:33.7830079Z Resolving deltas: 62% (18/29)
2021-05-08T13:30:33.7830664Z Resolving deltas: 65% (19/29)
2021-05-08T13:30:33.7831184Z Resolving deltas: 68% (20/29)
2021-05-08T13:30:33.7831753Z Resolving deltas: 72% (21/29)
2021-05-08T13:30:33.7832342Z Resolving deltas: 75% (22/29)
2021-05-08T13:30:33.7832859Z Resolving deltas: 79% (23/29)
2021-05-08T13:30:33.7833448Z Resolving deltas: 82% (24/29)
2021-05-08T13:30:33.7833967Z Resolving deltas: 86% (25/29)
2021-05-08T13:30:33.7834649Z Resolving deltas: 89% (26/29)
2021-05-08T13:30:33.7835164Z Resolving deltas: 93% (27/29)
2021-05-08T13:30:33.7835766Z Resolving deltas: 96% (28/29)
2021-05-08T13:30:33.7836303Z Resolving deltas: 100% (29/29)
2021-05-08T13:30:33.7836902Z Resolving deltas: 100% (29/29), done.
2021-05-08T13:30:33.7837643Z From https://github.com/RatakondalaArun/tmdb_api
2021-05-08T13:30:33.7839035Z * [new ref] d65203b10aff421e431093d440777aa2114a64f4 -> origin/ci/docs
2021-05-08T13:30:33.7847569Z ##[endgroup]
2021-05-08T13:30:33.7848251Z ##[group]Determining the checkout info
2021-05-08T13:30:33.7848910Z ##[endgroup]
2021-05-08T13:30:33.7849487Z ##[group]Checking out the ref
2021-05-08T13:30:33.7850692Z [command]/usr/bin/git checkout --progress --force -B ci/docs refs/remotes/origin/ci/docs
2021-05-08T13:30:33.7908969Z Switched to a new branch 'ci/docs'
2021-05-08T13:30:33.7909970Z Branch 'ci/docs' set up to track remote branch 'ci/docs' from 'origin'.
2021-05-08T13:30:33.7910680Z ##[endgroup]
2021-05-08T13:30:33.7940606Z [command]/usr/bin/git log -1 --format='%H'
2021-05-08T13:30:33.7986068Z 'd65203b10aff421e431093d440777aa2114a64f4'
2021-05-08T13:30:33.8164340Z ##[group]Run dart-lang/[email protected]
2021-05-08T13:30:33.8164947Z with:
2021-05-08T13:30:33.8165350Z sdk: stable
2021-05-08T13:30:33.8165883Z architecture: x64
2021-05-08T13:30:33.8166356Z ##[endgroup]
2021-05-08T13:30:33.8482277Z Installing Dart SDK version "latest" from the stable channel on linux-x64
2021-05-08T13:30:33.8484713Z Downloading https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip...
2021-05-08T13:30:33.8575427Z % Total % Received % Xferd Average Speed Time Time Time Current
2021-05-08T13:30:33.8576659Z Dload Upload Total Spent Left Speed
2021-05-08T13:30:33.8577267Z
2021-05-08T13:30:34.6938560Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2021-05-08T13:30:35.0384200Z 61 177M 61 109M 0 0 130M 0 0:00:01 --:--:-- 0:00:01 130M
2021-05-08T13:30:35.0428359Z 100 177M 100 177M 0 0 150M 0 0:00:01 0:00:01 --:--:-- 150M
2021-05-08T13:30:40.1755349Z Succesfully installed Dart SDK:
2021-05-08T13:30:40.1808172Z Dart SDK version: 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) on "linux_x64"
2021-05-08T13:30:40.1936260Z ##[group]Run dartdoc --output docs
2021-05-08T13:30:40.1936902Z �[36;1mdartdoc --output docs�[0m
2021-05-08T13:30:40.1980705Z shell: /usr/bin/bash -e {0}
2021-05-08T13:30:40.1981143Z env:
2021-05-08T13:30:40.1981609Z PUB_CACHE: /home/runner/.pub-cache
2021-05-08T13:30:40.1982119Z ##[endgroup]
2021-05-08T13:30:40.4261440Z Documenting tmdb_api...
2021-05-08T13:30:42.9477355Z Resolving dependencies...
2021-05-08T13:30:42.9478554Z async 2.5.0 (2.6.1 available)
2021-05-08T13:30:42.9479355Z frontend_server_client 2.0.0 (2.1.0 available)
2021-05-08T13:30:42.9480218Z http 0.13.1 (0.13.3 available)
2021-05-08T13:30:42.9480887Z shelf 1.1.1 (1.1.2 available)
2021-05-08T13:30:42.9481592Z test 1.17.1 (1.17.3 available)
2021-05-08T13:30:42.9482277Z test_core 0.3.21 (0.3.23 available)
2021-05-08T13:30:42.9483026Z web_socket_channel 2.0.0 (2.1.0 available)
2021-05-08T13:30:42.9483766Z Downloading test 1.17.1...
2021-05-08T13:30:42.9484477Z Downloading colorize 3.0.0...
2021-05-08T13:30:42.9485257Z Downloading http 0.13.1...
2021-05-08T13:30:42.9485967Z Downloading test_core 0.3.21...
2021-05-08T13:30:42.9486666Z Downloading test_api 0.4.0...
2021-05-08T13:30:42.9487359Z Downloading yaml 3.1.0...
2021-05-08T13:30:42.9489178Z Downloading webkit_inspection_protocol 1.0.0...
2021-05-08T13:30:42.9490015Z Downloading web_socket_channel 2.0.0...
2021-05-08T13:30:42.9490711Z Downloading typed_data 1.3.0...
2021-05-08T13:30:42.9491375Z Downloading stream_channel 2.1.0...
2021-05-08T13:30:42.9492056Z Downloading stack_trace 1.10.0...
2021-05-08T13:30:42.9492719Z Downloading source_span 1.8.1...
2021-05-08T13:30:42.9493390Z Downloading shelf_web_socket 1.0.1...
2021-05-08T13:30:42.9494279Z Downloading shelf_static 1.0.0...
2021-05-08T13:30:42.9494988Z Downloading shelf_packages_handler 3.0.0...
2021-05-08T13:30:42.9495684Z Downloading shelf 1.1.1...
2021-05-08T13:30:42.9496308Z Downloading pool 1.5.0...
2021-05-08T13:30:42.9496930Z Downloading pedantic 1.11.0...
2021-05-08T13:30:42.9497577Z Downloading path 1.8.0...
2021-05-08T13:30:42.9498221Z Downloading package_config 2.0.0...
2021-05-08T13:30:42.9498918Z Downloading node_preamble 2.0.0...
2021-05-08T13:30:42.9500013Z Downloading js 0.6.3...
2021-05-08T13:30:42.9500613Z Downloading io 1.0.0...
2021-05-08T13:30:42.9501332Z Downloading http_multi_server 3.0.1...
2021-05-08T13:30:42.9502009Z Downloading coverage 1.0.2...
2021-05-08T13:30:42.9502683Z Downloading collection 1.15.0...
2021-05-08T13:30:42.9503565Z Downloading boolean_selector 2.1.0...
2021-05-08T13:30:42.9504258Z Downloading async 2.5.0...
2021-05-08T13:30:42.9504900Z Downloading analyzer 1.5.0...
2021-05-08T13:30:42.9505518Z Downloading meta 1.3.0...
2021-05-08T13:30:42.9506175Z Downloading http_parser 4.0.0...
2021-05-08T13:30:42.9506823Z Downloading matcher 0.12.10...
2021-05-08T13:30:42.9507476Z Downloading vm_service 6.2.0...
2021-05-08T13:30:42.9508124Z Downloading source_maps 0.10.10...
2021-05-08T13:30:42.9508828Z Downloading source_map_stack_trace 2.1.0...
2021-05-08T13:30:42.9509502Z Downloading glob 2.0.1...
2021-05-08T13:30:42.9510179Z Downloading frontend_server_client 2.0.0...
2021-05-08T13:30:42.9510865Z Downloading args 2.1.0...
2021-05-08T13:30:42.9511475Z Downloading term_glyph 1.2.0...
2021-05-08T13:30:42.9512153Z Downloading string_scanner 1.1.0...
2021-05-08T13:30:42.9512831Z Downloading logging 1.0.1...
2021-05-08T13:30:42.9513471Z Downloading crypto 3.0.1...
2021-05-08T13:30:42.9514105Z Downloading mime 1.0.0...
2021-05-08T13:30:42.9514741Z Downloading convert 3.0.0...
2021-05-08T13:30:42.9515390Z Downloading watcher 1.0.0...
2021-05-08T13:30:42.9516036Z Downloading pub_semver 2.0.0...
2021-05-08T13:30:42.9516679Z Downloading cli_util 0.3.0...
2021-05-08T13:30:42.9517373Z Downloading _fe_analyzer_shared 21.0.0...
2021-05-08T13:30:42.9518099Z Downloading charcode 1.2.0...
2021-05-08T13:30:42.9519100Z Downloading file 6.1.0...
2021-05-08T13:30:42.9520410Z Got dependencies!
2021-05-08T13:31:11.9880686Z Initialized dartdoc with 151 libraries in 31.6 seconds
2021-05-08T13:31:12.4031838Z Generating docs for library tmdb_api from package:tmdb_api/tmdb_api.dart...
2021-05-08T13:31:12.4079463Z warning: tmdb_api has no library level documentation comments, from tmdb_api: (file:///home/runner/work/tmdb_api/tmdb_api/lib/tmdb_api.dart:1:9)
2021-05-08T13:31:13.5658312Z warning: unresolved doc reference [apikey], from tmdb_api.TMDB.TMDB: (file:///home/runner/work/tmdb_api/tmdb_api/lib/tmdb_api.dart:83:3)
2021-05-08T13:31:13.8268953Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:640:15)
2021-05-08T13:31:13.8274865Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:640:15)
2021-05-08T13:31:13.8308317Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:321:15)
2021-05-08T13:31:13.8345681Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:321:15)
2021-05-08T13:31:13.8348820Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getLists: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:295:15)
2021-05-08T13:31:13.8351242Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getLists: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:295:15)
2021-05-08T13:31:13.8365219Z warning: unresolved doc reference [parameter], from tmdb_api.Movies.getNowPlaying: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:355:15)
2021-05-08T13:31:13.8371992Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getNowPlaying: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:355:15)
2021-05-08T13:31:13.8376224Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getNowPlaying: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:355:15)
2021-05-08T13:31:13.8403236Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getPouplar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:392:15)
2021-05-08T13:31:13.8407296Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getPouplar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:392:15)
2021-05-08T13:31:13.8431982Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getRecommended: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:197:15)
2021-05-08T13:31:13.8436365Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getRecommended: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:197:15)
2021-05-08T13:31:13.8551579Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getReviews: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:260:15)
2021-05-08T13:31:13.8555869Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getReviews: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:260:15)
2021-05-08T13:31:13.8579811Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getSimilar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:230:15)
2021-05-08T13:31:13.8584339Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getSimilar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:230:15)
2021-05-08T13:31:13.8736560Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getTopRated: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:427:15)
2021-05-08T13:31:13.8738931Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getTopRated: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:427:15)
2021-05-08T13:31:13.8741217Z warning: unresolved doc reference [a-z], from tmdb_api.Movies.getUpcoming: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:469:15)
2021-05-08T13:31:13.8758903Z warning: unresolved doc reference [A-Z], from tmdb_api.Movies.getUpcoming: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/movies.dart:469:15)
2021-05-08T13:31:13.9442059Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getAiringToday: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:456:15)
2021-05-08T13:31:13.9445712Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getAiringToday: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:456:15)
2021-05-08T13:31:13.9474614Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getAlternativeTitle: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:73:15)
2021-05-08T13:31:13.9476712Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getAlternativeTitle: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:73:15)
2021-05-08T13:31:13.9518294Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:23:15)
2021-05-08T13:31:13.9521898Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:23:15)
2021-05-08T13:31:13.9544504Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getEpisodeGroups: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:138:15)
2021-05-08T13:31:13.9547691Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getEpisodeGroups: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:138:15)
2021-05-08T13:31:13.9582138Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:614:15)
2021-05-08T13:31:13.9586289Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:614:15)
2021-05-08T13:31:13.9619542Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:381:15)
2021-05-08T13:31:13.9629054Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:381:15)
2021-05-08T13:31:13.9652246Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getOnTheAir: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:482:15)
2021-05-08T13:31:13.9659737Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getOnTheAir: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:482:15)
2021-05-08T13:31:13.9683481Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getPouplar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:404:15)
2021-05-08T13:31:13.9695961Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getPouplar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:404:15)
2021-05-08T13:31:13.9720954Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getRecommendations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:211:15)
2021-05-08T13:31:13.9728619Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getRecommendations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:211:15)
2021-05-08T13:31:13.9752612Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getReviews: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:239:15)
2021-05-08T13:31:13.9760105Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getReviews: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:239:15)
2021-05-08T13:31:13.9813298Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getSimilar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:289:15)
2021-05-08T13:31:13.9820655Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getSimilar: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:289:15)
2021-05-08T13:31:13.9843899Z warning: unresolved doc reference [a-z], from tmdb_api.Tv.getTopRated: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:429:15)
2021-05-08T13:31:13.9851574Z warning: unresolved doc reference [A-Z], from tmdb_api.Tv.getTopRated: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv.dart:429:15)
2021-05-08T13:31:14.0422920Z warning: unresolved doc reference [a-z], from tmdb_api.TvSeasons.getCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_seasons.dart:116:15)
2021-05-08T13:31:14.0425182Z warning: unresolved doc reference [A-Z], from tmdb_api.TvSeasons.getCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_seasons.dart:116:15)
2021-05-08T13:31:14.0445656Z warning: unresolved doc reference [a-z], from tmdb_api.TvSeasons.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_seasons.dart:26:15)
2021-05-08T13:31:14.0454057Z warning: unresolved doc reference [A-Z], from tmdb_api.TvSeasons.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_seasons.dart:26:15)
2021-05-08T13:31:14.0723110Z warning: unresolved doc reference [a-z], from tmdb_api.TvEpisodes.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_episodes.dart:28:15)
2021-05-08T13:31:14.0728237Z warning: unresolved doc reference [A-Z], from tmdb_api.TvEpisodes.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_episodes.dart:28:15)
2021-05-08T13:31:14.1005746Z warning: unresolved doc reference [a-z], from tmdb_api.TvEpisodeGroup.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_episode_group.dart:31:15)
2021-05-08T13:31:14.1018098Z warning: unresolved doc reference [A-Z], from tmdb_api.TvEpisodeGroup.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/tv_episode_group.dart:31:15)
2021-05-08T13:31:14.1139006Z warning: unresolved doc reference [a-z], from tmdb_api.People.getChanges: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:53:15)
2021-05-08T13:31:14.1142214Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getChanges: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:53:15)
2021-05-08T13:31:14.1161162Z warning: unresolved doc reference [parameters], from tmdb_api.People.getCombinedCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:121:15)
2021-05-08T13:31:14.1166390Z warning: unresolved doc reference [a-z], from tmdb_api.People.getCombinedCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:121:15)
2021-05-08T13:31:14.1170411Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getCombinedCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:121:15)
2021-05-08T13:31:14.1191348Z warning: unresolved doc reference [a-z], from tmdb_api.People.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:24:15)
2021-05-08T13:31:14.1195212Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:24:15)
2021-05-08T13:31:14.1220958Z warning: unresolved doc reference [a-z], from tmdb_api.People.getExternalIds: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:156:15)
2021-05-08T13:31:14.1224678Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getExternalIds: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:156:15)
2021-05-08T13:31:14.1256890Z warning: unresolved doc reference [a-z], from tmdb_api.People.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:250:15)
2021-05-08T13:31:14.1261212Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getLatest: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:250:15)
2021-05-08T13:31:14.1280005Z warning: unresolved doc reference [a-z], from tmdb_api.People.getMovieCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:71:15)
2021-05-08T13:31:14.1283951Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getMovieCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:71:15)
2021-05-08T13:31:14.1304194Z warning: unresolved doc reference [a-z], from tmdb_api.People.getPopular: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:272:15)
2021-05-08T13:31:14.1307908Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getPopular: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:272:15)
2021-05-08T13:31:14.1328748Z warning: unresolved doc reference [a-z], from tmdb_api.People.getTaggedImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:200:15)
2021-05-08T13:31:14.1332510Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getTaggedImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:200:15)
2021-05-08T13:31:14.1352672Z warning: unresolved doc reference [a-z], from tmdb_api.People.getTranslations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:226:15)
2021-05-08T13:31:14.1356328Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getTranslations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:226:15)
2021-05-08T13:31:14.1374663Z warning: unresolved doc reference [parameters], from tmdb_api.People.getTvCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:96:15)
2021-05-08T13:31:14.1388059Z warning: unresolved doc reference [a-z], from tmdb_api.People.getTvCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:96:15)
2021-05-08T13:31:14.1390224Z warning: unresolved doc reference [A-Z], from tmdb_api.People.getTvCredits: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/people.dart:96:15)
2021-05-08T13:31:14.2135753Z warning: unresolved doc reference [a-z], from tmdb_api.Collections.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:24:15)
2021-05-08T13:31:14.2141000Z warning: unresolved doc reference [A-Z], from tmdb_api.Collections.getDetails: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:24:15)
2021-05-08T13:31:14.2166374Z warning: unresolved doc reference [a-z], from tmdb_api.Collections.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:48:15)
2021-05-08T13:31:14.2170376Z warning: unresolved doc reference [A-Z], from tmdb_api.Collections.getImages: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:48:15)
2021-05-08T13:31:14.2191135Z warning: unresolved doc reference [a-z], from tmdb_api.Collections.getTranslations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:72:15)
2021-05-08T13:31:14.2195199Z warning: unresolved doc reference [A-Z], from tmdb_api.Collections.getTranslations: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/collections.dart:72:15)
2021-05-08T13:31:14.2345124Z warning: unresolved doc reference [a-z], from tmdb_api.Find.getById: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/find.dart:32:15)
2021-05-08T13:31:14.2350133Z warning: unresolved doc reference [A-Z], from tmdb_api.Find.getById: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/find.dart:32:15)
2021-05-08T13:31:14.2520406Z warning: unresolved doc reference [a-z], from tmdb_api.Geners.getMovieList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/genres.dart:35:15)
2021-05-08T13:31:14.2528149Z warning: unresolved doc reference [A-Z], from tmdb_api.Geners.getMovieList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/genres.dart:35:15)
2021-05-08T13:31:14.2549240Z warning: unresolved doc reference [a-z], from tmdb_api.Geners.getTvlist: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/genres.dart:66:15)
2021-05-08T13:31:14.2553316Z warning: unresolved doc reference [A-Z], from tmdb_api.Geners.getTvlist: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/genres.dart:66:15)
2021-05-08T13:31:14.2698238Z warning: unresolved doc reference [a-z], from tmdb_api.Keywords.getMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/keywords.dart:42:15)
2021-05-08T13:31:14.2702080Z warning: unresolved doc reference [A-Z], from tmdb_api.Keywords.getMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/keywords.dart:42:15)
2021-05-08T13:31:14.3268175Z warning: unresolved doc reference [a-z], from tmdb_api.Search.queryCollections: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:47:15)
2021-05-08T13:31:14.3271890Z warning: unresolved doc reference [A-Z], from tmdb_api.Search.queryCollections: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:47:15)
2021-05-08T13:31:14.3318112Z warning: unresolved doc reference [a-z], from tmdb_api.Search.queryMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:113:15)
2021-05-08T13:31:14.3322001Z warning: unresolved doc reference [A-Z], from tmdb_api.Search.queryMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:113:15)
2021-05-08T13:31:14.3352537Z warning: unresolved doc reference [a-z], from tmdb_api.Search.queryMulti: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:172:15)
2021-05-08T13:31:14.3356207Z warning: unresolved doc reference [A-Z], from tmdb_api.Search.queryMulti: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:172:15)
2021-05-08T13:31:14.3382174Z warning: unresolved doc reference [a-z], from tmdb_api.Search.queryPeople: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:220:15)
2021-05-08T13:31:14.3385405Z warning: unresolved doc reference [A-Z], from tmdb_api.Search.queryPeople: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:220:15)
2021-05-08T13:31:14.3411625Z warning: unresolved doc reference [a-z], from tmdb_api.Search.queryTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:268:15)
2021-05-08T13:31:14.3415516Z warning: unresolved doc reference [A-Z], from tmdb_api.Search.queryTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/search.dart:268:15)
2021-05-08T13:31:14.4990358Z warning: unresolved doc reference [a-z], from tmdb_api.Account.addToWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:686:15)
2021-05-08T13:31:14.4993851Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.addToWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:686:15)
2021-05-08T13:31:14.5022720Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getCreatedLists: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:91:15)
2021-05-08T13:31:14.5026641Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getCreatedLists: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:91:15)
2021-05-08T13:31:14.5065386Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getFavoriteMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:142:15)
2021-05-08T13:31:14.5068585Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getFavoriteMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:142:15)
2021-05-08T13:31:14.5088976Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getFavoriteTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:203:15)
2021-05-08T13:31:14.5092912Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getFavoriteTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:203:15)
2021-05-08T13:31:14.5125550Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getMovieWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:542:15)
2021-05-08T13:31:14.5129146Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getMovieWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:542:15)
2021-05-08T13:31:14.5153756Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getRatedMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:326:15)
2021-05-08T13:31:14.5156734Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getRatedMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:326:15)
2021-05-08T13:31:14.5178438Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getRatedTvEpisodes: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:461:15)
2021-05-08T13:31:14.5182112Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getRatedTvEpisodes: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:461:15)
2021-05-08T13:31:14.5213061Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getRatedTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:400:15)
2021-05-08T13:31:14.5216764Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getRatedTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:400:15)
2021-05-08T13:31:14.5228119Z warning: unresolved doc reference [CN], from tmdb_api.Account.getRatedTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:400:15)
2021-05-08T13:31:14.5254188Z warning: unresolved doc reference [a-z], from tmdb_api.Account.getTvShowWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:624:15)
2021-05-08T13:31:14.5257851Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.getTvShowWatchList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:624:15)
2021-05-08T13:31:14.5285071Z warning: unresolved doc reference [a-z], from tmdb_api.Account.markAsFavorite: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:265:15)
2021-05-08T13:31:14.5288135Z warning: unresolved doc reference [A-Z], from tmdb_api.Account.markAsFavorite: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/account.dart:265:15)
2021-05-08T13:31:14.5538930Z warning: unresolved doc reference [a-z], from tmdb_api.GuestSession.getRatedMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:34:15)
2021-05-08T13:31:14.5544280Z warning: unresolved doc reference [A-Z], from tmdb_api.GuestSession.getRatedMovies: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:34:15)
2021-05-08T13:31:14.5562975Z warning: unresolved doc reference [a-z], from tmdb_api.GuestSession.getRatedTvEpisodes: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:127:15)
2021-05-08T13:31:14.5602844Z warning: unresolved doc reference [A-Z], from tmdb_api.GuestSession.getRatedTvEpisodes: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:127:15)
2021-05-08T13:31:14.5646124Z warning: unresolved doc reference [a-z], from tmdb_api.GuestSession.getRatedTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:81:15)
2021-05-08T13:31:14.5672011Z warning: unresolved doc reference [A-Z], from tmdb_api.GuestSession.getRatedTvShows: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v3/category/guest_session.dart:81:15)
2021-05-08T13:31:14.6511769Z warning: unresolved doc reference [a-z], from tmdb_api.ListsV4.getList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v4/category/lists.dart:33:15)
2021-05-08T13:31:14.6515196Z warning: unresolved doc reference [A-Z], from tmdb_api.ListsV4.getList: (file:///home/runner/work/tmdb_api/tmdb_api/lib/versions/v4/category/lists.dart:33:15)
2021-05-08T13:31:14.8357672Z Generating docs for library languages from package:tmdb_api/utils/languages.dart...
2021-05-08T13:31:15.4476677Z Validating docs...
2021-05-08T13:31:16.4898936Z found 130 warnings and 0 errors
2021-05-08T13:31:16.4899937Z Documented 2 public libraries in 4.5 seconds
2021-05-08T13:31:16.4904083Z Success! Docs generated into /home/runner/work/tmdb_api/tmdb_api/docs
2021-05-08T13:31:16.6349461Z ##[group]Run tree
2021-05-08T13:31:16.6349941Z �[36;1mtree�[0m
2021-05-08T13:31:16.6402556Z shell: /usr/bin/bash -e {0}
2021-05-08T13:31:16.6403246Z env:
2021-05-08T13:31:16.6403768Z PUB_CACHE: /home/runner/.pub-cache
2021-05-08T13:31:16.6404444Z ##[endgroup]
2021-05-08T13:31:16.6830959Z .
2021-05-08T13:31:16.6832623Z ├── CHANGELOG.md
2021-05-08T13:31:16.6833721Z ├── LICENSE
2021-05-08T13:31:16.6834754Z ├── README.md
2021-05-08T13:31:16.6835719Z ├── docs
2021-05-08T13:31:16.6836984Z │ ├── __404error.html
2021-05-08T13:31:16.6838111Z │ ├── categories.json
2021-05-08T13:31:16.6839176Z │ ├── index.html
2021-05-08T13:31:16.6840204Z │ ├── index.json
2021-05-08T13:31:16.6841253Z │ ├── static-assets
2021-05-08T13:31:16.6842301Z │ │ ├── favicon.png
2021-05-08T13:31:16.6843325Z │ │ ├── github.css
2021-05-08T13:31:16.6844455Z │ │ ├── highlight.pack.js
2021-05-08T13:31:16.6845628Z │ │ ├── play_button.svg
2021-05-08T13:31:16.6846661Z │ │ ├── readme.md
2021-05-08T13:31:16.6847790Z │ │ ├── script.js
2021-05-08T13:31:16.6848780Z │ │ ├── styles.css
2021-05-08T13:31:16.6850066Z │ │ └── typeahead.bundle.min.js
2021-05-08T13:31:16.6851187Z │ ├── tmdb_api
2021-05-08T13:31:16.6851722Z │ │ ├── Account
2021-05-08T13:31:16.6852320Z │ │ │ ├── Account.html
2021-05-08T13:31:16.6853023Z │ │ │ ├── addToWatchList.html
2021-05-08T13:31:16.6853797Z │ │ │ ├── getCreatedLists.html
2021-05-08T13:31:16.6854537Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6855300Z │ │ │ ├── getFavoriteMovies.html
2021-05-08T13:31:16.6856164Z │ │ │ ├── getFavoriteTvShows.html
2021-05-08T13:31:16.6857090Z │ │ │ ├── getMovieWatchList.html
2021-05-08T13:31:16.6857829Z │ │ │ ├── getRatedMovies.html
2021-05-08T13:31:16.6858847Z │ │ │ ├── getRatedTvEpisodes.html
2021-05-08T13:31:16.6859674Z │ │ │ ├── getRatedTvShows.html
2021-05-08T13:31:16.6860517Z │ │ │ ├── getTvShowWatchList.html
2021-05-08T13:31:16.6861350Z │ │ │ └── markAsFavorite.html
2021-05-08T13:31:16.6862101Z │ │ ├── Account-class.html
2021-05-08T13:31:16.6862735Z │ │ ├── AccountV4
2021-05-08T13:31:16.6865909Z │ │ │ ├── AccountV4.html
2021-05-08T13:31:16.6866951Z │ │ │ ├── getFavoritMovies.html
2021-05-08T13:31:16.6867859Z │ │ │ ├── getFavoriteTvShows.html
2021-05-08T13:31:16.6868625Z │ │ │ ├── getLists.html
2021-05-08T13:31:16.6869460Z │ │ │ ├── getMovieRecommendations.html
2021-05-08T13:31:16.6870415Z │ │ │ ├── getMovieWatchList.html
2021-05-08T13:31:16.6871216Z │ │ │ ├── getRatedMovies.html
2021-05-08T13:31:16.6872079Z │ │ │ ├── getRatedTvShows.html
2021-05-08T13:31:16.6872949Z │ │ │ ├── getTvShowRecommendations.html
2021-05-08T13:31:16.6873853Z │ │ │ └── getTvShowWatchList.html
2021-05-08T13:31:16.6874601Z │ │ ├── AccountV4-class.html
2021-05-08T13:31:16.6875209Z │ │ ├── ApiKeys
2021-05-08T13:31:16.6875759Z │ │ │ └── ApiKeys.html
2021-05-08T13:31:16.6876407Z │ │ ├── ApiKeys-class.html
2021-05-08T13:31:16.6876977Z │ │ ├── Auth
2021-05-08T13:31:16.6877459Z │ │ │ ├── Auth.html
2021-05-08T13:31:16.6878141Z │ │ │ ├── createGuestSession.html
2021-05-08T13:31:16.6878953Z │ │ │ ├── createRequestToken.html
2021-05-08T13:31:16.6879738Z │ │ │ ├── createSession.html
2021-05-08T13:31:16.6880692Z │ │ │ ├── createSessionFromV4AccessToken.html
2021-05-08T13:31:16.6881770Z │ │ │ ├── createSessionWithLogin.html
2021-05-08T13:31:16.6882568Z │ │ │ ├── deleteSession.html
2021-05-08T13:31:16.6883298Z │ │ │ └── getValidationUrl.html
2021-05-08T13:31:16.6883958Z │ │ ├── Auth-class.html
2021-05-08T13:31:16.6884507Z │ │ ├── AuthV4
2021-05-08T13:31:16.6885029Z │ │ │ ├── AuthV4.html
2021-05-08T13:31:16.6885694Z │ │ │ ├── createAccessToken.html
2021-05-08T13:31:16.6886502Z │ │ │ ├── createRequestToken.html
2021-05-08T13:31:16.6887301Z │ │ │ └── deleteAccessToken.html
2021-05-08T13:31:16.6888021Z │ │ ├── AuthV4-class.html
2021-05-08T13:31:16.6888844Z │ │ ├── Certification
2021-05-08T13:31:16.6889509Z │ │ │ ├── Certification.html
2021-05-08T13:31:16.6890134Z │ │ │ ├── getMovie.html
2021-05-08T13:31:16.6890699Z │ │ │ └── getTv.html
2021-05-08T13:31:16.6891376Z │ │ ├── Certification-class.html
2021-05-08T13:31:16.6892170Z │ │ ├── Changes
2021-05-08T13:31:16.6892693Z │ │ │ ├── Changes.html
2021-05-08T13:31:16.6893326Z │ │ │ ├── getMovieList.html
2021-05-08T13:31:16.6894010Z │ │ │ ├── getPersonList.html
2021-05-08T13:31:16.6894650Z │ │ │ └── getTvList.html
2021-05-08T13:31:16.6895530Z │ │ ├── Changes-class.html
2021-05-08T13:31:16.6896279Z │ │ ├── Collections
2021-05-08T13:31:16.6896882Z │ │ │ ├── Collections.html
2021-05-08T13:31:16.6897502Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6898316Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.6899029Z │ │ │ └── getTranslations.html
2021-05-08T13:31:16.6899840Z │ │ ├── Collections-class.html
2021-05-08T13:31:16.6900542Z │ │ ├── Companies
2021-05-08T13:31:16.6901169Z │ │ │ ├── Companies.html
2021-05-08T13:31:16.6901945Z │ │ │ ├── getAlternativeNames.html
2021-05-08T13:31:16.6902742Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6903530Z │ │ │ └── getImages.html
2021-05-08T13:31:16.6904298Z │ │ ├── Companies-class.html
2021-05-08T13:31:16.6904990Z │ │ ├── ConfigLogger
2021-05-08T13:31:16.6905829Z │ │ │ ├── ConfigLogger.html
2021-05-08T13:31:16.6906731Z │ │ │ ├── ConfigLogger.recommended.html
2021-05-08T13:31:16.6907701Z │ │ │ ├── ConfigLogger.showAll.html
2021-05-08T13:31:16.6908650Z │ │ │ ├── ConfigLogger.showNone.html
2021-05-08T13:31:16.6909478Z │ │ │ ├── showErrorLogs.html
2021-05-08T13:31:16.6910288Z │ │ │ ├── showInfoLogs.html
2021-05-08T13:31:16.6910900Z │ │ │ ├── showLogs.html
2021-05-08T13:31:16.6911516Z │ │ │ ├── showUrlLogs.html
2021-05-08T13:31:16.6912190Z │ │ │ └── showWarningLogs.html
2021-05-08T13:31:16.6912981Z │ │ ├── ConfigLogger-class.html
2021-05-08T13:31:16.6913622Z │ │ ├── Credit
2021-05-08T13:31:16.6914133Z │ │ │ ├── Credit.html
2021-05-08T13:31:16.6914726Z │ │ │ └── getDetails.html
2021-05-08T13:31:16.6915343Z │ │ ├── Credit-class.html
2021-05-08T13:31:16.6915948Z │ │ ├── Discover
2021-05-08T13:31:16.6916486Z │ │ │ ├── Discover.html
2021-05-08T13:31:16.6917091Z │ │ │ ├── getMovies.html
2021-05-08T13:31:16.6917691Z │ │ │ └── getTvShows.html
2021-05-08T13:31:16.6918347Z │ │ ├── Discover-class.html
2021-05-08T13:31:16.6918944Z │ │ ├── ExternalId
2021-05-08T13:31:16.6919511Z │ │ │ └── toString.html
2021-05-08T13:31:16.6920168Z │ │ ├── ExternalId-class.html
2021-05-08T13:31:16.6920767Z │ │ ├── Find
2021-05-08T13:31:16.6921263Z │ │ │ ├── Find.html
2021-05-08T13:31:16.6921799Z │ │ │ └── getById.html
2021-05-08T13:31:16.6922385Z │ │ ├── Find-class.html
2021-05-08T13:31:16.6922916Z │ │ ├── Geners
2021-05-08T13:31:16.6923567Z │ │ │ ├── Geners.html
2021-05-08T13:31:16.6924196Z │ │ │ ├── getMovieList.html
2021-05-08T13:31:16.6924838Z │ │ │ └── getTvlist.html
2021-05-08T13:31:16.6925451Z │ │ ├── Geners-class.html
2021-05-08T13:31:16.6926063Z │ │ ├── GuestSession
2021-05-08T13:31:16.6926792Z │ │ │ ├── GuestSession.html
2021-05-08T13:31:16.6927496Z │ │ │ ├── getRatedMovies.html
2021-05-08T13:31:16.6928463Z │ │ │ ├── getRatedTvEpisodes.html
2021-05-08T13:31:16.6929305Z │ │ │ └── getRatedTvShows.html
2021-05-08T13:31:16.6930127Z │ │ ├── GuestSession-class.html
2021-05-08T13:31:16.6930854Z │ │ ├── HttpMethod
2021-05-08T13:31:16.6931464Z │ │ │ └── toString.html
2021-05-08T13:31:16.6932174Z │ │ ├── HttpMethod-class.html
2021-05-08T13:31:16.6932870Z │ │ ├── ImageSizes
2021-05-08T13:31:16.6933640Z │ │ │ ├── BACKDROP_SIZE_HIGHEST-constant.html
2021-05-08T13:31:16.6934570Z │ │ │ ├── BACKDROP_SIZE_LOWEST-constant.html
2021-05-08T13:31:16.6935496Z │ │ │ ├── BACKDROP_SIZE_MEDIUM-constant.html
2021-05-08T13:31:16.6936293Z │ │ │ ├── ImageSizes.html
2021-05-08T13:31:16.6937030Z │ │ │ ├── LOGO_SIZE_HIGH-constant.html
2021-05-08T13:31:16.6937877Z │ │ │ ├── LOGO_SIZE_HIGHEST-constant.html
2021-05-08T13:31:16.6938722Z │ │ │ ├── LOGO_SIZE_LOW-constant.html
2021-05-08T13:31:16.6939539Z │ │ │ ├── LOGO_SIZE_LOWEST-constant.html
2021-05-08T13:31:16.6940436Z │ │ │ ├── LOGO_SIZE_MEDIUM-constant.html
2021-05-08T13:31:16.6941335Z │ │ │ ├── LOGO_SIZE_MEDIUMPLUS-constant.html
2021-05-08T13:31:16.6942229Z │ │ │ ├── ORIGINAL-constant.html
2021-05-08T13:31:16.6943062Z │ │ │ ├── POSTER_SIZE_HIGH-constant.html
2021-05-08T13:31:16.6944060Z │ │ │ ├── POSTER_SIZE_HIGHEST-constant.html
2021-05-08T13:31:16.6944904Z │ │ │ ├── POSTER_SIZE_LOW-constant.html
2021-05-08T13:31:16.6945762Z │ │ │ ├── POSTER_SIZE_LOWEST-constant.html
2021-05-08T13:31:16.6946629Z │ │ │ ├── POSTER_SIZE_MEDIUM-constant.html
2021-05-08T13:31:16.6947605Z │ │ │ ├── POSTER_SIZE_MEDIUMPLUS-constant.html
2021-05-08T13:31:16.6948561Z │ │ │ ├── PROFILE_SIZE_HIGHEST-constant.html
2021-05-08T13:31:16.6949472Z │ │ │ ├── PROFILE_SIZE_LOWEST-constant.html
2021-05-08T13:31:16.6950367Z │ │ │ ├── PROFILE_SIZE_MEDIUM-constant.html
2021-05-08T13:31:16.6951283Z │ │ │ ├── STILL_SIZE_HIGHEST-constant.html
2021-05-08T13:31:16.6952168Z │ │ │ ├── STILL_SIZE_LOWEST-constant.html
2021-05-08T13:31:16.6953023Z │ │ │ └── STILL_SIZE_MEDIUM-constant.html
2021-05-08T13:31:16.6953851Z │ │ ├── ImageSizes-class.html
2021-05-08T13:31:16.6954495Z │ │ ├── Images
2021-05-08T13:31:16.6955065Z │ │ │ ├── Images.html
2021-05-08T13:31:16.6955648Z │ │ │ └── getUrl.html
2021-05-08T13:31:16.6956313Z │ │ ├── Images-class.html
2021-05-08T13:31:16.6957053Z │ │ ├── InvalidDataException
2021-05-08T13:31:16.6957932Z │ │ │ ├── InvalidDataException.html
2021-05-08T13:31:16.6958686Z │ │ │ ├── help.html
2021-05-08T13:31:16.6959499Z │ │ │ ├── message.html
2021-05-08T13:31:16.6960095Z │ │ │ ├── source.html
2021-05-08T13:31:16.6960653Z │ │ │ └── toString.html
2021-05-08T13:31:16.6961494Z │ │ ├── InvalidDataException-class.html
2021-05-08T13:31:16.6962251Z │ │ ├── Keywords
2021-05-08T13:31:16.6962927Z │ │ │ ├── Keywords.html
2021-05-08T13:31:16.6963528Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6964159Z │ │ │ └── getMovies.html
2021-05-08T13:31:16.6964800Z │ │ ├── Keywords-class.html
2021-05-08T13:31:16.6965406Z │ │ ├── ListItem
2021-05-08T13:31:16.6965952Z │ │ │ ├── ListItem.html
2021-05-08T13:31:16.6966535Z │ │ │ ├── comment.html
2021-05-08T13:31:16.6967106Z │ │ │ ├── copyWith.html
2021-05-08T13:31:16.6967693Z │ │ │ ├── mediaId.html
2021-05-08T13:31:16.6968291Z │ │ │ └── mediaType.html
2021-05-08T13:31:16.6969146Z │ │ ├── ListItem-class.html
2021-05-08T13:31:16.6969767Z │ │ ├── Lists
2021-05-08T13:31:16.6970336Z │ │ │ ├── Lists.html
2021-05-08T13:31:16.6970940Z │ │ │ ├── addItem.html
2021-05-08T13:31:16.6971637Z │ │ │ ├── checkItemStatus.html
2021-05-08T13:31:16.6972367Z │ │ │ ├── clearList.html
2021-05-08T13:31:16.6973017Z │ │ │ ├── createList.html
2021-05-08T13:31:16.6973728Z │ │ │ ├── deleteList.html
2021-05-08T13:31:16.6974394Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6975076Z │ │ │ └── removeItem.html
2021-05-08T13:31:16.6975736Z │ │ ├── Lists-class.html
2021-05-08T13:31:16.6976340Z │ │ ├── ListsV4
2021-05-08T13:31:16.6976905Z │ │ │ ├── ListsV4.html
2021-05-08T13:31:16.6977531Z │ │ │ ├── addItems.html
2021-05-08T13:31:16.6978258Z │ │ │ ├── checkItemStatus.html
2021-05-08T13:31:16.6978970Z │ │ │ ├── clearList.html
2021-05-08T13:31:16.6979639Z │ │ │ ├── createList.html
2021-05-08T13:31:16.6980301Z │ │ │ ├── deleteList.html
2021-05-08T13:31:16.6980944Z │ │ │ ├── getList.html
2021-05-08T13:31:16.6981624Z │ │ │ ├── removeItems.html
2021-05-08T13:31:16.6982336Z │ │ │ ├── updateItems.html
2021-05-08T13:31:16.6983022Z │ │ │ └── updateList.html
2021-05-08T13:31:16.6983848Z │ │ ├── ListsV4-class.html
2021-05-08T13:31:16.6984469Z │ │ ├── LogTypes
2021-05-08T13:31:16.6985109Z │ │ │ ├── LogTypes.html
2021-05-08T13:31:16.6985731Z │ │ │ ├── errorLog.html
2021-05-08T13:31:16.6986359Z │ │ │ ├── infoLog.html
2021-05-08T13:31:16.6986962Z │ │ │ ├── urlLog.html
2021-05-08T13:31:16.6987659Z │ │ │ └── warningLog.html
2021-05-08T13:31:16.6988514Z │ │ ├── LogTypes-class.html
2021-05-08T13:31:16.6989140Z │ │ ├── Logger
2021-05-08T13:31:16.6989707Z │ │ │ ├── Logger.html
2021-05-08T13:31:16.6990314Z │ │ │ └── logTypes.html
2021-05-08T13:31:16.6990992Z │ │ ├── Logger-class.html
2021-05-08T13:31:16.6991610Z │ │ ├── MediaType
2021-05-08T13:31:16.6992213Z │ │ │ └── toString.html
2021-05-08T13:31:16.6992909Z │ │ ├── MediaType-class.html
2021-05-08T13:31:16.6993701Z │ │ ├── Movies
2021-05-08T13:31:16.6994283Z │ │ │ ├── Movies.html
2021-05-08T13:31:16.6994954Z │ │ │ ├── deleteRating.html
2021-05-08T13:31:16.6995714Z │ │ │ ├── getAccountStatus.html
2021-05-08T13:31:16.6996587Z │ │ │ ├── getAlternativeTitle.html
2021-05-08T13:31:16.6997739Z │ │ │ ├── getCredits.html
2021-05-08T13:31:16.6998414Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.6999143Z │ │ │ ├── getExternalIds.html
2021-05-08T13:31:16.6999846Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.7000532Z │ │ │ ├── getKeywords.html
2021-05-08T13:31:16.7001198Z │ │ │ ├── getLatest.html
2021-05-08T13:31:16.7001839Z │ │ │ ├── getLists.html
2021-05-08T13:31:16.7002520Z │ │ │ ├── getNowPlaying.html
2021-05-08T13:31:16.7003232Z │ │ │ ├── getPouplar.html
2021-05-08T13:31:16.7003944Z │ │ │ ├── getRecommended.html
2021-05-08T13:31:16.7004742Z │ │ │ ├── getReleaseDates.html
2021-05-08T13:31:16.7005475Z │ │ │ ├── getReviews.html
2021-05-08T13:31:16.7006181Z │ │ │ ├── getSimilar.html
2021-05-08T13:31:16.7006869Z │ │ │ ├── getTopRated.html
2021-05-08T13:31:16.7007695Z │ │ │ ├── getTranslations.html
2021-05-08T13:31:16.7008389Z │ │ │ ├── getUpcoming.html
2021-05-08T13:31:16.7009184Z │ │ │ ├── getVideos.html
2021-05-08T13:31:16.7009951Z │ │ │ ├── getWatchProviders.html
2021-05-08T13:31:16.7010700Z │ │ │ └── rateMovie.html
2021-05-08T13:31:16.7011376Z │ │ ├── Movies-class.html
2021-05-08T13:31:16.7011979Z │ │ ├── Networks
2021-05-08T13:31:16.7012577Z │ │ │ ├── Networks.html
2021-05-08T13:31:16.7013345Z │ │ │ ├── getAlternativeNames.html
2021-05-08T13:31:16.7014141Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.7014791Z │ │ │ └── getImages.html
2021-05-08T13:31:16.7015493Z │ │ ├── Networks-class.html
2021-05-08T13:31:16.7016245Z │ │ ├── NullValueException
2021-05-08T13:31:16.7017053Z │ │ │ ├── NullValueException.html
2021-05-08T13:31:16.7017799Z │ │ │ ├── help.html
2021-05-08T13:31:16.7018390Z │ │ │ ├── message.html
2021-05-08T13:31:16.7018993Z │ │ │ ├── source.html
2021-05-08T13:31:16.7019593Z │ │ │ └── toString.html
2021-05-08T13:31:16.7020455Z │ │ ├── NullValueException-class.html
2021-05-08T13:31:16.7021345Z │ │ ├── People
2021-05-08T13:31:16.7021974Z │ │ │ ├── People.html
2021-05-08T13:31:16.7022565Z │ │ │ ├── getChanges.html
2021-05-08T13:31:16.7023410Z │ │ │ ├── getCombinedCredits.html
2021-05-08T13:31:16.7024139Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.7024824Z │ │ │ ├── getExternalIds.html
2021-05-08T13:31:16.7025492Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.7026091Z │ │ │ ├── getLatest.html
2021-05-08T13:31:16.7026773Z │ │ │ ├── getMovieCredits.html
2021-05-08T13:31:16.7027641Z │ │ │ ├── getPopular.html
2021-05-08T13:31:16.7028386Z │ │ │ ├── getTaggedImages.html
2021-05-08T13:31:16.7029165Z │ │ │ ├── getTranslations.html
2021-05-08T13:31:16.7030059Z │ │ │ └── getTvCredits.html
2021-05-08T13:31:16.7030790Z │ │ ├── People-class.html
2021-05-08T13:31:16.7031417Z │ │ ├── Reviews
2021-05-08T13:31:16.7031988Z │ │ │ ├── Reviews.html
2021-05-08T13:31:16.7032642Z │ │ │ └── getDetails.html
2021-05-08T13:31:16.7033428Z │ │ ├── Reviews-class.html
2021-05-08T13:31:16.7034046Z │ │ ├── Search
2021-05-08T13:31:16.7034595Z │ │ │ ├── Search.html
2021-05-08T13:31:16.7035325Z │ │ │ ├── queryCollections.html
2021-05-08T13:31:16.7036123Z │ │ │ ├── queryCompanies.html
2021-05-08T13:31:16.7036866Z │ │ │ ├── queryKeywords.html
2021-05-08T13:31:16.7037580Z │ │ │ ├── queryMovies.html
2021-05-08T13:31:16.7038249Z │ │ │ ├── queryMulti.html
2021-05-08T13:31:16.7038947Z │ │ │ ├── queryPeople.html
2021-05-08T13:31:16.7039652Z │ │ │ └── queryTvShows.html
2021-05-08T13:31:16.7040398Z │ │ ├── Search-class.html
2021-05-08T13:31:16.7040997Z │ │ ├── SortBy
2021-05-08T13:31:16.7041677Z │ │ │ └── toString.html
2021-05-08T13:31:16.7042282Z │ │ ├── SortBy-class.html
2021-05-08T13:31:16.7042873Z │ │ ├── SortListBy
2021-05-08T13:31:16.7043606Z │ │ │ └── toString.html
2021-05-08T13:31:16.7044328Z │ │ ├── SortListBy-class.html
2021-05-08T13:31:16.7045051Z │ │ ├── SortMoviesBy
2021-05-08T13:31:16.7045671Z │ │ │ └── toString.html
2021-05-08T13:31:16.7046419Z │ │ ├── SortMoviesBy-class.html
2021-05-08T13:31:16.7047147Z │ │ ├── SortTvShowsBy
2021-05-08T13:31:16.7047775Z │ │ │ └── toString.html
2021-05-08T13:31:16.7048519Z │ │ ├── SortTvShowsBy-class.html
2021-05-08T13:31:16.7049208Z │ │ ├── TMDB
2021-05-08T13:31:16.7049732Z │ │ │ ├── TMDB.html
2021-05-08T13:31:16.7050311Z │ │ │ ├── images.html
2021-05-08T13:31:16.7050923Z │ │ │ ├── logConfig.html
2021-05-08T13:31:16.7051510Z │ │ │ ├── v3.html
2021-05-08T13:31:16.7052019Z │ │ │ └── v4.html
2021-05-08T13:31:16.7052613Z │ │ ├── TMDB-class.html
2021-05-08T13:31:16.7053258Z │ │ ├── TMDBException
2021-05-08T13:31:16.7053952Z │ │ │ ├── TMDBException.html
2021-05-08T13:31:16.7054606Z │ │ │ ├── help.html
2021-05-08T13:31:16.7055191Z │ │ │ ├── message.html
2021-05-08T13:31:16.7055807Z │ │ │ ├── source.html
2021-05-08T13:31:16.7056489Z │ │ │ └── toString.html
2021-05-08T13:31:16.7057208Z │ │ ├── TMDBException-class.html
2021-05-08T13:31:16.7057964Z │ │ ├── TMDBSocketException
2021-05-08T13:31:16.7058749Z │ │ │ ├── TMDBSocketException.html
2021-05-08T13:31:16.7059422Z │ │ │ ├── help.html
2021-05-08T13:31:16.7059976Z │ │ │ ├── message.html
2021-05-08T13:31:16.7060521Z │ │ │ ├── source.html
2021-05-08T13:31:16.7061090Z │ │ │ └── toString.html
2021-05-08T13:31:16.7061886Z │ │ ├── TMDBSocketException-class.html
2021-05-08T13:31:16.7062654Z │ │ ├── TimeWindow
2021-05-08T13:31:16.7063477Z │ │ │ └── toString.html
2021-05-08T13:31:16.7064165Z │ │ ├── TimeWindow-class.html
2021-05-08T13:31:16.7064915Z │ │ ├── Trending
2021-05-08T13:31:16.7065472Z │ │ │ ├── Trending.html
2021-05-08T13:31:16.7066099Z │ │ │ └── getTrending.html
2021-05-08T13:31:16.7066790Z │ │ ├── Trending-class.html
2021-05-08T13:31:16.7067287Z │ │ ├── Tv
2021-05-08T13:31:16.7067689Z │ │ │ ├── Tv.html
2021-05-08T13:31:16.7068503Z │ │ │ ├── deleteRating.html
2021-05-08T13:31:16.7069203Z │ │ │ ├── getAccountStatus.html
2021-05-08T13:31:16.7070012Z │ │ │ ├── getAggregateCredits.html
2021-05-08T13:31:16.7070770Z │ │ │ ├── getAiringToday.html
2021-05-08T13:31:16.7071544Z │ │ │ ├── getAlternativeTitle.html
2021-05-08T13:31:16.7072406Z │ │ │ ├── getContentRating.html
2021-05-08T13:31:16.7073022Z │ │ │ ├── getCredits.html
2021-05-08T13:31:16.7073579Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.7074178Z │ │ │ ├── getEpisodeGroups.html
2021-05-08T13:31:16.7075306Z │ │ │ ├── getExternalIds.html
2021-05-08T13:31:16.7075877Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.7076452Z │ │ │ ├── getKeywords.html
2021-05-08T13:31:16.7076990Z │ │ │ ├── getLatest.html
2021-05-08T13:31:16.7077546Z │ │ │ ├── getOnTheAir.html
2021-05-08T13:31:16.7078271Z │ │ │ ├── getPouplar.html
2021-05-08T13:31:16.7079001Z │ │ │ ├── getRecommendations.html
2021-05-08T13:31:16.7079728Z │ │ │ ├── getReviews.html
2021-05-08T13:31:16.7080543Z │ │ │ ├── getScreenedTheatrically.html
2021-05-08T13:31:16.7081328Z │ │ │ ├── getSimilar.html
2021-05-08T13:31:16.7081970Z │ │ │ ├── getTopRated.html
2021-05-08T13:31:16.7082660Z │ │ │ ├── getTranslations.html
2021-05-08T13:31:16.7083530Z │ │ │ ├── getVideos.html
2021-05-08T13:31:16.7084297Z │ │ │ ├── getWatchProviders.html
2021-05-08T13:31:16.7085052Z │ │ │ └── rateTvShow.html
2021-05-08T13:31:16.7085693Z │ │ ├── Tv-class.html
2021-05-08T13:31:16.7086316Z │ │ ├── TvEpisodeGroup
2021-05-08T13:31:16.7087038Z │ │ │ ├── TvEpisodeGroup.html
2021-05-08T13:31:16.7087763Z │ │ │ └── getDetails.html
2021-05-08T13:31:16.7088574Z │ │ ├── TvEpisodeGroup-class.html
2021-05-08T13:31:16.7089308Z │ │ ├── TvEpisodes
2021-05-08T13:31:16.7089941Z │ │ │ ├── TvEpisodes.html
2021-05-08T13:31:16.7090608Z │ │ │ ├── getChanges.html
2021-05-08T13:31:16.7091399Z │ │ │ ├── getCredits.html
2021-05-08T13:31:16.7092027Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.7092676Z │ │ │ ├── getExternalId.html
2021-05-08T13:31:16.7093323Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.7094171Z │ │ │ ├── getTranslation.html
2021-05-08T13:31:16.7094875Z │ │ │ └── getVideos.html
2021-05-08T13:31:16.7095601Z │ │ ├── TvEpisodes-class.html
2021-05-08T13:31:16.7096274Z │ │ ├── TvSeasons
2021-05-08T13:31:16.7096869Z │ │ │ ├── TvSeasons.html
2021-05-08T13:31:16.7097657Z │ │ │ ├── getAggregateCredits.html
2021-05-08T13:31:16.7098436Z │ │ │ ├── getChanges.html
2021-05-08T13:31:16.7099112Z │ │ │ ├── getCredits.html
2021-05-08T13:31:16.7099794Z │ │ │ ├── getDetails.html
2021-05-08T13:31:16.7100506Z │ │ │ ├── getExternalId.html
2021-05-08T13:31:16.7101203Z │ │ │ ├── getImages.html
2021-05-08T13:31:16.7101841Z │ │ │ └── getVideos.html
2021-05-08T13:31:16.7102558Z │ │ ├── TvSeasons-class.html
2021-05-08T13:31:16.7103190Z │ │ ├── V3
2021-05-08T13:31:16.7104001Z │ │ │ ├── V3.html
2021-05-08T13:31:16.7104565Z │ │ │ ├── account.html
2021-05-08T13:31:16.7105150Z │ │ │ ├── auth.html
2021-05-08T13:31:16.7105789Z │ │ │ ├── certification.html
2021-05-08T13:31:16.7106469Z │ │ │ ├── changes.html
2021-05-08T13:31:16.7107108Z │ │ │ ├── collections.html
2021-05-08T13:31:16.7108046Z │ │ │ ├── companies.html
2021-05-08T13:31:16.7108652Z │ │ │ ├── credit.html
2021-05-08T13:31:16.7109268Z │ │ │ ├── discover.html
2021-05-08T13:31:16.7109849Z │ │ │ ├── find.html
2021-05-08T13:31:16.7110430Z │ │ │ ├── geners.html
2021-05-08T13:31:16.7111093Z │ │ │ ├── guestSession.html
2021-05-08T13:31:16.7111901Z │ │ │ ├── keywords.html
2021-05-08T13:31:16.7112525Z │ │ │ ├── lists.html
2021-05-08T13:31:16.7113103Z │ │ │ ├── movies.html
2021-05-08T13:31:16.7113722Z │ │ │ ├── networks.html
2021-05-08T13:31:16.7114328Z │ │ │ ├── people.html
2021-05-08T13:31:16.7115194Z │ │ │ ├── reviews.html
2021-05-08T13:31:16.7115799Z │ │ │ ├── search.html
2021-05-08T13:31:16.7116423Z │ │ │ ├── trending.html
2021-05-08T13:31:16.7116996Z │ │ │ ├── tv.html
2021-05-08T13:31:16.7117615Z │ │ │ ├── tvEpisodes.html
2021-05-08T13:31:16.7118262Z │ │ │ └── tvSeasons.html
2021-05-08T13:31:16.7118891Z │ │ ├── V3-class.html
2021-05-08T13:31:16.7119410Z │ │ ├── V4
2021-05-08T13:31:16.7119924Z │ │ │ ├── V4.html
2021-05-08T13:31:16.7120490Z │ │ │ ├── account.html
2021-05-08T13:31:16.7121057Z │ │ │ ├── auth.html
2021-05-08T13:31:16.7121626Z │ │ │ └── lists.html
2021-05-08T13:31:16.7122194Z │ │ ├── V4-class.html
2021-05-08T13:31:16.7122877Z │ │ └── tmdb_api-library.html
2021-05-08T13:31:16.7123512Z │ └── utils_languages
2021-05-08T13:31:16.7124251Z │ └── utils_languages-library.html
2021-05-08T13:31:16.7124947Z ├── example
2021-05-08T13:31:16.7125494Z │ └── tmdb_api.dart
2021-05-08T13:31:16.7126013Z ├── lib
2021-05-08T13:31:16.7126501Z │ ├── logger
2021-05-08T13:31:16.7127035Z │ │ └── logger.dart
2021-05-08T13:31:16.7127579Z │ ├── models
2021-05-08T13:31:16.7128133Z │ │ └── ListItem.dart
2021-05-08T13:31:16.7128730Z │ ├── tmdb_api.dart
2021-05-08T13:31:16.7129257Z │ ├── utils
2021-05-08T13:31:16.7129801Z │ │ ├── ApiKeys.dart
2021-05-08T13:31:16.7130390Z │ │ ├── enums.dart
2021-05-08T13:31:16.7130986Z │ │ ├── languages.dart
2021-05-08T13:31:16.7131665Z │ │ └── tmdb_exceptions.dart
2021-05-08T13:31:16.7132262Z │ └── versions
2021-05-08T13:31:16.7132770Z │ ├── v3
2021-05-08T13:31:16.7133283Z │ │ └── category
2021-05-08T13:31:16.7133878Z │ │ ├── account.dart
2021-05-08T13:31:16.7134592Z │ │ ├── authentication.dart
2021-05-08T13:31:16.7135370Z │ │ ├── certification.dart
2021-05-08T13:31:16.7136066Z │ │ ├── changes.dart
2021-05-08T13:31:16.7136746Z │ │ ├── collections.dart
2021-05-08T13:31:16.7137457Z │ │ ├── companies.dart
2021-05-08T13:31:16.7138107Z │ │ ├── credit.dart
2021-05-08T13:31:16.7138770Z │ │ ├── discover.dart
2021-05-08T13:31:16.7139384Z │ │ ├── find.dart
2021-05-08T13:31:16.7139981Z │ │ ├── genres.dart
2021-05-08T13:31:16.7140673Z │ │ ├── guest_session.dart
2021-05-08T13:31:16.7141337Z │ │ ├── images.dart
2021-05-08T13:31:16.7141961Z │ │ ├── keywords.dart
2021-05-08T13:31:16.7142593Z │ │ ├── lists.dart
2021-05-08T13:31:16.7143192Z │ │ ├── movies.dart
2021-05-08T13:31:16.7144036Z │ │ ├── networks.dart
2021-05-08T13:31:16.7144665Z │ │ ├── people.dart
2021-05-08T13:31:16.7145497Z │ │ ├── reviews.dart
2021-05-08T13:31:16.7146129Z │ │ ├── search.dart
2021-05-08T13:31:16.7146764Z │ │ ├── trending.dart
2021-05-08T13:31:16.7147359Z │ │ ├── tv.dart
2021-05-08T13:31:16.7147979Z │ │ ├── tv_episode_group.dart
2021-05-08T13:31:16.7148775Z │ │ ├── tv_episodes.dart
2021-05-08T13:31:16.7149422Z │ │ └── tv_seasons.dart
2021-05-08T13:31:16.7149996Z │ ├── v3.dart
2021-05-08T13:31:16.7150475Z │ ├── v4
2021-05-08T13:31:16.7150996Z │ │ └── category
2021-05-08T13:31:16.7151577Z │ │ ├── account.dart
2021-05-08T13:31:16.7152179Z │ │ ├── auth.dart
2021-05-08T13:31:16.7152749Z │ │ └── lists.dart
2021-05-08T13:31:16.7153299Z │ └── v4.dart
2021-05-08T13:31:16.7153836Z ├── pubspec.lock
2021-05-08T13:31:16.7154425Z ├── pubspec.yaml
2021-05-08T13:31:16.7154948Z └── test
2021-05-08T13:31:16.7155500Z ├── init_script.dart
2021-05-08T13:31:16.7156115Z ├── tmdb_api_test.dart
2021-05-08T13:31:16.7156680Z └── versions
2021-05-08T13:31:16.7157189Z ├── v3
2021-05-08T13:31:16.7157699Z │ └── category
2021-05-08T13:31:16.7158306Z │ ├── account_test.dart
2021-05-08T13:31:16.7159002Z │ ├── authentication_test.dart
2021-05-08T13:31:16.7159776Z │ ├── certification_test.dart
2021-05-08T13:31:16.7160453Z │ ├── changes_test.dart
2021-05-08T13:31:16.7161134Z │ ├── collections_test.dart
2021-05-08T13:31:16.7161816Z │ ├── companies_test.dart
2021-05-08T13:31:16.7162475Z │ ├── credit_test.dart
2021-05-08T13:31:16.7163115Z │ ├── discover_test.dart
2021-05-08T13:31:16.7163757Z │ ├── find_test.dart
2021-05-08T13:31:16.7164367Z │ ├── genres_test.dart
2021-05-08T13:31:16.7165049Z │ ├── guest_session_test.dart
2021-05-08T13:31:16.7165708Z │ ├── images_test.dart
2021-05-08T13:31:16.7166348Z │ ├── keyword_test.dart
2021-05-08T13:31:16.7166982Z │ ├── lists_test.dart
2021-05-08T13:31:16.7167597Z │ ├── movies_test.dart
2021-05-08T13:31:16.7168256Z │ ├── networks_test.dart
2021-05-08T13:31:16.7168895Z │ ├── people_test.dart
2021-05-08T13:31:16.7169648Z │ ├── reviews_test.dart
2021-05-08T13:31:16.7170227Z │ ├── search_test.dart
2021-05-08T13:31:16.7170995Z │ ├── trending_test.dart
2021-05-08T13:31:16.7171689Z │ ├── tv_episode_group_test.dart
2021-05-08T13:31:16.7172397Z │ ├── tv_episodes_test.dart
2021-05-08T13:31:16.7173077Z │ ├── tv_seasons_test.dart
2021-05-08T13:31:16.7173687Z │ └── tv_test.dart
2021-05-08T13:31:16.7174212Z └── v4
2021-05-08T13:31:16.7174718Z └── category
2021-05-08T13:31:16.7175320Z ├── account_test.dart
2021-05-08T13:31:16.7175928Z ├── auth_test.dart
2021-05-08T13:31:16.7176646Z └── lists_test.dart
2021-05-08T13:31:16.7176965Z
2021-05-08T13:31:16.7177367Z 68 directories, 418 files
2021-05-08T13:31:16.7268358Z ##[group]Run JamesIves/[email protected]
2021-05-08T13:31:16.7269016Z with:
2021-05-08T13:31:16.7269480Z branch: docs
2021-05-08T13:31:16.7269856Z folder: docs
2021-05-08T13:31:16.7270721Z token: ***
2021-05-08T13:31:16.7271066Z clean: true
2021-05-08T13:31:16.7271425Z env:
2021-05-08T13:31:16.7271847Z PUB_CACHE: /home/runner/.pub-cache
2021-05-08T13:31:16.7272318Z ##[endgroup]
2021-05-08T13:31:16.8225078Z
2021-05-08T13:31:16.8227090Z GitHub Pages Deploy Action 🚀
2021-05-08T13:31:16.8227857Z
2021-05-08T13:31:16.8229521Z 🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
2021-05-08T13:31:16.8231836Z ❓ Discussions / Q&A: https://github.com/JamesIves/github-pages-deploy-action/discussions
2021-05-08T13:31:16.8234120Z 🔧 Report a Bug: https://github.com/JamesIves/github-pages-deploy-action/issues
2021-05-08T13:31:16.8235278Z
2021-05-08T13:31:16.8236646Z 📣 Maintained by James Ives: https://jamesiv.es
2021-05-08T13:31:16.8238186Z 💖 Support: https://github.com/sponsors/JamesIves
2021-05-08T13:31:16.8239811Z Checking configuration and starting deployment… 🚦
2021-05-08T13:31:16.8241172Z Deploying using Deploy Token… 🔑
2021-05-08T13:31:16.8242263Z Configuring git…
2021-05-08T13:31:16.8302522Z [command]/usr/bin/git config user.name RatakondalaArun
2021-05-08T13:31:16.8384126Z [command]/usr/bin/git config user.email [email protected]
2021-05-08T13:31:16.8437895Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-05-08T13:31:16.8489670Z [command]/usr/bin/git remote rm origin
2021-05-08T13:31:16.8555596Z [command]/usr/bin/git remote add origin ***github.com/RatakondalaArun/tmdb_api.git
2021-05-08T13:31:16.8591881Z Git configured… 🔧
2021-05-08T13:31:16.8596027Z Starting to commit changes…
2021-05-08T13:31:16.8615621Z [command]/usr/bin/git ls-remote --heads ***github.com/RatakondalaArun/tmdb_api.git docs
2021-05-08T13:31:17.1524430Z d65203b10aff421e431093d440777aa2114a64f4 refs/heads/ci/docs
2021-05-08T13:31:17.1531660Z Creating worktree…
2021-05-08T13:31:17.1569538Z [command]/usr/bin/git fetch --no-recurse-submodules --depth=1 origin docs
2021-05-08T13:31:17.4321180Z fatal: couldn't find remote ref docs
2021-05-08T13:31:17.4366035Z Running post deployment cleanup jobs… 🗑️
2021-05-08T13:31:17.4387918Z [command]/usr/bin/git worktree remove github-pages-deploy-action-temp-deployment-folder --force
2021-05-08T13:31:17.4506465Z fatal: 'github-pages-deploy-action-temp-deployment-folder' is not a working tree
2021-05-08T13:31:17.4513930Z ##[error]The process '/usr/bin/git' failed with exit code 128
2021-05-08T13:31:17.4527544Z Deployment failed! ❌
2021-05-08T13:31:17.4666672Z Post job cleanup.
2021-05-08T13:31:17.5800097Z [command]/usr/bin/git version
2021-05-08T13:31:17.5852799Z git version 2.31.1
2021-05-08T13:31:17.5898273Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-05-08T13:31:17.5942581Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-05-08T13:31:17.6190884Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-05-08T13:31:17.6230827Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-05-08T13:31:17.6554991Z Cleaning up orphan processes |
Beta Was this translation helpful? Give feedback.
All reactions
-
Aha, I see what's happening here. When it checks if |
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
-
Released as part of |
Beta Was this translation helpful? Give feedback.
All reactions
-
Maybe this should have been an issue instead of a discussion😅. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Annoyingly you can convert an issue to a discussion, but not vice versa :( |
Beta Was this translation helpful? Give feedback.
All reactions
-
😄 1
-
I am trying to deploy to GitHub pages but it fails
workflow file
logs
Beta Was this translation helpful? Give feedback.
All reactions