Git Product home page Git Product logo

Comments (2)

vasani-arpit avatar vasani-arpit commented on July 17, 2024

Please provider the steps to reproduce and explanation for the error.

from whalesong.

victorriba avatar victorriba commented on July 17, 2024

[root@vps180388 whalesong]# PYTHONPATH=.:$PYTHONPATH python3 examples/minibot-chromium.py
Traceback (most recent call last):
File "examples/minibot-chromium.py", line 240, in
bot.loop.run_until_complete(bot.start())
File "/usr/lib64/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
File "examples/minibot-chromium.py", line 227, in start
await self._driver.start()
File "/home/whatsapp/whalesong/whalesong/init.py", line 96, in start
await self._driver.connect()
File "/home/whatsapp/whalesong/whalesong/driver_chromium.py", line 83, in connect
await self.refresh()
File "/home/whatsapp/whalesong/whalesong/driver_chromium.py", line 91, in refresh
await self.run_scriptlet()
File "/home/whatsapp/whalesong/whalesong/driver.py", line 69, in run_scriptlet
await self._internal_run_scriptlet(script.read())
File "/home/whatsapp/whalesong/whalesong/driver_chromium.py", line 95, in _internal_run_scriptlet
await self.page.evaluate(script)
File "/usr/local/lib/python3.6/site-packages/pyppeteer/page.py", line 1158, in evaluate
return await frame.evaluate(pageFunction, *args, force_expr=force_expr)
File "/usr/local/lib/python3.6/site-packages/pyppeteer/frame_manager.py", line 295, in evaluate
pageFunction, *args, force_expr=force_expr)
File "/usr/local/lib/python3.6/site-packages/pyppeteer/execution_context.py", line 55, in evaluate
pageFunction, *args, force_expr=force_expr)
File "/usr/local/lib/python3.6/site-packages/pyppeteer/execution_context.py", line 95, in evaluateHandle
helper.getExceptionMessage(exceptionDetails)))
pyppeteer.errors.ElementHandleError: Evaluation failed: ReferenceError: webpackJsonp is not defined
at createManagers (pyppeteer_evaluation_script:1:130627)
at Object. (pyppeteer_evaluation_script:1:102948)
at webpack_require (pyppeteer_evaluation_script:1:128)
at pyppeteer_evaluation_script:1:1200
at pyppeteer_evaluation_script:1:1246

from whalesong.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.