Skip to content

Commit

Permalink
Automated deployment @ 2024-10-08 22:40:29 Asia/Shanghai
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent a3c4e27 commit 377e7d5
Show file tree
Hide file tree
Showing 90 changed files with 64 additions and 22 deletions.
2 changes: 1 addition & 1 deletion _token
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Automated deployment @ 2024-10-01 22:39:38 Asia/Shanghai
Automated deployment @ 2024-10-08 22:40:25 Asia/Shanghai
2 changes: 1 addition & 1 deletion logs/error.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024-10-01 22:39:35 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3742), thread 'MainThread' (140346604710784): - {}
2024-10-08 22:40:22 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3803), thread 'MainThread' (140451403287424): - {}
Traceback (most recent call last):
File "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py", line 162, in <module>
asyncio.run(run())
Expand Down
4 changes: 2 additions & 2 deletions logs/runtime.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2024-10-01 22:39:03 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}
2024-10-01 22:39:35 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3742), thread 'MainThread' (140346604710784): - {}
2024-10-08 22:39:49 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}
2024-10-08 22:40:22 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3803), thread 'MainThread' (140451403287424): - {}
Traceback (most recent call last):
File "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py", line 162, in <module>
asyncio.run(run())
Expand Down
4 changes: 2 additions & 2 deletions logs/serialize.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"text": "2024-10-01 22:39:03 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}\n", "record": {"elapsed": {"repr": "0:00:01.078580", "seconds": 1.07858}, "exception": null, "extra": {"image": "20231121", "version": "0.10.1.post2", "role": "EpicPlayer", "headless": true}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "stash", "level": {"icon": "ℹ️", "name": "INFO", "no": 20}, "line": 131, "message": "run", "module": "claim", "name": "__main__", "process": {"id": 3742, "name": "MainProcess"}, "thread": {"id": 140346604710784, "name": "MainThread"}, "time": {"repr": "2024-10-01 22:39:03.237557+08:00", "timestamp": 1727793543.237557}}}
{"text": "2024-10-01 22:39:35 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3742), thread 'MainThread' (140346604710784): - {}\nTraceback (most recent call last):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 162, in <module>\n asyncio.run(run())\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/runners.py\", line 44, in run\n return loop.run_until_complete(main)\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 636, in run_until_complete\n self.run_forever()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 603, in run_forever\n self._run_once()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 1909, in _run_once\n handle._run()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/events.py\", line 80, in _run\n self._context.run(self._callback, *self._args)\n> File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 158, in run\n await agent.stash()\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 149, in stash\n if not await self.prelude_with_context(context):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 73, in prelude_with_context\n await page.goto(url, wait_until=\"networkidle\")\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/async_api/_generated.py\", line 8810, in goto\n await self._impl_obj.goto(\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_page.py\", line 524, in goto\n return await self._main_frame.goto(**locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_frame.py\", line 145, in goto\n await self._channel.send(\"goto\", locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 59, in send\n return await self._connection.wrap_api_call(\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 514, in wrap_api_call\n raise rewrite_error(error, f\"{parsed_st['apiName']}: {error}\") from None\nplaywright._impl._errors.TimeoutError: Page.goto: Timeout 30000ms exceeded.\nCall log:\nnavigating to \"https://www.epicgames.com/account/creator-programs\", waiting until \"networkidle\"\n\n", "record": {"elapsed": {"repr": "0:00:33.016876", "seconds": 33.016876}, "exception": {"type": "TimeoutError", "value": "Page.goto: Timeout 30000ms exceeded.\nCall log:\nnavigating to \"https://www.epicgames.com/account/creator-programs\", waiting until \"networkidle\"\n", "traceback": true}, "extra": {}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "run", "level": {"icon": "❌", "name": "ERROR", "no": 40}, "line": 158, "message": "An error has been caught in function 'run', process 'MainProcess' (3742), thread 'MainThread' (140346604710784):", "module": "claim", "name": "__main__", "process": {"id": 3742, "name": "MainProcess"}, "thread": {"id": 140346604710784, "name": "MainThread"}, "time": {"repr": "2024-10-01 22:39:35.175853+08:00", "timestamp": 1727793575.175853}}}
{"text": "2024-10-08 22:39:49 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}\n", "record": {"elapsed": {"repr": "0:00:01.161309", "seconds": 1.161309}, "exception": null, "extra": {"image": "20231121", "version": "0.10.1.post2", "role": "EpicPlayer", "headless": true}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "stash", "level": {"icon": "ℹ️", "name": "INFO", "no": 20}, "line": 131, "message": "run", "module": "claim", "name": "__main__", "process": {"id": 3803, "name": "MainProcess"}, "thread": {"id": 140451403287424, "name": "MainThread"}, "time": {"repr": "2024-10-08 22:39:49.327478+08:00", "timestamp": 1728398389.327478}}}
{"text": "2024-10-08 22:40:22 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3803), thread 'MainThread' (140451403287424): - {}\nTraceback (most recent call last):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 162, in <module>\n asyncio.run(run())\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/runners.py\", line 44, in run\n return loop.run_until_complete(main)\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 636, in run_until_complete\n self.run_forever()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 603, in run_forever\n self._run_once()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/base_events.py\", line 1909, in _run_once\n handle._run()\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/events.py\", line 80, in _run\n self._context.run(self._callback, *self._args)\n> File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 158, in run\n await agent.stash()\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 149, in stash\n if not await self.prelude_with_context(context):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 73, in prelude_with_context\n await page.goto(url, wait_until=\"networkidle\")\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/async_api/_generated.py\", line 8810, in goto\n await self._impl_obj.goto(\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_page.py\", line 524, in goto\n return await self._main_frame.goto(**locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_frame.py\", line 145, in goto\n await self._channel.send(\"goto\", locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 59, in send\n return await self._connection.wrap_api_call(\n File \"/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 514, in wrap_api_call\n raise rewrite_error(error, f\"{parsed_st['apiName']}: {error}\") from None\nplaywright._impl._errors.TimeoutError: Page.goto: Timeout 30000ms exceeded.\nCall log:\nnavigating to \"https://www.epicgames.com/account/creator-programs\", waiting until \"networkidle\"\n\n", "record": {"elapsed": {"repr": "0:00:34.157107", "seconds": 34.157107}, "exception": {"type": "TimeoutError", "value": "Page.goto: Timeout 30000ms exceeded.\nCall log:\nnavigating to \"https://www.epicgames.com/account/creator-programs\", waiting until \"networkidle\"\n", "traceback": true}, "extra": {}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "run", "level": {"icon": "❌", "name": "ERROR", "no": 40}, "line": 158, "message": "An error has been caught in function 'run', process 'MainProcess' (3803), thread 'MainThread' (140451403287424):", "module": "claim", "name": "__main__", "process": {"id": 3803, "name": "MainProcess"}, "thread": {"id": 140451403287424, "name": "MainThread"}, "time": {"repr": "2024-10-08 22:40:22.323276+08:00", "timestamp": 1728398422.323276}}}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
153
1622
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sessionId":"0be2d05f-bcb8-48d4-94fc-ccbd80304f9c","subsessionId":"089fb9e4-356a-42c2-b85a-823e7fcf2ef2","profileSubsessionCounter":52,"newProfilePingSent":true}
{"sessionId":"a56e74c5-4065-41e0-bd26-66be234bba5e","subsessionId":"5e7e92be-9e27-4890-985a-4867ec77184a","profileSubsessionCounter":53,"newProfilePingSent":true}

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion user_data_dir/epic-games@461387340/browser_context/lock
Binary file not shown.
Binary file modified user_data_dir/epic-games@461387340/browser_context/places.sqlite
Binary file not shown.
20 changes: 10 additions & 10 deletions user_data_dir/epic-games@461387340/browser_context/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ user_pref("app.update.auto", false);
user_pref("app.update.checkInstallTime", false);
user_pref("app.update.disabledForTesting", true);
user_pref("app.update.enabled", false);
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1727793574);
user_pref("app.update.lastUpdateTime.background-update-timer", 1727793574);
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1727793574);
user_pref("app.update.lastUpdateTime.region-update-timer", 1727793574);
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1727793574);
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1728398420);
user_pref("app.update.lastUpdateTime.background-update-timer", 1728398420);
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1728398420);
user_pref("app.update.lastUpdateTime.region-update-timer", 1728398420);
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1728398420);
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1716906897);
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1727793574);
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1728398420);
user_pref("app.update.mode", 0);
user_pref("app.update.service.enabled", false);
user_pref("apz.content_response_timeout", 60000);
Expand Down Expand Up @@ -66,7 +66,7 @@ user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.startup.couldRestoreSession.count", 2);
user_pref("browser.startup.homepage", "about:blank");
user_pref("browser.startup.homepage_override.mstone", "ignore");
user_pref("browser.startup.lastColdStartupCheck", 1727793544);
user_pref("browser.startup.lastColdStartupCheck", 1728398390);
user_pref("browser.startup.page", 0);
user_pref("browser.tabs.disableBackgroundZombification", false);
user_pref("browser.tabs.warnOnCloseOtherTabs", false);
Expand Down Expand Up @@ -153,8 +153,8 @@ user_pref("hangmonitor.timeout", 0);
user_pref("javascript.options.showInConsole", true);
user_pref("layout.spellcheckDefault", 0);
user_pref("media.gmp-manager.buildID", "20240903214230");
user_pref("media.gmp-manager.lastCheck", 1727793569);
user_pref("media.gmp-manager.lastEmptyCheck", 1727793569);
user_pref("media.gmp-manager.lastCheck", 1728398415);
user_pref("media.gmp-manager.lastEmptyCheck", 1728398415);
user_pref("media.gmp-manager.updateEnabled", false);
user_pref("media.gmp.storage.version.observed", 1);
user_pref("network.captive-portal-service.enabled", false);
Expand Down Expand Up @@ -184,7 +184,7 @@ user_pref("signon.rememberSignons", false);
user_pref("startup.homepage_welcome_url", "about:blank");
user_pref("toolkit.cosmeticAnimations.enabled", false);
user_pref("toolkit.shutdown.fastShutdownStage", 3);
user_pref("toolkit.startup.last_success", 1727793543);
user_pref("toolkit.startup.last_success", 1728398389);
user_pref("toolkit.startup.max_resumed_crashes", -1);
user_pref("toolkit.telemetry.cachedClientID", "c0ffeec0-ffee-c0ff-eec0-ffeec0ffeec0");
user_pref("toolkit.telemetry.cachedProfileGroupID", "decafdec-afde-cafd-ecaf-decafdecafde");
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true,"sessionstore-final-state-write-complete":true}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"chrome://browser/content/browser.xhtml":{"main-window":{"sizemode":"normal","width":"1280","height":"806","screenX":"0","screenY":"0"},"sidebar-box":{"sidebarcommand":""}}}
{"chrome://browser/content/browser.xhtml":{"main-window":{"sizemode":"normal","width":"1280","height":"806","screenX":"0","screenY":"0"},"sidebar-box":{"sidebarcommand":""},"sidebar-title":{"value":""}}}
Binary file not shown.

0 comments on commit 377e7d5

Please sign in to comment.