Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Syncplay crashes when attempting to join server with python 3.11
@ 2022-11-12  0:26 mtroberts
  2022-11-12  1:21 ` kruceter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mtroberts @ 2022-11-12  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3491 bytes --]

New issue by mtroberts on void-packages repository

https://github.com/void-linux/void-packages/issues/40475

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.17_1 x86_64 AuthenticAMD uptodate FFFFF

### Package(s) Affected

syncplay-1.6.9_3

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

When clicking on Store Configuration and Run Syncplay, the app should launch MPV and connect to the server.

### Actual behaviour

App crashes with following error:

Traceback (most recent call last):
  File "/usr/lib/syncplay/syncplay/client.py", line 837, in start
    waitForConnection = self._reconnectingService.whenConnected(failAfterFailures=1)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/twisted/application/internet.py", line 1168, in whenConnected
    return self._machine.whenConnected(failAfterFailures)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_methodical.py", line 232, in __get__
    @preserveName(self.method)
     ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 43, in decorator
    return copyfunction(decorated,
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 35, in copyfunction
    return function(copycode(template.__code__, codechanges), *values)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 23, in copycode
    return code(*values)
           ^^^^^^^^^^^^^
TypeError: code() argument 13 must be str, not int

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bin/syncplay", line 19, in <module>
    ep_client.main()
  File "/usr/lib/syncplay/syncplay/ep_client.py", line 8, in main
    SyncplayClientManager().run()
  File "/usr/lib/syncplay/syncplay/clientManager.py", line 16, in run
    syncplayClient.start(config['host'], config['port'])
  File "/usr/lib/syncplay/syncplay/client.py", line 839, in start
    waitForConnection = self._reconnectingService.whenConnected()
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/twisted/application/internet.py", line 1168, in whenConnected
    return self._machine.whenConnected(failAfterFailures)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_methodical.py", line 232, in __get__
    @preserveName(self.method)
     ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 43, in decorator
    return copyfunction(decorated,
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 35, in copyfunction
    return function(copycode(template.__code__, codechanges), *values)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/automat/_introspection.py", line 23, in copycode
    return code(*values)
           ^^^^^^^^^^^^^
TypeError: code() argument 13 must be str, not int


### Steps to reproduce

1. Launch Syncplay and configure server information.
2. Click on Store Configuration and Run Syncplay.
3. Crash


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-12 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12  0:26 [ISSUE] Syncplay crashes when attempting to join server with python 3.11 mtroberts
2022-11-12  1:21 ` kruceter
2022-11-12  1:24 ` TinfoilSubmarine
2022-11-12 21:36 ` [ISSUE] [CLOSED] " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).